Searched refs:fSupertype (Results 1 – 4 of 4) sorted by relevance
53 fSupertype = format->MIME; in TranslatorItem()54 int32 slash = fSupertype.FindFirst('/'); in TranslatorItem()55 fSupertype.Truncate(slash); in TranslatorItem()56 } while (fSupertype == "application" && --count != 0); in TranslatorItem()
25 const BString& Supertype() const { return fSupertype; } in Supertype()29 BString fSupertype; variable
26 const char* Supertype() const { return fSupertype.String(); } in Supertype()42 BString fSupertype; variable83 BMimeType fSupertype; variable
155 fSupertype = type.Type(); in _SetTo()161 fSupertype.SetTo(type.Type(), subType - type.Type()); in _SetTo()271 fSupertype(supertype), in MimeTypeListView()315 if (fSupertype.Type() != NULL) { in _CollectTypes()317 _CollectSubtypes(fSupertype.Type(), NULL); in _CollectTypes()418 item = new MimeTypeItem(mimeType, fShowIcons, fSupertype.Type() != NULL); in _AddNewType()