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

/haiku-fatelf/src/kits/tracker/
H A DOpenWithWindow.cpp1523 SearchForSignatureEntryList::CanOpenWithFilter(const Model* appModel, argument
1526 if (!appModel->IsExecutable() || !appModel->Node()) {
1530 BEntry entry(appModel->EntryRef());
1537 if (strcasecmp(appModel->MimeType(), B_APP_MIME_TYPE) != 0) {
1542 ASSERT(dynamic_cast<BFile*>(appModel->Node()));
1545 dynamic_cast<BFile*>(appModel->Node()), signature);
1552 if (*appModel->EntryRef() != trackerInfo.ref) {
1557 BEntry entry(appModel->EntryRef());
1573 if (FSInTrashDir(appModel
[all...]
H A DOpenWithWindow.h112 bool CanOpenWithFilter(const Model* appModel,
H A DPoseView.cpp4720 BPoseView::LaunchAppWithSelection(Model* appModel, const BMessage* dragMessage, argument
4723 // launch items from the current selection with <appModel>; only pass the same
4724 // files that we previously decided can be handled by <appModel>
4727 params.app = appModel;
4740 TrackerLaunch(appModel->EntryRef(), params.refsMessage, true);

Completed in 83 milliseconds