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

/haiku/src/kits/interface/
H A DColumnListView.cpp4340 bool parentIsVisible = false; local
4341 FindParent(row, &parentRow, &parentIsVisible);
4347 if (parentIsVisible && (parentRow == NULL || parentRow->fIsExpanded)) {
4386 if (parentIsVisible && FindRect(parentRow, &parentRowRect))
4428 bool parentIsVisible = false; local
4429 FindParent(row, &parentRow, &parentIsVisible);
4449 SortList(list, parentIsVisible && (parentRow == NULL || parentRow->fIsExpanded));
4450 } else if (parentIsVisible && (parentRow == NULL || parentRow->fIsExpanded)) {

Completed in 57 milliseconds