Searched refs:SetPref (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_bubble_model.cc55 SetPref(true);
59 SetPref(false);
73 void SpellingBubbleModel::SetPref(bool enabled) { function in class:SpellingBubbleModel
H A Dspelling_bubble_model.h39 void SetPref(bool enabled);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dcros_settings_unittest.cc68 void SetPref(const std::string& pref_name, const base::Value* value) { function in class:chromeos::CrosSettingsTest
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(kAccountsPrefAllowNewUse
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_management_test_util.h57 void SetPref(base::DictionaryValue* pref);
88 SetPref(dict_value->DeepCopy());
90 SetPref(new base::DictionaryValue);
H A Dextension_management_unittest.cc86 void SetPref(bool managed, const char* path, base::Value* value) { function in class:extensions::ExtensionManagementServiceTest
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(tru
[all...]
H A Dextension_management_test_util.cc115 void ExtensionManagementPrefUpdaterBase::SetPref(base::DictionaryValue* pref) { function in class:extensions::ExtensionManagementPrefUpdaterBase
H A Dextension_service_unittest.cc1015 void SetPref(const std::string& extension_id, function in class:ExtensionServiceTest
1038 SetPref(extension_id, pref_path, new base::FundamentalValue(value), msg);
1049 SetPref(extension_id, pref_path, new base::FundamentalValue(value), msg);
1077 SetPref(extension_id, pref_path, list_value, msg);
1913 SetPref(extension_id, "granted_permissions.api",
1953 SetPref(extension_id, "granted_permissions.api",
/external/chromium_org/base/prefs/
H A Dtesting_pref_service.h68 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( function in class:TestingPrefServiceBase
/external/chromium_org/chrome/browser/extensions/api/settings_overrides/
H A Dsettings_overrides_api.cc140 void SettingsOverridesAPI::SetPref(const std::string& extension_id, function in class:extensions::SettingsOverridesAPI
171 SetPref(extension->id(),
175 SetPref(extension->id(),
180 SetPref(extension->id(),
191 SetPref(
199 SetPref(extension->id(),
H A Dsettings_overrides_api.h38 void SetPref(const std::string& extension_id,
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dcore_chromeos_options_handler.h33 virtual void SetPref(const std::string& pref_name,
H A Dcore_chromeos_options_handler.cc211 void CoreChromeOSOptionsHandler::SetPref(const std::string& pref_name, function in class:chromeos::options::CoreChromeOSOptionsHandler
225 return ::options::CoreOptionsHandler::SetPref(pref_name, value, metric);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcore_options_handler.h57 virtual void SetPref(const std::string& pref_name,
H A Dpreferences_browsertest.h117 void SetPref(const std::string& name,
H A Dcore_options_handler.cc294 void CoreOptionsHandler::SetPref(const std::string& pref_name, function in class:options::CoreOptionsHandler
618 SetPref(pref_name, value, metric);
H A Dpreferences_browsertest.cc341 void PreferencesBrowserTest::SetPref(const std::string& name, function in class:PreferencesBrowserTest
367 SetPref(name, type, value, commit, &observed_json);
912 SetPref(name, type, &value, true, &observed_json);

Completed in 206 milliseconds