Lines Matching refs:WizardController
122 WizardController* controller = WizardController::default_controller(); in AcceleratorPressed()
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";
210 const char WizardController::kRegistrationScreenName[] = "register";
211 const char WizardController::kHTMLPageScreenName[] = "html";
212 const char WizardController::kEnterpriseEnrollmentScreenName[] = "enroll";
215 const char WizardController::kOutOfBoxScreenName[] = "oobe";
218 const char WizardController::kTestNoScreenName[] = "test:nowindow";
222 WizardController* WizardController::default_controller_ = NULL;
227 WizardController::WizardController(chromeos::LoginDisplayHost* host, in WizardController() function in WizardController
248 WizardController::~WizardController() { in ~WizardController()
264 void WizardController::Init(const std::string& first_screen_name) { in Init()
279 void WizardController::CancelOOBEUpdate() { in CancelOOBEUpdate()
286 chromeos::NetworkScreen* WizardController::GetNetworkScreen() { in GetNetworkScreen()
292 chromeos::AccountScreen* WizardController::GetAccountScreen() { in GetAccountScreen()
298 chromeos::UpdateScreen* WizardController::GetUpdateScreen() { in GetUpdateScreen()
306 chromeos::UserImageScreen* WizardController::GetUserImageScreen() { in GetUserImageScreen()
312 chromeos::EulaScreen* WizardController::GetEulaScreen() { in GetEulaScreen()
318 chromeos::RegistrationScreen* WizardController::GetRegistrationScreen() { in GetRegistrationScreen()
324 chromeos::HTMLPageScreen* WizardController::GetHTMLPageScreen() { in GetHTMLPageScreen()
342 WizardController::GetEnterpriseEnrollmentScreen() { in GetEnterpriseEnrollmentScreen()
350 void WizardController::ShowNetworkScreen() { in ShowNetworkScreen()
356 void WizardController::ShowLoginScreen() { in ShowLoginScreen()
368 void WizardController::ShowAccountScreen() { in ShowAccountScreen()
374 void WizardController::ShowUpdateScreen() { in ShowUpdateScreen()
386 void WizardController::ShowUserImageScreen() { in ShowUserImageScreen()
394 void WizardController::ShowEulaScreen() { in ShowEulaScreen()
403 void WizardController::ShowRegistrationScreen() { in ShowRegistrationScreen()
418 void WizardController::ShowHTMLPageScreen() { in ShowHTMLPageScreen()
425 void WizardController::ShowEnterpriseEnrollmentScreen() { in ShowEnterpriseEnrollmentScreen()
431 void WizardController::SkipRegistration() { in SkipRegistration()
439 void WizardController::RegisterPrefs(PrefService* local_state) { in RegisterPrefs()
453 void WizardController::OnNetworkConnected() { in OnNetworkConnected()
469 void WizardController::OnNetworkOffline() { in OnNetworkOffline()
475 void WizardController::OnAccountCreateBack() { in OnAccountCreateBack()
479 void WizardController::OnAccountCreated() { in OnAccountCreated()
486 void WizardController::OnConnectionFailed() { in OnConnectionFailed()
491 void WizardController::OnUpdateCompleted() { in OnUpdateCompleted()
495 void WizardController::OnEulaAccepted() { in OnEulaAccepted()
502 void WizardController::OnUpdateErrorCheckingForUpdate() { in OnUpdateErrorCheckingForUpdate()
511 void WizardController::OnUpdateErrorUpdating() { in OnUpdateErrorUpdating()
520 void WizardController::OnUserImageSelected() { in OnUserImageSelected()
533 void WizardController::OnUserImageSkipped() { in OnUserImageSkipped()
537 void WizardController::OnRegistrationSuccess() { in OnRegistrationSuccess()
546 void WizardController::OnRegistrationSkipped() { in OnRegistrationSkipped()
551 void WizardController::OnEnterpriseEnrollmentDone() { in OnEnterpriseEnrollmentDone()
555 void WizardController::OnOOBECompleted() { in OnOOBECompleted()
560 void WizardController::InitiateOOBEUpdate() { in InitiateOOBEUpdate()
568 views::Widget* WizardController::CreateScreenWindow( in CreateScreenWindow()
591 gfx::Rect WizardController::GetWizardScreenBounds(int screen_width, in GetWizardScreenBounds()
601 void WizardController::SetCurrentScreen(WizardScreen* new_current) { in SetCurrentScreen()
605 void WizardController::ShowCurrentScreen() { in ShowCurrentScreen()
640 void WizardController::SetCurrentScreenSmooth(WizardScreen* new_current, in SetCurrentScreenSmooth()
658 &WizardController::ShowCurrentScreen); in SetCurrentScreenSmooth()
666 void WizardController::SetStatusAreaVisible(bool visible) { in SetStatusAreaVisible()
670 void WizardController::ShowFirstScreen(const std::string& first_screen_name) { in ShowFirstScreen()
704 bool WizardController::IsEulaAccepted() { in IsEulaAccepted()
709 bool WizardController::IsOobeCompleted() { in IsOobeCompleted()
714 void WizardController::MarkEulaAccepted() { in MarkEulaAccepted()
719 void WizardController::MarkOobeCompleted() { in MarkOobeCompleted()
736 bool WizardController::IsDeviceRegistered() { in IsDeviceRegistered()
759 void WizardController::MarkDeviceRegistered() { in MarkDeviceRegistered()
768 std::string WizardController::GetInitialLocale() { in GetInitialLocale()
777 void WizardController::SetInitialLocale(const std::string& locale) { in SetInitialLocale()
785 bool WizardController::IsRegisterScreenDefined() { in IsRegisterScreenDefined()
794 void WizardController::OnExit(ExitCodes exit_code) { in OnExit()
849 void WizardController::OnSetUserNamePassword(const std::string& username, in OnSetUserNamePassword()
857 views::View* WizardController::GetWizardView() { in GetWizardView()
861 chromeos::ScreenObserver* WizardController::GetObserver(WizardScreen* screen) { in GetObserver()
865 void WizardController::SetZeroDelays() { in SetZeroDelays()