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

  /external/chromium/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.h 21 virtual void ObservePref(const std::string& pref_name);
core_chromeos_options_handler.cc 31 void CoreChromeOSOptionsHandler::ObservePref(const std::string& pref_name) {
33 return ::CoreOptionsHandler::ObservePref(pref_name);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.h 25 virtual void ObservePref(const std::string& pref_name) OVERRIDE;
core_chromeos_options_handler.cc 119 ObservePref(prefs::kOpenNetworkConfiguration);
121 ObservePref(prefs::kProxy);
122 ObservePref(prefs::kDeviceOpenNetworkConfiguration);
163 void CoreChromeOSOptionsHandler::ObservePref(const std::string& pref_name) {
169 return ::options::CoreOptionsHandler::ObservePref(pref_name);
  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.h 48 virtual void ObservePref(const std::string& pref_name);
core_options_handler.cc 151 void CoreOptionsHandler::ObservePref(const std::string& pref_name) {
264 ObservePref(pref_name);
  /external/chromium_org/chrome/browser/ui/webui/options/
core_options_handler.h 50 virtual void ObservePref(const std::string& pref_name);
core_options_handler.cc 208 void CoreOptionsHandler::ObservePref(const std::string& pref_name) {
433 ObservePref(pref_name);

Completed in 1196 milliseconds