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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/
bluetooth_pairing_ui.cc 23 core_handler_(new options::CoreChromeOSOptionsHandler()),
27 core_handler_->set_handlers_host(this);
28 core_handler_->GetLocalizedValues(&localized_strings);
29 web_ui->AddMessageHandler(core_handler_);
49 core_handler_->Uninitialize();
54 core_handler_->InitializeHandler();
56 core_handler_->InitializePage();
proxy_settings_ui.cc 91 core_handler_(new options::CoreChromeOSOptionsHandler()) {
95 core_handler_->set_handlers_host(this);
96 core_handler_->GetLocalizedValues(localized_strings);
97 web_ui->AddMessageHandler(core_handler_);
116 core_handler_->Uninitialize();
125 core_handler_->InitializeHandler();
129 core_handler_->InitializePage();
bluetooth_pairing_ui.h 29 options::CoreChromeOSOptionsHandler* core_handler_; member in class:chromeos::BluetoothPairingUI
proxy_settings_ui.h 33 options::CoreChromeOSOptionsHandler* core_handler_; // WeakPtr. member in class:chromeos::ProxySettingsUI
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
oobe_ui.cc 156 core_handler_(NULL),
179 core_handler_ = new CoreOobeHandler(this);
180 AddScreenHandler(core_handler_);
181 core_handler_->SetDelegate(this);
192 new NetworkScreenHandler(core_handler_);
197 EulaScreenHandler* eula_screen_handler = new EulaScreenHandler(core_handler_);
250 core_handler_,
289 core_handler_->SetDelegate(NULL);
444 core_handler_->ShowOobeUI(show);
458 actual_context.set_oobe_ui(core_handler_->show_oobe_ui())
    [all...]
oobe_ui.h 157 CoreOobeHandler* core_handler_; member in class:chromeos::OobeUI

Completed in 58 milliseconds