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

/haiku/src/apps/drivesetup/
H A DPartitionList.h100 virtual void ExpandOrCollapse(BRow* row, bool expand);
H A DPartitionList.cpp476 PartitionListView::ExpandOrCollapse(BRow* row, bool expand) function in class:PartitionListView
478 BColumnListView::ExpandOrCollapse(row, expand);
535 ExpandOrCollapse(partitionrow, true);
561 ExpandOrCollapse(partitionrow, true);
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.h235 virtual void ExpandOrCollapse(BRow* row, bool expand);
H A DTreeTable.cpp1010 TreeTable::ExpandOrCollapse(BRow* _row, bool expand) function in class:TreeTable
1016 AbstractTable::ExpandOrCollapse(row, expand);
1110 ExpandOrCollapse(node->Row(), expanded);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h115 void ExpandOrCollapse(BListItem *superItem,
H A DSoftwareUpdaterWindow.cpp1118 PackageListView::ExpandOrCollapse(BListItem *superItem, bool expand) function in class:PackageListView
1120 BOutlineListView::ExpandOrCollapse(superItem, expand);
/haiku/headers/os/interface/
H A DOutlineListView.h113 virtual void ExpandOrCollapse(BListItem* superItem,
/haiku/headers/private/interface/
H A DColumnListView.h262 virtual void ExpandOrCollapse(BRow* row, bool expand);
/haiku/src/kits/interface/
H A DOutlineListView.cpp492 ExpandOrCollapse(item, true);
499 ExpandOrCollapse(item, false);
807 BOutlineListView::ExpandOrCollapse(BListItem* item, bool expand) function in class:BOutlineListView
H A DColumnListView.cpp282 void ExpandOrCollapse(BRow* parent, bool expand);
909 BColumnListView::ExpandOrCollapse(BRow* row, bool Open) function in class:BColumnListView
911 fOutlineView->ExpandOrCollapse(row, Open);
4069 fMasterView->ExpandOrCollapse(fTargetRow,
4280 fMasterView->ExpandOrCollapse(fFocusRow, !fFocusRow->fIsExpanded);
4285 OutlineView::ExpandOrCollapse(BRow* parentRow, bool expand) function in class:OutlineView
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp1030 ExpandOrCollapse(packageRow, true);

Completed in 169 milliseconds