Home
last modified time | relevance | path

Searched refs:Supertype (Results 1 – 11 of 11) sorted by relevance

/haiku/src/kits/storage/mime/
H A DSupertype.cpp33 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 DInstalledTypes.cpp113 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 DJamfile29 Supertype.cpp
/haiku/headers/private/storage/mime/
H A DSupertype.h24 class Supertype {
26 Supertype(const char *super = NULL);
27 ~Supertype();
H A DInstalledTypes.h46 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 DTranslatorListView.cpp28 int typeDiff = itemA->Supertype().Compare(itemB->Supertype()); in compare_items()
H A DTranslatorListView.h25 const BString& Supertype() const { return fSupertype; } in Supertype() function
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.h26 const char* Supertype() const { return fSupertype.String(); } in Supertype() function
H A DMimeTypeListView.cpp224 int compare = strcasecmp(typeA->Supertype(), typeB->Supertype()); in Compare()
/haiku/src/build/libbe/storage/
H A DJamfile52 Supertype.cpp
/haiku/docs/user/storage/
H A DMimeType.dox78 MIMEType ::= Supertype "/" [ Subtype ]
79 Supertype ::= "application" | "audio" | "image" | "message"