Searched refs:currentEntry (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DColumnListView.cpp4879 stack_entry* currentEntry = &stack[stackTop]; local
4884 bool haveLock = SortList(currentEntry->list, currentEntry->isVisible);
4896 for (int32 index = currentEntry->listIndex; index < currentEntry->list->CountItems();
4898 BRow* parentRow = currentEntry->list->ItemAt(index);
4901 currentEntry->listIndex = index + 1;
4906 stack[stackTop].isVisible = (currentEntry->isVisible && parentRow->fIsExpanded);
4919 currentEntry = &stack[stackTop];
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp682 BEntry currentEntry(&fCurrentRef);
683 BPath currentPath(&currentEntry);

Completed in 50 milliseconds