Lines Matching refs:fIsExpanded
555 fIsExpanded(false), in BRow()
569 fIsExpanded(false), in BRow()
644 return fIsExpanded; in IsExpanded()
3409 pos = row->fIsExpanded ? B_OPEN_LATCH : B_CLOSED_LATCH; in RedrawColumn()
3592 row->fIsExpanded ? B_OPEN_LATCH
3598 pos = row->fIsExpanded ? B_OPEN_LATCH
3801 fTargetRow->fIsExpanded ? B_OPEN_LATCH
3996 fTargetRow->fIsExpanded ? B_OPEN_LATCH : B_CLOSED_LATCH,
4085 !fTargetRow->fIsExpanded);
4295 fMasterView->ExpandOrCollapse(fFocusRow, !fFocusRow->fIsExpanded);
4307 if (parentRow->fIsExpanded == expand)
4310 parentRow->fIsExpanded = expand;
4316 if (parentRow->fIsExpanded)
4362 if (parentIsVisible && (parentRow == NULL || parentRow->fIsExpanded)) {
4365 if (row->fIsExpanded) {
4464 SortList(list, parentIsVisible && (parentRow == NULL || parentRow->fIsExpanded));
4465 } else if (parentIsVisible && (parentRow == NULL || parentRow->fIsExpanded)) {
4514 if (parentRow == 0 || parentRow->fIsExpanded)
4921 stack[stackTop].isVisible = (currentEntry->isVisible && parentRow->fIsExpanded);
5033 if (!currentRow->fIsExpanded) {
5139 if (currentRow->fChildList && (currentRow->fIsExpanded || !fOpenBranchesOnly)