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

  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.cc 29 CoreOptionsHandler::CoreOptionsHandler()
33 CoreOptionsHandler::~CoreOptionsHandler() {}
35 void CoreOptionsHandler::Initialize() {
42 void CoreOptionsHandler::GetLocalizedValues(
79 void CoreOptionsHandler::Uninitialize() {
91 WebUIMessageHandler* CoreOptionsHandler::Attach(WebUI* web_ui) {
98 void CoreOptionsHandler::Observe(NotificationType type,
105 void CoreOptionsHandler::RegisterMessages()
    [all...]
core_options_handler.h 19 class CoreOptionsHandler : public OptionsPageUIHandler {
21 CoreOptionsHandler();
22 virtual ~CoreOptionsHandler();
118 DISALLOW_COPY_AND_ASSIGN(CoreOptionsHandler);
options_ui.cc 185 CoreOptionsHandler* core_handler;
189 core_handler = new CoreOptionsHandler();
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
core_chromeos_options_handler.h 14 class CoreChromeOSOptionsHandler : public CoreOptionsHandler {
19 // ::CoreOptionsHandler overrides
core_chromeos_options_handler.cc 24 return ::CoreOptionsHandler::FetchPref(pref_name);
33 return ::CoreOptionsHandler::ObservePref(pref_name);
43 return ::CoreOptionsHandler::SetPref(pref_name, value, metric);
58 ::CoreOptionsHandler::StopObservingPref(path);
71 ::CoreOptionsHandler::Observe(type, source, details);
  /external/chromium/chrome/browser/ui/webui/
settings_browsertest.cc 20 class MockCoreOptionsHandler : public CoreOptionsHandler {

Completed in 69 milliseconds