Home
last modified time | relevance | path

Searched refs:showIcon (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/filetypes/
H A DMimeTypeListView.h16 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);
H A DMimeTypeListView.cpp39 MimeTypeItem::MimeTypeItem(BMimeType& type, bool showIcon, bool flat) in MimeTypeItem() argument
43 fShowIcon(showIcon) in MimeTypeItem()
49 MimeTypeItem::MimeTypeItem(const char* type, bool showIcon, bool flat) in MimeTypeItem() argument
53 fShowIcon(showIcon) in MimeTypeItem()
203 MimeTypeItem::ShowIcon(bool showIcon) in ShowIcon() argument
205 fShowIcon = showIcon; in ShowIcon()