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

  /external/chromium/chrome/browser/chromeos/login/
wizard_in_process_browser_test.h 15 class WizardController;
38 WizardController* controller() const { return controller_; }
39 void set_controller(WizardController* controller) {
45 WizardController* controller_;
wizard_controller.cc 72 // RootView of the Widget WizardController creates. Contains the contents of the
73 // WizardController.
122 WizardController* controller = WizardController::default_controller();
204 const char WizardController::kNetworkScreenName[] = "network";
205 const char WizardController::kLoginScreenName[] = "login";
206 const char WizardController::kAccountScreenName[] = "account";
207 const char WizardController::kUpdateScreenName[] = "update";
208 const char WizardController::kUserImageScreenName[] = "image";
209 const char WizardController::kEulaScreenName[] = "eula"
    [all...]
wizard_in_process_browser_test.cc 25 WizardController::SetZeroDelays();
29 controller_ = WizardController::default_controller();
base_login_display_host.h 18 class WizardController;
68 scoped_ptr<WizardController> wizard_controller_;
wizard_controller.h 50 class WizardController : public chromeos::ScreenObserver,
53 explicit WizardController(chromeos::LoginDisplayHost* host,
55 ~WizardController();
58 static WizardController* default_controller() {
256 // Value of the screen name that WizardController was started with.
265 // Default WizardController.
266 static WizardController* default_controller_;
271 base::OneShotTimer<WizardController> smooth_show_timer_;
281 DISALLOW_COPY_AND_ASSIGN(WizardController);
enterprise_enrollment_screen_browsertest.cc 22 WizardController::kEnterpriseEnrollmentScreenName) {}
base_login_display_host.cc 111 wizard_controller_.reset(new WizardController(this, background_bounds_));
114 if (!WizardController::IsDeviceRegistered())
127 if (!WizardController::IsDeviceRegistered() && !users.empty()) {
130 WizardController::MarkDeviceRegistered();
197 bool oobe_complete = WizardController::IsOobeCompleted();
200 first_screen_name == WizardController::kLoginScreenName;
244 WizardController::SetInitialLocale(locale);
existing_user_controller.cc 233 host_->StartWizard(WizardController::kEnterpriseEnrollmentScreenName,
312 switches::kLoginScreen) == WizardController::kLoginScreenName;
364 ActivateWizard(WizardController::IsDeviceRegistered() ?
365 WizardController::kUserImageScreenName :
366 WizardController::kRegistrationScreenName);
376 if (WizardController::IsDeviceRegistered()) {
380 ActivateWizard(WizardController::kRegistrationScreenName);
wizard_controller_browsertest.cc 39 static MockOutShowHide<T>* Create(WizardController* wizard);
43 CreateMockWizardScreenHelper<T>::Create(WizardController* wizard) {
49 WizardController* wizard) {
66 WizardController::kTestNoScreenName) {}
74 WizardController* const wizard = controller();
76 wizard->ShowFirstScreen(WizardController::kNetworkScreenName);
114 WizardController::default_controller()->is_official_build_ = true;
128 controller()->ShowFirstScreen(WizardController::kNetworkScreenName);
existing_user_controller_browsertest.cc 86 WizardController::MarkDeviceRegistered();
184 StartWizard(WizardController::kUserImageScreenName,
update_screen.cc 134 WizardController::MarkOobeCompleted();
background_view.cc 428 if (WizardController::IsRegisterScreenDefined())
  /external/chromium/chrome/browser/ui/webui/chromeos/
register_page_ui.cc 169 if (!WizardController::default_controller() ||
170 WizardController::IsDeviceRegistered()) {
224 if (WizardController::default_controller() &&
266 if (WizardController::default_controller())
267 WizardController::default_controller()->SkipRegistration();
  /external/chromium/chrome/browser/prefs/
browser_prefs.cc 114 WizardController::RegisterPrefs(local_state);
  /external/chromium/chrome/browser/ui/webui/options/
about_page_handler.cc 321 (!WizardController::default_controller() ||
322 WizardController::IsDeviceRegistered())) {
  /external/chromium/chrome/browser/chromeos/
customization_document.cc 250 initial_locale_(WizardController::GetInitialLocale()) {
  /external/chromium/chrome/browser/
browser_about_handler.cc 282 locale_(WizardController::GetInitialLocale()) {
    [all...]

Completed in 148 milliseconds