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

  /external/chromium/chrome/browser/chromeos/login/
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);
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...]

Completed in 556 milliseconds