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

/haiku/src/tests/kits/interface/bdeskbar/
H A DDeskbarLocationTest.cpp9 - Expand
137 assert(myDeskbar->Expand(false) == B_OK);
140 assert(myDeskbar->Expand(true) == B_OK);
/haiku/headers/os/interface/
H A DDeskbar.h42 status_t Expand(bool expand);
H A DOutlineListView.h67 void Expand(BListItem* item);
/haiku/src/apps/deskbar/
H A DBarWindow.h76 void Expand(BMessage* message);
H A DBarWindow.cpp198 Expand(message);
490 TBarWindow::Expand(BMessage* message) function in class:TBarWindow
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp104 fListView->Expand(artistItem);
105 fListView->Expand(albumItem);
107 fListView->Expand(artistItem);
/haiku/src/tests/kits/interface/
H A DOutlineListViewTest.cpp128 view->Expand(view->FullListItemAt(5));
234 view->Expand(view->FullListItemAt(5));
/haiku/src/kits/interface/
H A DDeskbar.cpp151 BDeskbar::Expand(bool expand) function in class:BDeskbar
H A DOutlineListView.cpp183 Expand(item);
201 Expand(item);
490 BOutlineListView::Expand(BListItem* item) function in class:BOutlineListView
/haiku/src/preferences/locale/
H A DLocaleWindow.cpp223 fConventionsListView->Expand(currentToplevelItem);
644 fConventionsListView->Expand(superitem);
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.cpp588 Expand(superItem);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp1166 fSearchResults->Expand(listItem);

Completed in 127 milliseconds