Searched refs:openWithOK (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/kits/tracker/
H A DFSUtils.cpp3425 const entry_ref* appRef, const BMessage* refs, bool openWithOK)
3430 task->AddBool("openWithOK", openWithOK);
3476 bool openWithOK)
3514 if (refs != NULL && openWithOK && error != B_SHUTTING_DOWN) {
3637 bool openWithOK)
3670 if (openWithOK)
3732 openWithOK = false;
3752 if (!openWithOK) {
3843 if (openWithOK) {
3424 AsynchLaunchBinder(void (*func)(const entry_ref*, const BMessage*, bool on), const entry_ref* appRef, const BMessage* refs, bool openWithOK) argument
3475 _TrackerLaunchAppWithDocuments(const entry_ref* appRef, const BMessage* refs, bool openWithOK) argument
3636 _TrackerLaunchDocuments(const entry_ref*, const BMessage* refs, bool openWithOK) argument
3866 TrackerLaunch(const entry_ref* appRef, const BMessage* refs, bool async, bool openWithOK) argument
3891 TrackerLaunch(const BMessage* refs, bool async, bool openWithOK) argument
3909 FSLaunchItem(const entry_ref* application, const BMessage* refsReceived, bool async, bool openWithOK) argument
[all...]
H A DTracker.cpp133 bool openWithOK; local
138 || message->FindBool("openWithOK", &openWithOK) != B_OK) {
144 function(&appRef, &refs, openWithOK);
146 function(NULL, &refs, openWithOK);
H A DFSUtils.h190 const BMessage* refsReceived, bool async, bool openWithOK);

Completed in 51 milliseconds