HomeSort by relevance Sort by last modified time
    Searched refs:SetPref (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_management_test_util.h 57 void SetPref(base::DictionaryValue* pref);
88 SetPref(dict_value->DeepCopy());
90 SetPref(new base::DictionaryValue);
extension_management_unittest.cc 86 void SetPref(bool managed, const char* path, base::Value* value) {
109 SetPref(true, pref_names::kExtensionManagement, parsed.release());
164 SetPref(true, pref_names::kInstallDenyList, blacklist->DeepCopy());
177 SetPref(true, pref_names::kInstallDenyList, blacklist->DeepCopy());
179 SetPref(true, pref_names::kInstallAllowList, whitelist->DeepCopy());
181 SetPref(true, pref_names::kInstallForceList, forcelist->DeepCopy());
183 SetPref(true, pref_names::kAllowedTypes, allowed_types->DeepCopy());
207 SetPref(
229 SetPref(true, pref_names::kAllowedTypes, allowed_types_pref.DeepCopy());
252 SetPref(true, pref_names::kInstallDenyList, denied_list_pref.DeepCopy())
    [all...]
extension_management_test_util.cc 115 void ExtensionManagementPrefUpdaterBase::SetPref(base::DictionaryValue* pref) {
extension_service_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/renderer_context_menu/
spelling_bubble_model.cc 55 SetPref(true);
59 SetPref(false);
73 void SpellingBubbleModel::SetPref(bool enabled) {
spelling_bubble_model.h 39 void SetPref(bool enabled);
  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings_unittest.cc 68 void SetPref(const std::string& pref_name, const base::Value* value) {
107 TEST_F(CrosSettingsTest, SetPref) {
110 SetPref(kAccountsPrefAllowGuest, expected_props_[kAccountsPrefAllowGuest]);
128 SetPref(kAccountsPrefUsers, &whitelist);
154 SetPref(kAccountsPrefUsers, &whitelist);
170 SetPref(kAccountsPrefUsers, &whitelist);
182 SetPref(kAccountsPrefUsers, &whitelist);
183 SetPref(kAccountsPrefAllowNewUser, &disallow_new);
195 SetPref(kAccountsPrefUsers, &whitelist);
196 SetPref(kAccountsPrefAllowNewUser
    [all...]
  /external/chromium_org/base/prefs/
testing_pref_service.h 68 void SetPref(TestingPrefStore* pref_store, const char* path,
124 SetPref(managed_prefs_.get(), path, value);
145 SetPref(user_prefs_.get(), path, value);
166 SetPref(recommended_prefs_.get(), path, value);
186 SuperPrefService, ConstructionPrefRegistry>::SetPref(
  /external/chromium_org/chrome/browser/extensions/api/settings_overrides/
settings_overrides_api.cc 140 void SettingsOverridesAPI::SetPref(const std::string& extension_id,
171 SetPref(extension->id(),
175 SetPref(extension->id(),
180 SetPref(extension->id(),
191 SetPref(
199 SetPref(extension->id(),
settings_overrides_api.h 38 void SetPref(const std::string& extension_id,
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.h 33 virtual void SetPref(const std::string& pref_name,
core_chromeos_options_handler.cc 211 void CoreChromeOSOptionsHandler::SetPref(const std::string& pref_name,
225 return ::options::CoreOptionsHandler::SetPref(pref_name, value, metric);
  /external/chromium_org/chrome/browser/ui/webui/options/
core_options_handler.h 57 virtual void SetPref(const std::string& pref_name,
preferences_browsertest.h 117 void SetPref(const std::string& name,
core_options_handler.cc 294 void CoreOptionsHandler::SetPref(const std::string& pref_name,
618 SetPref(pref_name, value, metric);
preferences_browsertest.cc 341 void PreferencesBrowserTest::SetPref(const std::string& name,
367 SetPref(name, type, value, commit, &observed_json);
    [all...]

Completed in 208 milliseconds