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

/haiku/src/bin/
H A Dopen.cpp35 open_file(const char* openWith, BEntry& entry, int32 line = -1, int32 col = -1) argument
42 BMessenger target(openWith != NULL ? openWith : kTrackerSignature);
63 const char* openWith = NULL; local
80 result = open_file(openWith, entry);
85 openWith = *argv;
119 result = open_file(openWith, entry, line);
132 result = open_file(openWith, entry, line, col);
/haiku/src/apps/diskusage/
H A DPieView.cpp674 BMenu* openWith = new BMenu(B_TRANSLATE("Open with")); local
680 openWith->AddItem(item);
686 openWith->AddSeparatorItem();
689 openWith->AddItem(*i);
694 return openWith;
707 BMenu* openWith = _BuildOpenWithMenu(info); local
708 fMouseOverMenu->AddItem(openWith, kIdxOpenWith);
742 fMouseOverMenu->RemoveItem(openWith);
743 delete openWith;
/haiku/src/kits/tracker/
H A DPoseView.cpp8261 bool openWith)
8288 if (openWith)
8260 OpenSelectionCommon(BPose* clickedPose, int32* poseIndex, bool openWith) argument

Completed in 202 milliseconds