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

  /external/chromium/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.h 22 virtual void SetPref(const std::string& pref_name,
core_chromeos_options_handler.cc 39 void CoreChromeOSOptionsHandler::SetPref(const std::string& pref_name,
43 return ::CoreOptionsHandler::SetPref(pref_name, value, metric);
  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.h 51 virtual void SetPref(const std::string& pref_name,
core_options_handler.cc 155 void CoreOptionsHandler::SetPref(const std::string& pref_name,
330 SetPref(pref_name, value, metric);
  /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...]

Completed in 151 milliseconds