Lines Matching defs:refs

3163 TrackerOpenWith(const BMessage* refs)
3165 BMessage clone(*refs);
3178 const entry_ref* appRef, const BMessage* refs, bool openWithOK)
3182 task->AddMessage("refs", refs);
3214 SniffIfGeneric(const BMessage* refs)
3218 if (refs->FindRef("refs", index, &ref) != B_OK)
3225 _TrackerLaunchAppWithDocuments(const entry_ref* appRef, const BMessage* refs,
3234 error = be_roster->Launch(appRef, refs, &team);
3245 // failed to open, try mimesetting the refs and launching again
3246 SniffIfGeneric(refs);
3253 refs->FindData("nodeRefsToClose", B_RAW_TYPE,
3261 if (refs && openWithOK && error != B_SHUTTING_DOWN) {
3268 error = TrackerOpenWith(refs);
3389 _TrackerLaunchDocuments(const entry_ref* /*doNotUse*/, const BMessage* refs,
3392 BMessage copyOfRefs(*refs);
3395 if (copyOfRefs.FindRef("refs", &documentRef) != B_OK)
3426 // remove the app itself from the refs received so we don't
3429 if (copyOfRefs.FindRef("refs", index, &ref) != B_OK)
3436 copyOfRefs.RemoveData("refs", index);
3491 _TrackerLaunchDocuments(NULL, refs, false);
3571 error = TrackerOpenWith(refs);
3586 TrackerLaunch(const entry_ref* appRef, const BMessage* refs, bool async,
3590 _TrackerLaunchAppWithDocuments(appRef, refs, openWithOK);
3592 AsynchLaunchBinder(&_TrackerLaunchAppWithDocuments, appRef, refs,
3611 TrackerLaunch(const BMessage* refs, bool async, bool openWithOK)
3614 _TrackerLaunchDocuments(0, refs, openWithOK);
3616 AsynchLaunchBinder(&_TrackerLaunchDocuments, 0, refs, openWithOK);
3622 LaunchBrokenLink(const char* signature, const BMessage* refs)
3625 // broken refs for cifs
3626 be_roster->Launch(signature, const_cast<BMessage*>(refs));
3675 temp.AddRef("refs", ref);