Searched refs:fIsExpanded (Results 1 – 2 of 2) sorted by relevance
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_LATCH3598 pos = row->fIsExpanded ? B_OPEN_LATCH3801 fTargetRow->fIsExpanded ? B_OPEN_LATCH3996 fTargetRow->fIsExpanded ? B_OPEN_LATCH : B_CLOSED_LATCH,4085 !fTargetRow->fIsExpanded);4295 fMasterView->ExpandOrCollapse(fFocusRow, !fFocusRow->fIsExpanded);[all …]
150 bool fIsExpanded; variable