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

  /external/chromium_org/chrome/browser/renderer_context_menu/
spelling_bubble_model.cc 54 SetPref(true);
58 SetPref(false);
72 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) {
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(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 139 void SettingsOverridesAPI::SetPref(const std::string& extension_id,
170 SetPref(extension->id(),
174 SetPref(extension->id(),
179 SetPref(extension->id(),
190 SetPref(
198 SetPref(extension->id(),
settings_overrides_api.h 37 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 284 void CoreOptionsHandler::SetPref(const std::string& pref_name,
608 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...]
  /external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc     [all...]

Completed in 685 milliseconds