Searched defs:CoreChromeOSOptionsHandler (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dcore_chromeos_options_handler.h13 // CoreChromeOSOptionsHandler handles ChromeOS settings.
14 class CoreChromeOSOptionsHandler : public CoreOptionsHandler { class in namespace:chromeos
16 CoreChromeOSOptionsHandler();
H A Dcore_chromeos_options_handler.cc18 CoreChromeOSOptionsHandler::CoreChromeOSOptionsHandler() function in class:chromeos::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 54 milliseconds