Searched refs:Supertype (Results 1 – 11 of 11) sorted by relevance
/haiku/src/kits/storage/mime/ |
H A D | Supertype.cpp | 33 Supertype::Supertype(const char *super) in Supertype() function in BPrivate::Storage::Mime::Supertype 41 Supertype::~Supertype() in ~Supertype() 51 Supertype::GetInstalledSubtypes(BMessage *types) in GetInstalledSubtypes() 75 Supertype::AddSubtype(const char *sub) in AddSubtype() 94 Supertype::RemoveSubtype(const char *sub) in RemoveSubtype() 109 Supertype::SetName(const char *super) in SetName() 118 Supertype::GetName() in GetName() 130 Supertype::FillMessageWithTypes(BMessage &msg) const in FillMessageWithTypes() 149 Supertype::CreateMessageWithTypes(BMessage **result) const in CreateMessageWithTypes()
|
H A D | InstalledTypes.cpp | 113 std::map<std::string, Supertype>::iterator i = fSupertypes.find(supertype); in GetInstalledTypes() 176 std::map<std::string, Supertype>::iterator i; in AddType() 239 std::map<std::string, Supertype>::iterator &i) in _AddSupertype() 248 Supertype &supertype = fSupertypes[super]; in _AddSupertype() 277 std::map<std::string, Supertype>::iterator i; in _AddSubtype() 296 InstalledTypes::_AddSubtype(Supertype &super, const char *sub) in _AddSubtype() 336 std::map<std::string, Supertype>::iterator i = fSupertypes.find(super); in _RemoveSubtype() 411 std::map<std::string, Supertype>::iterator i; in _BuildInstalledTypesList() 416 Supertype &supertypeRef = fSupertypes[supertype]; in _BuildInstalledTypesList() 489 std::map<std::string, Supertype>::const_iterator i; in _CreateMessageWithTypes() [all …]
|
H A D | Jamfile | 29 Supertype.cpp
|
/haiku/headers/private/storage/mime/ |
H A D | Supertype.h | 24 class Supertype { 26 Supertype(const char *super = NULL); 27 ~Supertype();
|
H A D | InstalledTypes.h | 46 std::map<std::string, Supertype>::iterator &i); 48 status_t _AddSubtype(Supertype &super, const char *sub); 64 std::map<std::string, Supertype> fSupertypes;
|
/haiku/src/preferences/datatranslations/ |
H A D | TranslatorListView.cpp | 28 int typeDiff = itemA->Supertype().Compare(itemB->Supertype()); in compare_items()
|
H A D | TranslatorListView.h | 25 const BString& Supertype() const { return fSupertype; } in Supertype() function
|
/haiku/src/preferences/filetypes/ |
H A D | MimeTypeListView.h | 26 const char* Supertype() const { return fSupertype.String(); } in Supertype() function
|
H A D | MimeTypeListView.cpp | 224 int compare = strcasecmp(typeA->Supertype(), typeB->Supertype()); in Compare()
|
/haiku/src/build/libbe/storage/ |
H A D | Jamfile | 52 Supertype.cpp
|
/haiku/docs/user/storage/ |
H A D | MimeType.dox | 78 MIMEType ::= Supertype "/" [ Subtype ] 79 Supertype ::= "application" | "audio" | "image" | "message"
|