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

  /external/chromium/chrome/browser/ui/webui/chromeos/
proxy_settings_ui.cc 73 CoreChromeOSOptionsHandler* core_handler = new CoreChromeOSOptionsHandler(); local
74 core_handler->set_handlers_host(this);
75 core_handler->GetLocalizedValues(localized_strings);
76 AddMessageHandler(core_handler->Attach(this));
  /external/chromium/chrome/browser/ui/webui/options/
options_ui.cc 185 CoreOptionsHandler* core_handler; local
187 core_handler = new chromeos::CoreChromeOSOptionsHandler();
189 core_handler = new CoreOptionsHandler();
191 core_handler->set_handlers_host(this);
192 AddOptionsPageUIHandler(localized_strings, core_handler);

Completed in 38 milliseconds