Searched refs:DeleteSupportedTypes (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/storage/mime/
H A DSupportingApps.h37 status_t DeleteSupportedTypes(const char *app, bool fullSync);
H A DDatabase.h118 status_t DeleteSupportedTypes(const char *type, bool fullSync);
/haiku/src/kits/storage/mime/
H A DDatabase.cpp186 fSupportingApps.DeleteSupportedTypes(type, true);
1284 // DeleteSupportedTypes
1290 DeleteSupportedTypes() is called with a \c true \c fullSync paramter, or
1301 Database::DeleteSupportedTypes(const char *type, bool fullSync) function in class:BPrivate::Storage::Mime::Database
1311 status = fSupportingApps.DeleteSupportedTypes(type, fullSync);
1315 fSupportingApps.DeleteSupportedTypes(type, fullSync);
H A DSupportingApps.cpp223 SupportingApps::DeleteSupportedTypes(const char *app, bool fullSync) function in class:BPrivate::Storage::Mime::SupportingApps
/haiku/src/servers/registrar/
H A DMIMEManager.cpp560 err = fDatabase.DeleteSupportedTypes(type, fullSync);
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp2371 CHK(mime.DeleteSupportedTypes() != B_OK);

Completed in 223 milliseconds