Searched refs:BackgroundView (Results 1 – 16 of 16) sorted by relevance
63 case chromeos::BackgroundView::SELECT_NETWORK: in GetStepId()65 case chromeos::BackgroundView::EULA: in GetStepId()67 case chromeos::BackgroundView::SIGNIN: in GetStepId()69 case chromeos::BackgroundView::REGISTRATION: in GetStepId()71 case chromeos::BackgroundView::PICTURE: in GetStepId()121 BackgroundView::BackgroundView() in BackgroundView() function in chromeos::BackgroundView136 void BackgroundView::Init(const GURL& background_url) { in Init()151 void BackgroundView::EnableShutdownButton(bool enable) { in EnableShutdownButton()168 views::Widget* BackgroundView::CreateWindowContainingView( in CreateWindowContainingView()171 BackgroundView** view) { in CreateWindowContainingView()[all …]
25 class BackgroundView; variable86 virtual void SetBackgroundView(BackgroundView* background_view) = 0;89 virtual BackgroundView* GetBackgroundView() = 0;
36 class BackgroundView : public views::View,52 BackgroundView();68 BackgroundView** view);195 DISALLOW_COPY_AND_ASSIGN(BackgroundView);
30 virtual void SetOobeProgress(BackgroundView::LoginStep step);39 BackgroundView* background_view_;
40 void ViewsLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) { in SetOobeProgress()71 BackgroundView::CreateWindowContainingView(background_bounds(), in ShowBackground()
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()
149 void SetBackgroundView(BackgroundView* background_view) { in SetBackgroundView()153 BackgroundView* GetBackgroundView() { in GetBackgroundView()168 chromeos::BackgroundView* background_view_;
147 virtual void SetBackgroundView(chromeos::BackgroundView* background_view);150 virtual chromeos::BackgroundView* GetBackgroundView();166 chromeos::BackgroundView* background_view_;564 void LoginUtilsImpl::SetBackgroundView(BackgroundView* background_view) { in SetBackgroundView()568 BackgroundView* LoginUtilsImpl::GetBackgroundView() { in GetBackgroundView()
32 class BackgroundView; variable180 BackgroundView* background_view_;
40 virtual void SetOobeProgress(BackgroundView::LoginStep step) = 0;
32 void DOMLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) {} in SetOobeProgress()
31 virtual void SetOobeProgress(BackgroundView::LoginStep step) OVERRIDE;
62 MOCK_METHOD1(SetOobeProgress, void(BackgroundView::LoginStep));
514 : public chromeos::BackgroundView,528 chromeos::BackgroundView::Layout(); in Layout()
45 BackgroundView* background_view = LoginUtils::Get()->GetBackgroundView(); in CreateModalPopup()
62 BackgroundView* background = LoginUtils::Get()->GetBackgroundView(); in GetToplevelWidget()