Searched refs:SetOobeProgress (Results 1 – 9 of 9) sorted by relevance
40 void ViewsLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) { in SetOobeProgress() function in chromeos::ViewsLoginDisplayHost42 background_view_->SetOobeProgress(step); in SetOobeProgress()
353 host_->SetOobeProgress(chromeos::BackgroundView::SELECT_NETWORK); in ShowNetworkScreen()358 host_->SetOobeProgress(chromeos::BackgroundView::SIGNIN); in ShowLoginScreen()380 host_->SetOobeProgress(chromeos::BackgroundView::EULA); in ShowUpdateScreen()382 host_->SetOobeProgress(chromeos::BackgroundView::SELECT_NETWORK); in ShowUpdateScreen()390 host_->SetOobeProgress(chromeos::BackgroundView::PICTURE); in ShowUserImageScreen()399 host_->SetOobeProgress(chromeos::BackgroundView::EULA); in ShowEulaScreen()414 host_->SetOobeProgress(chromeos::BackgroundView::REGISTRATION); in ShowRegistrationScreen()427 host_->SetOobeProgress(chromeos::BackgroundView::SIGNIN); in ShowEnterpriseEnrollmentScreen()
40 virtual void SetOobeProgress(BackgroundView::LoginStep step) = 0;
32 void DOMLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) {} in SetOobeProgress() function in chromeos::DOMLoginDisplayHost
30 virtual void SetOobeProgress(BackgroundView::LoginStep step);
31 virtual void SetOobeProgress(BackgroundView::LoginStep step) OVERRIDE;
89 void SetOobeProgress(LoginStep step);
62 MOCK_METHOD1(SetOobeProgress, void(BackgroundView::LoginStep));
228 void BackgroundView::SetOobeProgress(LoginStep step) { in SetOobeProgress() function in chromeos::BackgroundView