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

  /external/chromium/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.h 13 // CoreChromeOSOptionsHandler handles ChromeOS settings.
14 class CoreChromeOSOptionsHandler : public CoreOptionsHandler {
16 CoreChromeOSOptionsHandler();
core_chromeos_options_handler.cc 18 CoreChromeOSOptionsHandler::CoreChromeOSOptionsHandler()
22 Value* CoreChromeOSOptionsHandler::FetchPref(const std::string& pref_name) {
31 void CoreChromeOSOptionsHandler::ObservePref(const std::string& pref_name) {
39 void CoreChromeOSOptionsHandler::SetPref(const std::string& pref_name,
53 void CoreChromeOSOptionsHandler::StopObservingPref(const std::string& path) {
61 void CoreChromeOSOptionsHandler::Observe(NotificationType type,
74 void CoreChromeOSOptionsHandler::NotifySettingsChanged(
  /external/chromium/chrome/browser/ui/webui/chromeos/
proxy_settings_ui.cc 73 CoreChromeOSOptionsHandler* core_handler = new CoreChromeOSOptionsHandler();
  /external/chromium/chrome/browser/ui/webui/options/
options_ui.cc 187 core_handler = new chromeos::CoreChromeOSOptionsHandler();

Completed in 238 milliseconds