Symbol: ExpandOrCollapse
headers/os/interface/OutlineListView.h
113
virtual void ExpandOrCollapse(BListItem* superItem,
headers/private/interface/ColumnListView.h
262
virtual void ExpandOrCollapse(BRow* row, bool expand);
src/apps/debuganalyzer/gui/table/TreeTable.cpp
1016
AbstractTable::ExpandOrCollapse(row, expand);
src/apps/debuganalyzer/gui/table/TreeTable.cpp
1110
ExpandOrCollapse(node->Row(), expanded);
src/apps/debuganalyzer/gui/table/TreeTable.h
235
virtual void ExpandOrCollapse(BRow* row, bool expand);
src/apps/drivesetup/PartitionList.cpp
478
BColumnListView::ExpandOrCollapse(row, expand);
src/apps/drivesetup/PartitionList.cpp
535
ExpandOrCollapse(partitionrow, true);
src/apps/drivesetup/PartitionList.cpp
561
ExpandOrCollapse(partitionrow, true);
src/apps/drivesetup/PartitionList.h
99
virtual void ExpandOrCollapse(BRow* row, bool expand);
src/apps/haikudepot/ui/PackageListView.cpp
1296
ExpandOrCollapse(row, true);
src/apps/haikudepot/ui/PackageListView.cpp
1344
ExpandOrCollapse(packageRow, true);
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
1120
BOutlineListView::ExpandOrCollapse(superItem, expand);
src/apps/softwareupdater/SoftwareUpdaterWindow.h
115
void ExpandOrCollapse(BListItem *superItem,
src/kits/interface/ColumnListView.cpp
285
void ExpandOrCollapse(BRow* parent, bool expand);
src/kits/interface/ColumnListView.cpp
4125
fMasterView->ExpandOrCollapse(fTargetRow,
src/kits/interface/ColumnListView.cpp
4336
fMasterView->ExpandOrCollapse(fFocusRow, !fFocusRow->fIsExpanded);
src/kits/interface/ColumnListView.cpp
918
fOutlineView->ExpandOrCollapse(row, Open);
src/kits/interface/OutlineListView.cpp
492
ExpandOrCollapse(item, true);
src/kits/interface/OutlineListView.cpp
499
ExpandOrCollapse(item, false);