Searched refs:showRule (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/filetypes/
H A DFileTypes.cpp142 bool showRule; local
143 if (message->FindBool("show_rule", &showRule) == B_OK)
144 fMessage.ReplaceBool("show_rule", showRule);
H A DFileTypesWindow.cpp342 bool showRule; local
345 if (settings.FindBool("show_rule", &showRule) != B_OK)
346 showRule = false;
388 item->SetMarked(showRule);
578 _ShowSnifferRule(showRule);

Completed in 90 milliseconds