Searched refs:ItemExists (Results 1 – 7 of 7) sorted by relevance
/haiku/src/apps/deskbar/ |
H A D | BarView.h | 142 bool ItemExists(int32 id, DeskbarShelf shelf); 143 bool ItemExists(const char* name, DeskbarShelf shelf);
|
H A D | BarWindow.h | 79 void ItemExists(BMessage* message);
|
H A D | BarWindow.cpp | 206 ItemExists(message); in MessageReceived() 530 TBarWindow::ItemExists(BMessage* message) in ItemExists() function in TBarWindow 544 exists = fBarView->ItemExists(id, shelf); in ItemExists() 546 exists = fBarView->ItemExists(name, shelf); in ItemExists()
|
H A D | BarView.cpp | 1175 TBarView::ItemExists(int32 id, DeskbarShelf) in ItemExists() function in TBarView 1182 TBarView::ItemExists(const char* name, DeskbarShelf) in ItemExists() function in TBarView
|
/haiku/src/apps/packageinstaller/ |
H A D | PackageView.h | 42 int32 ItemExists(PackageItem& item,
|
H A D | PackageInstall.cpp | 214 int32 choice = fParent->ItemExists(*item, state.destination, in _Install()
|
H A D | PackageView.cpp | 322 PackageView::ItemExists(PackageItem& item, BPath& path, int32& policy) in ItemExists() function in PackageView
|