Searched refs:showIcon (Results 1 – 2 of 2) sorted by relevance
16 MimeTypeItem(BMimeType& type, bool showIcon = false, bool flat = false);17 MimeTypeItem(const char* type, bool showIcon = false, bool flat = false);33 void ShowIcon(bool showIcon);
39 MimeTypeItem::MimeTypeItem(BMimeType& type, bool showIcon, bool flat) in MimeTypeItem() argument43 fShowIcon(showIcon) in MimeTypeItem()49 MimeTypeItem::MimeTypeItem(const char* type, bool showIcon, bool flat) in MimeTypeItem() argument53 fShowIcon(showIcon) in MimeTypeItem()203 MimeTypeItem::ShowIcon(bool showIcon) in ShowIcon() argument205 fShowIcon = showIcon; in ShowIcon()