Home
last modified time | relevance | path

Searched refs:SortNext (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dresource_item.h34 resource_item *SortNext(resource_item *current);
Dresource_item.cpp1736 resource_item *resource_item::SortNext(resource_item *current) in SortNext() function in resource_item
1855 next = SortNext(last); in NavigateLast()
1901 next = parent->SortNext(this); in NavigateNext()
1988 child = SortNext(child); in LayoutFolderChildren()