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

/haiku-fatelf/src/kits/tracker/
H A DFSUtils.cpp3178 const entry_ref* appRef, const BMessage* refs, bool openWithOK)
3183 task->AddBool("openWithOK", openWithOK);
3226 bool openWithOK)
3261 if (refs && openWithOK && error != B_SHUTTING_DOWN) {
3390 bool openWithOK)
3419 if (openWithOK)
3463 openWithOK = false;
3472 if (!openWithOK) {
3563 if (openWithOK) {
3177 AsynchLaunchBinder(void (*func)(const entry_ref*, const BMessage*, bool on), const entry_ref* appRef, const BMessage* refs, bool openWithOK) argument
3225 _TrackerLaunchAppWithDocuments(const entry_ref* appRef, const BMessage* refs, bool openWithOK) argument
3389 _TrackerLaunchDocuments(const entry_ref* , const BMessage* refs, bool openWithOK) argument
3586 TrackerLaunch(const entry_ref* appRef, const BMessage* refs, bool async, bool openWithOK) argument
3611 TrackerLaunch(const BMessage* refs, bool async, bool openWithOK) argument
3636 FSLaunchItem(const entry_ref* application, const BMessage* refsReceived, bool async, bool openWithOK) argument
[all...]
H A DFSUtils.h188 const BMessage* refsReceived, bool async, bool openWithOK);
H A DTracker.cpp124 bool openWithOK; local
129 || message->FindBool("openWithOK", &openWithOK) != B_OK) {
135 function(&appRef, &refs, openWithOK);
137 function(NULL, &refs, openWithOK);

Completed in 50 milliseconds