Home
last modified time | relevance | path

Searched refs:ItemExists (Results 1 – 7 of 7) sorted by relevance

/haiku/src/apps/deskbar/
H A DBarView.h142 bool ItemExists(int32 id, DeskbarShelf shelf);
143 bool ItemExists(const char* name, DeskbarShelf shelf);
H A DBarWindow.h79 void ItemExists(BMessage* message);
H A DBarWindow.cpp206 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 DBarView.cpp1175 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 DPackageView.h42 int32 ItemExists(PackageItem& item,
H A DPackageInstall.cpp214 int32 choice = fParent->ItemExists(*item, state.destination, in _Install()
H A DPackageView.cpp322 PackageView::ItemExists(PackageItem& item, BPath& path, int32& policy) in ItemExists() function in PackageView