Home
last modified time | relevance | path

Searched refs:core_handler (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/webui/chromeos/
Dproxy_settings_ui.cc73 CoreChromeOSOptionsHandler* core_handler = new CoreChromeOSOptionsHandler(); in ProxySettingsUI() local
74 core_handler->set_handlers_host(this); in ProxySettingsUI()
75 core_handler->GetLocalizedValues(localized_strings); in ProxySettingsUI()
76 AddMessageHandler(core_handler->Attach(this)); in ProxySettingsUI()
/external/chromium/chrome/browser/ui/webui/options/
Doptions_ui.cc185 CoreOptionsHandler* core_handler; in OptionsUI() local
187 core_handler = new chromeos::CoreChromeOSOptionsHandler(); in OptionsUI()
189 core_handler = new CoreOptionsHandler(); in OptionsUI()
191 core_handler->set_handlers_host(this); in OptionsUI()
192 AddOptionsPageUIHandler(localized_strings, core_handler); in OptionsUI()
/external/chromium_org/chrome/browser/ui/webui/options/
Doptions_ui.cc247 CoreOptionsHandler* core_handler; in OptionsUI() local
249 core_handler = new chromeos::options::CoreChromeOSOptionsHandler(); in OptionsUI()
251 core_handler = new CoreOptionsHandler(); in OptionsUI()
253 core_handler->set_handlers_host(this); in OptionsUI()
254 AddOptionsPageUIHandler(localized_strings, core_handler); in OptionsUI()