Searched refs:kUrlBlacklist (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dpolicy_pref_names.cc15 const char kUrlBlacklist[] = "policy.url_blacklist"; member in namespace:policy::policy_prefs
H A Dpolicy_pref_names.h14 POLICY_EXPORT extern const char kUrlBlacklist[];
/external/chromium_org/components/policy/core/browser/
H A Durl_blacklist_policy_handler_unittest.cc84 EXPECT_FALSE(prefs_.GetValue(policy_prefs::kUrlBlacklist, NULL));
92 EXPECT_FALSE(prefs_.GetValue(policy_prefs::kUrlBlacklist, NULL));
100 EXPECT_FALSE(prefs_.GetValue(policy_prefs::kUrlBlacklist, NULL));
108 EXPECT_TRUE(prefs_.GetValue(policy_prefs::kUrlBlacklist, &out));
119 EXPECT_TRUE(prefs_.GetValue(policy_prefs::kUrlBlacklist, &out));
135 EXPECT_TRUE(prefs_.GetValue(policy_prefs::kUrlBlacklist, &out));
151 EXPECT_TRUE(prefs_.GetValue(policy_prefs::kUrlBlacklist, &out));
165 EXPECT_TRUE(prefs_.GetValue(policy_prefs::kUrlBlacklist, &out));
183 EXPECT_TRUE(prefs_.GetValue(policy_prefs::kUrlBlacklist, &out));
205 EXPECT_TRUE(prefs_.GetValue(policy_prefs::kUrlBlacklist,
[all...]
H A Durl_blacklist_policy_handler.cc80 prefs->SetValue(policy_prefs::kUrlBlacklist,
H A Durl_blacklist_manager.cc416 pref_change_registrar_.Add(policy_prefs::kUrlBlacklist, callback);
421 if (pref_service_->HasPrefPath(policy_prefs::kUrlBlacklist))
452 pref_service_->GetList(policy_prefs::kUrlBlacklist)->DeepCopy());
513 registry->RegisterListPref(policy_prefs::kUrlBlacklist,
/external/chromium_org/chrome/browser/policy/
H A Durl_blacklist_manager_unittest.cc94 pref_service_.registry()->RegisterListPref(policy_prefs::kUrlBlacklist); variable
199 pref_service_.SetManagedPref(policy_prefs::kUrlBlacklist, blacklist);
200 pref_service_.SetManagedPref(policy_prefs::kUrlBlacklist, whitelist);
H A Dpolicy_browsertest.cc2177 const base::ListValue* list_url = prefs->GetList(policy_prefs::kUrlBlacklist);
2188 list_url = prefs->GetList(policy_prefs::kUrlBlacklist);

Completed in 380 milliseconds