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

/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/renderer_context_menu/
H A Dspelling_bubble_model.cc54 SetPref(true);
58 SetPref(false);
72 void SpellingBubbleModel::SetPref(bool enabled) { function in class:SpellingBubbleModel
/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) {
111 SetPref(kAccountsPrefAllowGuest, expected_props_[kAccountsPrefAllowGuest]);
131 SetPref(kAccountsPrefUsers, &whitelist);
159 SetPref(kAccountsPrefUsers, &whitelist);
176 SetPref(kAccountsPrefUsers, &whitelist);
189 SetPref(kAccountsPrefUsers, &whitelist);
190 SetPref(kAccountsPrefAllowNewUser, &disallow_new);
203 SetPref(kAccountsPrefUsers, &whitelist);
204 SetPref(kAccountsPrefAllowNewUse
[all...]
/external/chromium_org/chrome/browser/extensions/api/settings_overrides/
H A Dsettings_overrides_api.cc139 void SettingsOverridesAPI::SetPref(const std::string& extension_id, function in class:extensions::SettingsOverridesAPI
170 SetPref(extension->id(),
174 SetPref(extension->id(),
179 SetPref(extension->id(),
190 SetPref(
198 SetPref(extension->id(),
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
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.cc284 void CoreOptionsHandler::SetPref(const std::string& pref_name, function in class:options::CoreOptionsHandler
608 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);
914 SetPref(name, type, &value, true, &observed_json);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc989 void SetPref(const std::string& extension_id, function in class:ExtensionServiceTest
1012 SetPref(extension_id, pref_path, new base::FundamentalValue(value), msg);
1023 SetPref(extension_id, pref_path, new base::FundamentalValue(value), msg);
1051 SetPref(extension_id, pref_path, list_value, msg);
1876 SetPref(extension_id, "granted_permissions.api",
1916 SetPref(extension_id, "granted_permissions.api",

Completed in 211 milliseconds