Searched refs:fAppSig (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/switcher/
H A DLaunchButton.cpp45 fAppSig(NULL),
59 free(fAppSig);
119 if (fAppSig)
120 team = be_roster->TeamFor(fAppSig);
124 if (fAppSig)
125 be_roster->Launch(fAppSig, message, &team);
251 free(fAppSig);
252 fAppSig = NULL;
294 free(fAppSig);
295 fAppSig
[all...]
H A DLaunchButton.h49 { return fAppSig; }
73 char* fAppSig; member in class:LaunchButton
/haiku/src/apps/launchbox/
H A DLaunchButton.h50 { return fAppSig; }
76 char* fAppSig; member in class:LaunchButton
H A DLaunchButton.cpp47 fAppSig(NULL),
61 free(fAppSig);
121 if (fAppSig)
122 team = be_roster->TeamFor(fAppSig);
126 if (fAppSig)
127 be_roster->Launch(fAppSig, message, &team);
293 free(fAppSig);
294 fAppSig = NULL;
337 free(fAppSig);
338 fAppSig
[all...]
/haiku/src/kits/tracker/
H A DRecentItems.cpp373 fAppSig(openedByAppSig)
386 fAppSig(openedByAppSig)
414 fTypeCount, fAppSig.Length() ? fAppSig.String() : NULL);
418 fAppSig.Length() ? fAppSig.String() : NULL);
469 fAppSig(openedByAppSig)
480 fAppSig.Length() ? fAppSig.String() : NULL);
H A DRecentItems.h130 BString fAppSig; member in class:BRecentFilesList
163 BString fAppSig; member in class:BRecentFoldersList
/haiku/headers/os/be_apps/Tracker/
H A DRecentItems.h131 BString fAppSig; member in class:BRecentFilesList
163 BString fAppSig; member in class:BRecentFoldersList

Completed in 54 milliseconds