Searched defs:check_for_mandatory (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/policy/
H A Dpolicy_prefs_browsertest.cc96 bool check_for_mandatory,
102 check_for_mandatory_(check_for_mandatory),
112 bool check_for_mandatory() const { return check_for_mandatory_; } function in class:policy::__anon4415::PrefMapping
318 bool check_for_mandatory = true; local
319 pref_mapping_dict->GetBoolean("check_for_mandatory",
320 &check_for_mandatory);
331 check_for_mandatory,
569 if (!(*pref_mapping)->check_for_mandatory())
697 if ((*pref_mapping)->check_for_mandatory()) {
94 PrefMapping(const std::string& pref, bool is_local_state, bool check_for_mandatory, bool check_for_recommended, const std::string& indicator_test_setup_js, const std::string& indicator_selector) argument

Completed in 460 milliseconds