Searched refs:appSig (Results 1 - 13 of 13) sorted by relevance

/haiku/src/servers/registrar/
H A DRecentEntries.h44 recent_entry(const entry_ref *ref, const char *appSig, uint32 index);
57 status_t Add(const entry_ref *ref, const char *appSig);
59 const char *appSig, BMessage *result);
H A DRecentApps.cpp70 \param appSig The application's signature
80 RecentApps::Add(const char *appSig, int32 appFlags) argument
82 if (appSig == NULL)
87 if (!strcasecmp(appSig, kTrackerSignature)
88 || !strcasecmp(appSig, kDeskbarSignature)
95 if (!strcasecmp((*i).c_str(), appSig)) {
103 fAppList.push_front(appSig);
239 RecentApps::GetRefForApp(const char *appSig, entry_ref *result) argument
241 if (appSig == NULL || result == NULL)
246 BMimeType mime(appSig);
[all...]
H A DRecentApps.h49 status_t Add(const char *appSig, int32 appFlags = kQualifyingAppFlags);
64 static status_t GetRefForApp(const char *appSig, entry_ref *result);
H A DRecentEntries.cpp50 recent_entry::recent_entry(const entry_ref *ref, const char *appSig, argument
54 sig(appSig),
100 \param appSig The application's signature
110 RecentEntries::Add(const entry_ref *ref, const char *appSig) argument
112 if (ref == NULL || appSig == NULL)
118 if ((*item)->ref == *ref && !strcasecmp((*item)->sig.c_str(), appSig)) {
125 recent_entry *entry = new (nothrow) recent_entry(ref, appSig, 0);
168 int32 fileTypesCount, const char *appSig, BMessage *result)
186 if (appSig != NULL && strcasecmp((*item)->sig.c_str(), appSig))
167 Get(int32 maxCount, const char *fileTypes[], int32 fileTypesCount, const char *appSig, BMessage *result) argument
[all...]
H A DTRoster.cpp1019 const char* appSig; local
1024 error = request->FindString("app sig", &appSig);
1026 error = fRecentDocuments.Add(&ref, appSig);
1050 const char* appSig; local
1055 error = request->FindString("app sig", &appSig);
1057 error = fRecentFolders.Add(&ref, appSig);
1080 const char* appSig; local
1083 status_t error = request->FindString("app sig", &appSig);
1085 error = fRecentApps.Add(appSig);
1775 char* appSig local
[all...]
/haiku/headers/build/os/app/
H A DRoster.h130 const char *appSig = 0) const;
133 const char *appSig = 0) const;
135 const char *appSig = 0) const;
138 const char *appSig = 0) const;
140 const char *appSig = 0) const;
173 char *appSig, uint32 *appFlags,
186 void AddToRecentApps(const char *appSig) const;
/haiku/src/apps/diskusage/
H A DPieView.cpp51 AppMenuItem(const char* appSig, int category);
72 AppMenuItem::AppMenuItem(const char* appSig, int category) argument
79 if (be_roster->FindApp(appSig, &fAppRef) == B_NO_ERROR) {
605 PieView::_AddAppToList(vector<AppMenuItem*>& list, const char* appSig, argument
609 if (strcmp(appSig, kAppSignature) == 0)
612 AppMenuItem* item = new AppMenuItem(appSig, category);
649 const char* appSig; local
651 msg.FindString("applications", i, &appSig);
652 _AddAppToList(appList, appSig, 2);
656 msg.FindString("applications", i + hold, &appSig);
663 const char* appSig; local
[all...]
/haiku/headers/private/app/
H A DRosterPrivate.h74 void AddToRecentApps(const char *appSig) const
75 { fRoster->_AddToRecentApps(appSig); }
/haiku/src/apps/switcher/
H A DLaunchButton.h47 void SetTo(const char* appSig, bool updateIcon);
H A DLaunchButton.cpp291 LaunchButton::SetTo(const char* appSig, bool updateIcon) argument
293 if (appSig) {
295 fAppSig = strdup(appSig);
/haiku/src/apps/launchbox/
H A DLaunchButton.h48 void SetTo(const char* appSig, bool updateIcon);
H A DLaunchButton.cpp334 LaunchButton::SetTo(const char* appSig, bool updateIcon) argument
336 if (appSig) {
338 fAppSig = strdup(appSig);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp807 BString appSig = ""; local
808 message->FindString("signature", &appSig);
812 be_roster->Launch(appSig.String(), &openMsg);

Completed in 75 milliseconds