Searched refs:GetSupertype (Results 1 - 23 of 23) sorted by relevance

/haiku/src/apps/text_search/
H A DFileIterator.cpp58 if (mimeType.GetSupertype(&superType) == B_OK) {
/haiku/headers/build/os/storage/
H A DMimeType.h99 status_t GetSupertype(BMimeType *superType) const;
/haiku/src/kits/locale/
H A DInitLocaleKit.cpp58 res = mt.GetSupertype(&supertype);
/haiku/src/build/libbe/storage/
H A DMimeType.cpp190 // GetSupertype
202 BMimeType::GetSupertype(BMimeType *superType) const function in class:BMimeType
287 if (type->GetSupertype(&super) == B_OK && *this == super)
/haiku/headers/os/storage/
H A DMimeType.h88 status_t GetSupertype(BMimeType* supertype) const;
/haiku/src/kits/tracker/
H A DIconMenuItem.cpp312 mime.GetSupertype(&super);
339 mime.GetSupertype(&super);
H A DFindPanel.cpp1799 type.GetSupertype(&super);
2970 mimeType.GetSupertype(&supertype);
H A DIconCache.cpp525 mime.GetSupertype(&superType);
H A DContainerWindow.cpp3551 mimeType.GetSupertype(&superType);
3567 mimeType.GetSupertype(&superType);
/haiku/src/kits/storage/mime/
H A DSupportingApps.cpp113 status = mime.GetSupertype(&superMime);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp665 if (fileType.GetSupertype(&superType) != B_OK)
681 if (fileType.GetSupertype(&superType) != B_OK)
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.cpp415 if (mimeType.GetSupertype(&superType) == B_OK)
H A DIconView.cpp72 if (type.GetSupertype(&superType) == B_OK) {
125 if (type.GetSupertype(&superType) == B_OK) {
/haiku/src/preferences/sounds/
H A DHWindow.cpp152 mtype.GetSupertype(&superType);
/haiku/src/kits/storage/
H A DMimeType.cpp187 BMimeType::GetSupertype(BMimeType* supertype) const function in class:BMimeType
253 if (type->GetSupertype(&super) == B_OK && *this == super)
H A DNodeInfo.cpp546 if (!success && nodeType.GetSupertype(&superType) == B_OK) {
/haiku/src/kits/mail/
H A DMailComponent.cpp63 type.GetSupertype(&super);
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp99 status = mimeType.GetSupertype(&superType);
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp1609 return sub.GetSupertype(&super) == B_BAD_VALUE;
1610 // This is what R5::GetSupertype() returns when called on a supertype;
2688 if (mime.GetSupertype(&superType) == B_OK)
2965 // * GetSupertype()
3063 // GetSupertype()
3066 CHK(type.GetSupertype(&super) == B_OK);
3075 CHK(type.GetSupertype(&super) == B_BAD_VALUE);
3099 CHK(type2.GetSupertype(&super2) == B_OK);
3115 CHK(type.GetSupertype(NULL) == B_BAD_VALUE);
4853 +* status_t GetSupertype(BMimeTyp
[all...]
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp859 if (nodeType.GetSupertype(&superType) == B_OK)
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp229 if (type.GetSupertype(&superType) == B_OK
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp1747 else if (mimeType.GetSupertype(&superType) == B_OK)
/haiku/src/kits/app/
H A DRoster.cpp2388 if (type.GetSupertype(&superType) == B_OK)

Completed in 184 milliseconds