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

/haiku/headers/private/storage/mime/
H A DDatabase.h113 status_t DeleteIconForType(const char *type, const char *fileType,
115 status_t DeleteIconForType(const char *type, const char *fileType);
/haiku/src/servers/registrar/
H A DMIMEManager.cpp528 ? fDatabase.DeleteIconForType(type, fileType)
529 : fDatabase.DeleteIconForType(type, fileType,
/haiku/src/kits/storage/mime/
H A DDatabase.cpp1167 Database::DeleteIconForType(const char *type, const char *fileType, icon_size which) function in class:BPrivate::Storage::Mime::Database
1201 Database::DeleteIconForType(const char *type, const char *fileType) function in class:BPrivate::Storage::Mime::Database
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp509 return mime.DeleteIconForType(fileType.c_str(), size);

Completed in 259 milliseconds