Home
last modified time | relevance | path

Searched refs:WizardController (Results 1 – 25 of 57) sorted by relevance

123

/external/chromium_org/chrome/browser/chromeos/login/
Dwizard_controller.cc76 const char WizardController::kNetworkScreenName[] = "network";
77 const char WizardController::kLoginScreenName[] = "login";
78 const char WizardController::kUpdateScreenName[] = "update";
79 const char WizardController::kUserImageScreenName[] = "image";
80 const char WizardController::kEulaScreenName[] = "eula";
81 const char WizardController::kEnrollmentScreenName[] = "enroll";
82 const char WizardController::kResetScreenName[] = "reset";
83 const char WizardController::kKioskEnableScreenName[] = "kiosk-enable";
84 const char WizardController::kKioskAutolaunchScreenName[] = "autolaunch";
85 const char WizardController::kErrorScreenName[] = "error-message";
[all …]
Dwizard_controller_browsertest.cc144 WizardController::default_controller(), new actor_class); \
145 WizardController::default_controller()->screen_name.reset(mock_var); \
152 WizardController::kTestNoScreenName) {} in WizardControllerTest()
160 ASSERT_TRUE(WizardController::default_controller() != NULL); in IN_PROC_BROWSER_TEST_F()
161 WizardController::default_controller()->AdvanceToScreen( in IN_PROC_BROWSER_TEST_F()
162 WizardController::kNetworkScreenName); in IN_PROC_BROWSER_TEST_F()
198 WizardController::default_controller()->is_official_build_ = true; in SetUpOnMainThread()
213 EXPECT_EQ(NULL, WizardController::default_controller()->current_screen()); in SetUpOnMainThread()
215 WizardController::default_controller()->AdvanceToScreen( in SetUpOnMainThread()
216 WizardController::kNetworkScreenName); in SetUpOnMainThread()
[all …]
Doobe_browsertest.cc82 chromeos::WizardController::SkipPostLoginScreensForTesting(); in IN_PROC_BROWSER_TEST_F()
83 chromeos::WizardController* wizard_controller = in IN_PROC_BROWSER_TEST_F()
84 chromeos::WizardController::default_controller(); in IN_PROC_BROWSER_TEST_F()
102 chromeos::WizardController::SkipPostLoginScreensForTesting(); in IN_PROC_BROWSER_TEST_F()
103 chromeos::WizardController* wizard_controller = in IN_PROC_BROWSER_TEST_F()
104 chromeos::WizardController::default_controller(); in IN_PROC_BROWSER_TEST_F()
Dkiosk_browsertest.cc340 chromeos::WizardController::SkipPostLoginScreensForTesting(); in StartAppLaunchFromLoginScreen()
341 chromeos::WizardController* wizard_controller = in StartAppLaunchFromLoginScreen()
342 chromeos::WizardController::default_controller(); in StartAppLaunchFromLoginScreen()
621 chromeos::WizardController::SkipPostLoginScreensForTesting(); in IN_PROC_BROWSER_TEST_F()
622 chromeos::WizardController* wizard_controller = in IN_PROC_BROWSER_TEST_F()
623 chromeos::WizardController::default_controller(); in IN_PROC_BROWSER_TEST_F()
650 chromeos::WizardController::SkipPostLoginScreensForTesting(); in IN_PROC_BROWSER_TEST_F()
651 chromeos::WizardController* wizard_controller = in IN_PROC_BROWSER_TEST_F()
652 chromeos::WizardController::default_controller(); in IN_PROC_BROWSER_TEST_F()
680 chromeos::WizardController::SkipPostLoginScreensForTesting(); in IN_PROC_BROWSER_TEST_F()
[all …]
Dwizard_controller.h50 class WizardController : public ScreenObserver {
62 WizardController(LoginDisplayHost* host, OobeDisplay* oobe_display);
63 virtual ~WizardController();
66 static WizardController* default_controller() { in default_controller()
296 static WizardController* default_controller_;
301 base::OneShotTimer<WizardController> smooth_show_timer_;
334 base::WeakPtrFactory<WizardController> weak_factory_;
336 DISALLOW_COPY_AND_ASSIGN(WizardController);
Dlogin_display_host.h26 class WizardController; variable
88 virtual WizardController* GetWizardController() = 0;
Dlogin_display_host_impl.h74 virtual WizardController* GetWizardController() OVERRIDE;
85 WizardController* CreateWizardController();
200 scoped_ptr<WizardController> wizard_controller_;
Dlogin_display_host_impl.cc299 bool zero_delay_enabled = WizardController::IsZeroDelayEnabled(); in LoginDisplayHostImpl()
524 WizardController* LoginDisplayHostImpl::GetWizardController() { in GetWizardController()
679 WizardController* LoginDisplayHostImpl::CreateWizardController() { in CreateWizardController()
682 return new WizardController(this, oobe_display); in CreateWizardController()
1112 chromeos::WizardController::kAppLaunchSplashScreenName); in ShowLoginWizard()
1122 chromeos::WizardController::ShouldAutoStartEnrollment() && in ShowLoginWizard()
1128 display_host->StartWizard(chromeos::WizardController::kNetworkScreenName, in ShowLoginWizard()
1135 first_screen_name == chromeos::WizardController::kLoginScreenName; in ShowLoginWizard()
Dexisting_user_controller.cc607 host_->StartWizard(WizardController::kWrongHWIDScreenName, params.Pass()); in ShowWrongHWIDScreen()
651 host_->StartWizard(WizardController::kEnrollmentScreenName, in ShowEnrollmentScreen()
658 host_->StartWizard(WizardController::kResetScreenName, params.Pass()); in ShowResetScreen()
664 host_->StartWizard(WizardController::kKioskEnableScreenName, params.Pass()); in ShowKioskEnableScreen()
670 host_->StartWizard(WizardController::kKioskAutolaunchScreenName, in ShowKioskAutolaunchScreen()
798 !WizardController::default_controller()->skip_post_login_screens()) { in OnProfilePrepared()
814 ActivateWizard(WizardController::kTermsOfServiceScreenName); in OnProfilePrepared()
/external/chromium/chrome/browser/chromeos/login/
Dwizard_controller.cc122 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 …]
Dwizard_in_process_browser_test.h15 class WizardController; variable
38 WizardController* controller() const { return controller_; } in controller()
39 void set_controller(WizardController* controller) { in set_controller()
45 WizardController* controller_;
Dwizard_controller.h50 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);
Dbase_login_display_host.cc111 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()
Dexisting_user_controller.cc233 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()
Dwizard_controller_browsertest.cc39 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()
Dwizard_in_process_browser_test.cc25 WizardController::SetZeroDelays(); in CreateBrowser()
29 controller_ = WizardController::default_controller(); in CreateBrowser()
Dbase_login_display_host.h18 class WizardController; variable
68 scoped_ptr<WizardController> wizard_controller_;
Dexisting_user_controller_browsertest.cc86 WizardController::MarkDeviceRegistered(); in OnLoginSuccess()
184 StartWizard(WizardController::kUserImageScreenName, in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
Denrollment_screen_browsertest.cc29 WizardController::kEnrollmentScreenName) {} in EnrollmentScreenTest()
36 ASSERT_TRUE(WizardController::default_controller() != NULL); in IN_PROC_BROWSER_TEST_F()
39 WizardController::default_controller()->GetEnrollmentScreen(); in IN_PROC_BROWSER_TEST_F()
47 ASSERT_EQ(WizardController::default_controller()->current_screen(), in IN_PROC_BROWSER_TEST_F()
58 WizardController::default_controller(); in IN_PROC_BROWSER_TEST_F()
80 ASSERT_TRUE(WizardController::default_controller() != NULL); in IN_PROC_BROWSER_TEST_F()
83 WizardController::default_controller()->GetEnrollmentScreen(); in IN_PROC_BROWSER_TEST_F()
91 ASSERT_EQ(WizardController::default_controller()->current_screen(), in IN_PROC_BROWSER_TEST_F()
102 WizardController::default_controller(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/automation/
Dtesting_automation_provider_chromeos.cc58 using chromeos::WizardController;
83 WizardController* wizard_controller = WizardController::default_controller(); in AcceptOOBENetworkScreen()
85 WizardController::kNetworkScreenName) { in AcceptOOBENetworkScreen()
106 WizardController* wizard_controller = WizardController::default_controller(); in AcceptOOBEEula()
108 WizardController::kEulaScreenName) { in AcceptOOBEEula()
124 WizardController::kLoginScreenName); in CancelOOBEUpdate()
128 WizardController* wizard_controller = WizardController::default_controller(); in CancelOOBEUpdate()
130 WizardController::kUpdateScreenName) { in CancelOOBEUpdate()
270 WizardController* wizard_controller = WizardController::default_controller(); in PickUserImage()
272 WizardController::kUserImageScreenName) { in PickUserImage()
[all …]
Dautomation_provider_observers_chromeos.cc21 using chromeos::WizardController;
32 if (WizardController::default_controller() && in OOBEWebuiReadyObserver()
33 WizardController::default_controller()->current_screen()) { in OOBEWebuiReadyObserver()
84 WizardController* wizard_controller, in WizardControllerObserver()
118 SendReply(WizardController::kLoginScreenName); in Observe()
/external/chromium/chrome/browser/ui/webui/chromeos/
Dregister_page_ui.cc169 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()
/external/chromium_org/chrome/browser/chromeos/login/screens/
Dnetwork_screen_browsertest.cc67 ASSERT_TRUE(WizardController::default_controller() != NULL); in SetUpOnMainThread()
69 WizardController::default_controller()->GetNetworkScreen(); in SetUpOnMainThread()
71 ASSERT_EQ(WizardController::default_controller()->current_screen(), in SetUpOnMainThread()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dcore_oobe_handler.cc204 WizardController* controller = WizardController::default_controller(); in HandleSkipUpdateEnrollAfterEula()
258 if (WizardController::default_controller()) in HandleSkipToLoginForTesting()
259 WizardController::default_controller()->SkipToLoginForTesting(context); in HandleSkipToLoginForTesting()
/external/chromium_org/chrome/browser/ui/webui/help/
Dversion_updater_chromeos.cc33 using chromeos::WizardController;
118 if (!WizardController::default_controller() || in CheckForUpdate()

123