/external/chromium_org/chrome/browser/chromeos/login/ |
D | wizard_controller.cc | 76 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 …]
|
D | wizard_controller_browsertest.cc | 144 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 …]
|
D | oobe_browsertest.cc | 82 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()
|
D | kiosk_browsertest.cc | 340 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 …]
|
D | wizard_controller.h | 50 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);
|
D | login_display_host.h | 26 class WizardController; variable 88 virtual WizardController* GetWizardController() = 0;
|
D | login_display_host_impl.h | 74 virtual WizardController* GetWizardController() OVERRIDE; 85 WizardController* CreateWizardController(); 200 scoped_ptr<WizardController> wizard_controller_;
|
D | login_display_host_impl.cc | 299 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()
|
D | existing_user_controller.cc | 607 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/ |
D | wizard_controller.cc | 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 …]
|
D | wizard_in_process_browser_test.h | 15 class WizardController; variable 38 WizardController* controller() const { return controller_; } in controller() 39 void set_controller(WizardController* controller) { in set_controller() 45 WizardController* controller_;
|
D | wizard_controller.h | 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);
|
D | base_login_display_host.cc | 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()
|
D | existing_user_controller.cc | 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()
|
D | wizard_controller_browsertest.cc | 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()
|
D | wizard_in_process_browser_test.cc | 25 WizardController::SetZeroDelays(); in CreateBrowser() 29 controller_ = WizardController::default_controller(); in CreateBrowser()
|
D | base_login_display_host.h | 18 class WizardController; variable 68 scoped_ptr<WizardController> wizard_controller_;
|
D | existing_user_controller_browsertest.cc | 86 WizardController::MarkDeviceRegistered(); in OnLoginSuccess() 184 StartWizard(WizardController::kUserImageScreenName, in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/login/enrollment/ |
D | enrollment_screen_browsertest.cc | 29 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/ |
D | testing_automation_provider_chromeos.cc | 58 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 …]
|
D | automation_provider_observers_chromeos.cc | 21 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/ |
D | register_page_ui.cc | 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()
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
D | network_screen_browsertest.cc | 67 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/ |
D | core_oobe_handler.cc | 204 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/ |
D | version_updater_chromeos.cc | 33 using chromeos::WizardController; 118 if (!WizardController::default_controller() || in CheckForUpdate()
|