Searched refs:applications (Results 1 - 5 of 5) sorted by relevance

/haiku/src/preferences/filetypes/
H A DPreferredAppMenu.cpp39 is_application_in_message(BMessage& applications, const char* app) argument
43 while (applications.FindString("applications", i++, &signature) == B_OK) {
99 BMessage applications; local
100 if (type == NULL || type->GetSupportingApps(&applications) != B_OK)
108 if (applications.FindInt32("be:sub", &lastFullSupport) != B_OK)
116 while (applications.FindString("applications", i, &signature) == B_OK) {
269 BMessage applications; local
270 if (mimeType.GetSupportingApps(&applications)
[all...]
/haiku/src/apps/showimage/
H A DSupportingAppsMenu.cpp52 BMessage applications; local
53 if (type == NULL || type->GetSupportingApps(&applications) != B_OK)
57 if (applications.FindInt32("be:sub", &lastFullSupport) != B_OK)
65 while (applications.FindString("applications", i, &signature) == B_OK) {
/haiku/src/kits/tracker/
H A DTrackerSettings.h110 void RecentCounts(int32* applications, int32* documents,
H A DFavoritesMenu.cpp358 int32 applications; local
361 TrackerSettings().RecentCounts(&applications,&documents,&folders);
366 fRecentsCount = applications;
H A DTrackerSettings.cpp537 TrackerSettings::RecentCounts(int32* applications, int32* documents, argument
540 if (applications != NULL)
541 *applications = gTrackerState.fRecentApplicationsCount->Value();

Completed in 200 milliseconds