Searched refs:Supertype (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/build/private/storage/mime/
H A DSupertype.h1 #include <../../../private/storage/mime/Supertype.h>
/haiku/src/kits/storage/mime/
H A DSupertype.cpp6 \file Supertype.cpp
7 Supertype class implementation
10 #include <mime/Supertype.h>
27 \class Supertype
32 //! Constructs a new Supertype object
33 Supertype::Supertype(const char *super) function in class:BPrivate::Storage::Mime::Supertype
40 //! Destroys the Supertype object
41 Supertype::~Supertype()
[all...]
H A DInstalledTypes.cpp113 std::map<std::string, Supertype>::iterator i = fSupertypes.find(supertype);
175 // Supertype only
176 std::map<std::string, Supertype>::iterator i;
215 // Supertype only
239 std::map<std::string, Supertype>::iterator &i)
248 Supertype &supertype = fSupertypes[super];
277 std::map<std::string, Supertype>::iterator i;
296 InstalledTypes::_AddSubtype(Supertype &super, const char *sub)
336 std::map<std::string, Supertype>::iterator i = fSupertypes.find(super);
411 std::map<std::string, Supertype>
[all...]
/haiku/headers/private/storage/mime/
H A DSupertype.h6 \file Supertype.h
7 Supertype class declarations
24 class Supertype { class in namespace:BPrivate::Storage::Mime
26 Supertype(const char *super = NULL);
27 ~Supertype();
H A DInstalledTypes.h19 #include <mime/Supertype.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 DTranslatorListView.h25 const BString& Supertype() const { return fSupertype; } function in class:TranslatorItem
H A DTranslatorListView.cpp28 int typeDiff = itemA->Supertype().Compare(itemB->Supertype());
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.h26 const char* Supertype() const { return fSupertype.String(); } function in class:MimeTypeItem
H A DMimeTypeListView.cpp224 int compare = strcasecmp(typeA->Supertype(), typeB->Supertype());

Completed in 97 milliseconds