Searched refs:fShowIcons (Results 1 - 2 of 2) sorted by path

/haiku/src/preferences/filetypes/
H A DMimeTypeListView.h69 bool IsShowingIcons() const { return fShowIcons; }
85 bool fShowIcons; member in class:MimeTypeListView
H A DMimeTypeListView.cpp272 fShowIcons(showIcons),
300 MimeTypeItem* typeItem = new MimeTypeItem(mimeType, fShowIcons,
418 item = new MimeTypeItem(mimeType, fShowIcons, fSupertype.Type() != NULL);
521 if (item != NULL && fShowIcons) {
643 if (showIcons == fShowIcons)
646 fShowIcons = showIcons;

Completed in 59 milliseconds