Searched refs:updateMimeDB (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/os/storage/ |
H A D | AppFileInfo.h | 72 bool updateMimeDB, bool syncAll); 81 bool updateMimeDB); 86 bool updateMimeDB); 100 bool updateMimeDB); 105 bool updateMimeDB);
|
/haiku/src/build/libbe/storage/ |
H A D | AppFileInfo.cpp | 371 BAppFileInfo::SetSupportedTypes(const BMessage* types, bool updateMimeDB, in SetSupportedTypes() argument 427 if (updateMimeDB && error == B_OK && mimeType.IsInstalled()) in SetSupportedTypes() 514 BAppFileInfo::SetIcon(const BBitmap* icon, icon_size which, bool updateMimeDB) in SetIcon() argument 516 return SetIconForType(NULL, icon, which, updateMimeDB); in SetIcon() 528 BAppFileInfo::SetIcon(const uint8* data, size_t size, bool updateMimeDB) in SetIcon() argument 530 return SetIconForType(NULL, data, size, updateMimeDB); in SetIcon() 791 icon_size which, bool updateMimeDB) in SetIconForType() argument 867 if (updateMimeDB && error == B_OK && GetMetaMime(&mimeType) == B_OK) { in SetIconForType() 888 bool updateMimeDB) in SetIconForType() argument 919 if (updateMimeDB && error == B_OK && GetMetaMime(&mimeType) == B_OK) { in SetIconForType()
|
/haiku/src/kits/storage/ |
H A D | AppFileInfo.cpp | 371 BAppFileInfo::SetSupportedTypes(const BMessage* types, bool updateMimeDB, in SetSupportedTypes() argument 426 if (updateMimeDB && error == B_OK && mimeType.IsInstalled()) in SetSupportedTypes() 512 BAppFileInfo::SetIcon(const BBitmap* icon, icon_size which, bool updateMimeDB) in SetIcon() argument 514 return SetIconForType(NULL, icon, which, updateMimeDB); in SetIcon() 526 BAppFileInfo::SetIcon(const uint8* data, size_t size, bool updateMimeDB) in SetIcon() argument 528 return SetIconForType(NULL, data, size, updateMimeDB); in SetIcon() 789 icon_size which, bool updateMimeDB) in SetIconForType() argument 864 if (updateMimeDB && error == B_OK && GetMetaMime(&mimeType) == B_OK) { in SetIconForType() 884 bool updateMimeDB) in SetIconForType() argument 914 if (updateMimeDB && error == B_OK && GetMetaMime(&mimeType) == B_OK) { in SetIconForType()
|
/haiku/docs/user/storage/ |
H A D | AppFileInfo.dox | 350 bool updateMimeDB, bool syncAll) 360 If \a updateMimeDB is \c true, the method will inform the registrar about 367 from the list of supporting applications. Only relevant when \a updateMimeDB 372 \param updateMimeDB \c true to update the supported types in the MIME DB, 522 bool updateMimeDB) 532 \param updateMimeDB \c true to also set the icon for the application in the 572 bool updateMimeDB) 580 \param updateMimeDB \c true to also set the icon for the application in the 665 const BBitmap* icon, icon_size which, bool updateMimeDB) 672 If \a updateMimeDB is \c true and if the file has a signature, then the icon [all …]
|