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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/
bluetooth_pairing_ui.h 14 class CoreChromeOSOptionsHandler;
29 options::CoreChromeOSOptionsHandler* core_handler_;
proxy_settings_ui.h 14 class CoreChromeOSOptionsHandler;
33 options::CoreChromeOSOptionsHandler* core_handler_; // WeakPtr.
bluetooth_pairing_ui.cc 23 core_handler_(new options::CoreChromeOSOptionsHandler()),
proxy_settings_ui.cc 91 core_handler_(new options::CoreChromeOSOptionsHandler()) {
  /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_org/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.h 15 // CoreChromeOSOptionsHandler handles ChromeOS settings.
16 class CoreChromeOSOptionsHandler : public ::options::CoreOptionsHandler {
18 CoreChromeOSOptionsHandler();
19 virtual ~CoreChromeOSOptionsHandler();
core_chromeos_options_handler.cc 92 CoreChromeOSOptionsHandler::CoreChromeOSOptionsHandler() {
95 CoreChromeOSOptionsHandler::~CoreChromeOSOptionsHandler() {
98 void CoreChromeOSOptionsHandler::RegisterMessages() {
102 base::Bind(&CoreChromeOSOptionsHandler::SelectNetworkCallback,
106 void CoreChromeOSOptionsHandler::InitializeHandler() {
127 base::Value* CoreChromeOSOptionsHandler::FetchPref(
163 void CoreChromeOSOptionsHandler::ObservePref(const std::string& pref_name) {
173 void CoreChromeOSOptionsHandler::SetPref(const std::string& pref_name
    [all...]
  /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();
  /external/chromium_org/chrome/browser/ui/webui/options/
options_ui.cc 247 core_handler = new chromeos::options::CoreChromeOSOptionsHandler();

Completed in 161 milliseconds