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

/haiku/src/apps/packageinstaller/
H A DPackageView.h42 int32 ItemExists(PackageItem& item,
H A DPackageInstall.cpp214 int32 choice = fParent->ItemExists(*item, state.destination,
H A DPackageView.cpp322 PackageView::ItemExists(PackageItem& item, BPath& path, int32& policy) function in class:PackageView
/haiku/src/apps/deskbar/
H A DBarWindow.h79 void ItemExists(BMessage* message);
H A DBarView.h142 bool ItemExists(int32 id, DeskbarShelf shelf);
143 bool ItemExists(const char* name, DeskbarShelf shelf);
H A DBarWindow.cpp206 ItemExists(message);
530 TBarWindow::ItemExists(BMessage* message) function in class:TBarWindow
544 exists = fBarView->ItemExists(id, shelf);
546 exists = fBarView->ItemExists(name, shelf);
H A DBarView.cpp1175 TBarView::ItemExists(int32 id, DeskbarShelf) function in class:TBarView
1182 TBarView::ItemExists(const char* name, DeskbarShelf) function in class:TBarView

Completed in 94 milliseconds