Searched refs:WizardController (Results 1 – 17 of 17) sorted by relevance
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";[all …]
15 class WizardController; variable38 WizardController* controller() const { return controller_; } in controller()39 void set_controller(WizardController* controller) { in set_controller()45 WizardController* controller_;
50 class WizardController : public chromeos::ScreenObserver,53 explicit WizardController(chromeos::LoginDisplayHost* host,55 ~WizardController();58 static WizardController* default_controller() { in default_controller()266 static WizardController* default_controller_;271 base::OneShotTimer<WizardController> smooth_show_timer_;281 DISALLOW_COPY_AND_ASSIGN(WizardController);
111 wizard_controller_.reset(new WizardController(this, background_bounds_)); in StartWizard()114 if (!WizardController::IsDeviceRegistered()) in StartWizard()127 if (!WizardController::IsDeviceRegistered() && !users.empty()) { in StartSignInScreen()130 WizardController::MarkDeviceRegistered(); in StartSignInScreen()197 bool oobe_complete = WizardController::IsOobeCompleted(); in ShowLoginWizard()200 first_screen_name == WizardController::kLoginScreenName; in ShowLoginWizard()244 WizardController::SetInitialLocale(locale); in ShowLoginWizard()
233 host_->StartWizard(WizardController::kEnterpriseEnrollmentScreenName, in OnEnrollmentOwnershipCheckCompleted()312 switches::kLoginScreen) == WizardController::kLoginScreenName; in OnLoginSuccess()364 ActivateWizard(WizardController::IsDeviceRegistered() ? in OnProfilePrepared()365 WizardController::kUserImageScreenName : in OnProfilePrepared()366 WizardController::kRegistrationScreenName); in OnProfilePrepared()376 if (WizardController::IsDeviceRegistered()) { in OnOffTheRecordLoginSuccess()380 ActivateWizard(WizardController::kRegistrationScreenName); in OnOffTheRecordLoginSuccess()
39 static MockOutShowHide<T>* Create(WizardController* wizard);43 CreateMockWizardScreenHelper<T>::Create(WizardController* wizard) { in Create()49 WizardController* wizard) { in Create()66 WizardController::kTestNoScreenName) {} in WizardControllerTest()74 WizardController* const wizard = controller(); in IN_PROC_BROWSER_TEST_F()76 wizard->ShowFirstScreen(WizardController::kNetworkScreenName); in IN_PROC_BROWSER_TEST_F()114 WizardController::default_controller()->is_official_build_ = true; in CreateBrowser()128 controller()->ShowFirstScreen(WizardController::kNetworkScreenName); in CreateBrowser()
25 WizardController::SetZeroDelays(); in CreateBrowser()29 controller_ = WizardController::default_controller(); in CreateBrowser()
18 class WizardController; variable68 scoped_ptr<WizardController> wizard_controller_;
86 WizardController::MarkDeviceRegistered(); in OnLoginSuccess()184 StartWizard(WizardController::kUserImageScreenName, in IN_PROC_BROWSER_TEST_F()
22 WizardController::kEnterpriseEnrollmentScreenName) {} in EnterpriseEnrollmentScreenTest()
134 WizardController::MarkOobeCompleted(); in UpdateStatusChanged()
428 if (WizardController::IsRegisterScreenDefined()) in InitProgressBar()
169 if (!WizardController::default_controller() || in StartDataRequest()170 WizardController::IsDeviceRegistered()) { in StartDataRequest()224 if (WizardController::default_controller() && in HandleGetRegistrationUrl()266 if (WizardController::default_controller()) in SkipRegistration()267 WizardController::default_controller()->SkipRegistration(); in SkipRegistration()
321 (!WizardController::default_controller() || in CheckNow()322 WizardController::IsDeviceRegistered())) { in CheckNow()
114 WizardController::RegisterPrefs(local_state); in RegisterLocalState()
250 initial_locale_(WizardController::GetInitialLocale()) { in ServicesCustomizationDocument()
282 locale_(WizardController::GetInitialLocale()) { in ChromeOSTermsHandler()