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

/haiku/src/kits/tracker/
H A DFSUtils.cpp3428 const entry_ref* appRef, const BMessage* refs, bool openWithOK)
3433 task->AddBool("openWithOK", openWithOK);
3479 bool openWithOK)
3517 if (refs != NULL && openWithOK && error != B_SHUTTING_DOWN) {
3640 bool openWithOK)
3673 if (openWithOK)
3735 openWithOK = false;
3755 if (!openWithOK) {
3846 if (openWithOK) {
3406 AsynchLaunchBinder(void (*func)(const entry_ref*, const BMessage*, bool on), const entry_ref* appRef, const BMessage* refs, bool openWithOK) argument
3457 _TrackerLaunchAppWithDocuments(const entry_ref* appRef, const BMessage* refs, bool openWithOK) argument
3618 _TrackerLaunchDocuments(const entry_ref*, const BMessage* refs, bool openWithOK) argument
3848 TrackerLaunch(const entry_ref* appRef, const BMessage* refs, bool async, bool openWithOK) argument
3873 TrackerLaunch(const BMessage* refs, bool async, bool openWithOK) argument
3891 FSLaunchItem(const entry_ref* application, const BMessage* refsReceived, bool async, bool openWithOK) argument
[all...]
H A DFSUtils.h190 const BMessage* refsReceived, bool async, bool openWithOK);
H A DTracker.cpp133 bool openWithOK; local
138 || message->FindBool("openWithOK", &openWithOK) != B_OK) {
144 function(&appRef, &refs, openWithOK);
146 function(NULL, &refs, openWithOK);

Completed in 51 milliseconds