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

/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_controller.h50 class WizardController : public chromeos::ScreenObserver, class in inherits:chromeos::ScreenObserver,WizardScreenDelegate
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);
H A Dwizard_controller.cc72 // 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
227 WizardController::WizardController(chromeos::LoginDisplayHost* host, function in class:WizardController
[all...]

Completed in 66 milliseconds