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

  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller.cc 98 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::kUserImageScreenName[] = "image"
    [all...]
wizard_controller.h 57 class WizardController : public ScreenObserver, public ScreenManager {
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...]

Completed in 166 milliseconds