Home | History | Annotate | Download | only in automation

Lines Matching defs:wizard_controller

35 #include "chrome/browser/chromeos/login/wizard_controller.h"
141 WizardController* wizard_controller = WizardController::default_controller();
142 if (!wizard_controller || wizard_controller->current_screen()->GetName() !=
149 new WizardControllerObserver(wizard_controller, this, reply_message);
150 wizard_controller->GetNetworkScreen()->OnContinuePressed();
164 WizardController* wizard_controller = WizardController::default_controller();
165 if (!wizard_controller || wizard_controller->current_screen()->GetName() !=
172 new WizardControllerObserver(wizard_controller, this, reply_message);
173 wizard_controller->GetEulaScreen()->OnExit(accepted, usage_stats_reporting);
186 WizardController* wizard_controller = WizardController::default_controller();
187 if (!wizard_controller || wizard_controller->current_screen()->GetName() !=
194 new WizardControllerObserver(wizard_controller, this, reply_message);
195 wizard_controller->GetUpdateScreen()->CancelUpdate();
328 WizardController* wizard_controller = WizardController::default_controller();
329 if (!wizard_controller || wizard_controller->current_screen()->GetName() !=
336 wizard_controller->GetUserImageScreen();
339 new WizardControllerObserver(wizard_controller, this, reply_message);
370 WizardController* wizard_controller = WizardController::default_controller();
371 if (!wizard_controller) {
387 new WizardControllerObserver(wizard_controller, this, reply_message);
389 wizard_controller->SkipToLoginForTesting();
398 WizardController* wizard_controller = WizardController::default_controller();
399 if (wizard_controller) {
400 if (wizard_controller->login_screen_started()) {
405 wizard_controller->current_screen()->GetName());