Home | History | Annotate | Download | only in login

Lines Matching refs:WizardController

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