HomeSort by relevance Sort by last modified time
    Searched defs:CoreChromeOSOptionsHandler (Results 1 - 2 of 2) 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(

Completed in 32 milliseconds