Searched defs:WizardController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller.h57 class WizardController : public ScreenObserver, public ScreenManager { class in namespace:chromeos
69 WizardController(LoginDisplayHost* host, OobeDisplay* oobe_display);
70 virtual ~WizardController();
73 static WizardController* default_controller() {
340 // Value of the screen name that WizardController was started with.
346 // Default WizardController.
347 static WizardController* default_controller_;
352 base::OneShotTimer<WizardController> smooth_show_timer_;
422 base::WeakPtrFactory<WizardController> weak_factory_;
424 DISALLOW_COPY_AND_ASSIGN(WizardController);
[all...]
H A Dwizard_controller.cc98 chromeos::WizardController::kNetworkScreenName,
99 chromeos::WizardController::kUpdateScreenName,
100 chromeos::WizardController::kEulaScreenName,
101 chromeos::WizardController::kEnrollmentScreenName,
102 chromeos::WizardController::kTermsOfServiceScreenName,
103 chromeos::WizardController::kAutoEnrollmentCheckScreenName
147 const char WizardController::kNetworkScreenName[] = "network";
148 const char WizardController::kLoginScreenName[] = "login";
149 const char WizardController::kUpdateScreenName[] = "update";
150 const char WizardController
194 WizardController::WizardController(chromeos::LoginDisplayHost* host, function in class:chromeos::WizardController
[all...]

Completed in 296 milliseconds