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

/haiku/headers/private/storage/mime/
H A DDatabase.h111 status_t DeleteIcon(const char *type, icon_size size);
112 status_t DeleteIcon(const char *type);
/haiku/src/servers/registrar/
H A DMIMEManager.cpp535 ? fDatabase.DeleteIcon(type)
536 : fDatabase.DeleteIcon(type, (icon_size)size);
/haiku/src/kits/storage/mime/
H A DDatabase.cpp1112 Database::DeleteIcon(const char *type, icon_size which) function in class:BPrivate::Storage::Mime::Database
1136 Database::DeleteIcon(const char *type) function in class:BPrivate::Storage::Mime::Database
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp462 // Used to call the appropriate DeleteIcon[ForType] function
463 virtual status_t DeleteIcon(BMimeType &mime) { function in class:IconHelper
467 return mime.DeleteIcon(size);
505 virtual status_t DeleteIcon(BMimeType &mime) { function in class:IconForTypeHelper
1391 CHK(helper.DeleteIcon(mime) != B_OK);
1399 CHK(helper.DeleteIcon(mime) == B_OK);

Completed in 183 milliseconds