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

  /external/chromium/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.cc 39 void CoreChromeOSOptionsHandler::SetPref(const std::string& pref_name,
43 return ::CoreOptionsHandler::SetPref(pref_name, value, metric);
  /external/chromium_org/chrome/browser/tab_contents/
spelling_bubble_model.cc 54 SetPref(true);
58 SetPref(false);
72 void SpellingBubbleModel::SetPref(bool enabled) {
  /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/chromeos/settings/
cros_settings_unittest.cc 69 void SetPref(const std::string& pref_name, const base::Value* value) {
104 TEST_F(CrosSettingsTest, SetPref) {
108 SetPref(kAccountsPrefAllowGuest, expected_props_[kAccountsPrefAllowGuest]);
128 SetPref(kAccountsPrefUsers, &whitelist);
156 SetPref(kAccountsPrefUsers, &whitelist);
173 SetPref(kAccountsPrefUsers, &whitelist);
186 SetPref(kAccountsPrefUsers, &whitelist);
187 SetPref(kAccountsPrefAllowNewUser, &disallow_new);
200 SetPref(kAccountsPrefUsers, &whitelist);
201 SetPref(kAccountsPrefAllowNewUser
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.cc 173 void CoreChromeOSOptionsHandler::SetPref(const std::string& pref_name,
187 return ::options::CoreOptionsHandler::SetPref(pref_name, value, metric);
  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.cc 155 void CoreOptionsHandler::SetPref(const std::string& pref_name,
330 SetPref(pref_name, value, metric);
  /external/chromium_org/chrome/browser/ui/webui/options/
core_options_handler.cc 235 void CoreOptionsHandler::SetPref(const std::string& pref_name,
542 SetPref(pref_name, value, metric);
preferences_browsertest.cc 343 void PreferencesBrowserTest::SetPref(const std::string& name,
369 SetPref(name, type, value, commit, &observed_json);
826 SetPref(name, type, &value, true, &observed_json);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 788 void SetPref(const std::string& extension_id,
811 SetPref(extension_id, pref_path, Value::CreateIntegerValue(value), msg);
822 SetPref(extension_id, pref_path, Value::CreateBooleanValue(value), msg);
850 SetPref(extension_id, pref_path, list_value, msg);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc     [all...]

Completed in 396 milliseconds