Searched refs:appModel (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp1682 SearchForSignatureEntryList::CanOpenWithFilter(const Model* appModel, argument
1685 ThrowOnAssert(appModel != NULL);
1687 if (!appModel->IsExecutable() || !appModel->Node()) {
1691 BEntry entry(appModel->EntryRef());
1698 if (strcasecmp(appModel->MimeType(), B_APP_MIME_TYPE) != 0) {
1703 BFile* file = dynamic_cast<BFile*>(appModel->Node());
1712 if (*appModel->EntryRef() != trackerInfo.ref) {
1718 BEntry entry(appModel->EntryRef());
1734 if (FSInTrashDir(appModel
[all...]
H A DOpenWithWindow.h113 bool CanOpenWithFilter(const Model* appModel,
H A DPoseView.cpp4941 BPoseView::LaunchAppWithSelection(Model* appModel, const BMessage* dragMessage, argument
4944 // launch items from the current selection with <appModel>; only pass
4945 // the same files that we previously decided can be handled by <appModel>
4948 params.app = appModel;
4962 TrackerLaunch(appModel->EntryRef(), params.refsMessage, true);

Completed in 104 milliseconds