Searched refs:fSupportingApps (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/storage/mime/
H A DSupportingApps.h45 std::map<std::string, std::set<std::string> > fSupportingApps; // mime type => set of supporting apps member in class:BPrivate::Storage::Mime::SupportingApps
H A DDatabase.h159 SupportingApps fSupportingApps; member in class:BPrivate::Storage::Mime::Database
/haiku/src/kits/storage/mime/
H A DSupportingApps.cpp89 std::set<std::string> &superApps = fSupportingApps[typeString.String()];
100 std::set<std::string> &subApps = fSupportingApps[typeString.String()];
117 std::set<std::string> &superApps = fSupportingApps[superMime.Type()];
245 fSupportingApps[type].insert(app);
265 fSupportingApps[type].erase(app);
277 fSupportingApps.clear();
H A DDatabase.cpp76 fSupportingApps(databaseLocation),
186 fSupportingApps.DeleteSupportedTypes(type, true);
646 status = fSupportingApps.SetSupportedTypes(type, types, fullSync);
728 return fSupportingApps.GetSupportingApps(type, signatures);
1311 status = fSupportingApps.DeleteSupportedTypes(type, fullSync);
1315 fSupportingApps.DeleteSupportedTypes(type, fullSync);

Completed in 90 milliseconds