Home
last modified time | relevance | path

Searched refs:BackgroundView (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dbackground_view.cc63 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::BackgroundView
136 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 …]
Dlogin_utils.h25 class BackgroundView; variable
86 virtual void SetBackgroundView(BackgroundView* background_view) = 0;
89 virtual BackgroundView* GetBackgroundView() = 0;
Dbackground_view.h36 class BackgroundView : public views::View,
52 BackgroundView();
68 BackgroundView** view);
195 DISALLOW_COPY_AND_ASSIGN(BackgroundView);
Dviews_login_display_host.h30 virtual void SetOobeProgress(BackgroundView::LoginStep step);
39 BackgroundView* background_view_;
Dviews_login_display_host.cc40 void ViewsLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) { in SetOobeProgress()
71 BackgroundView::CreateWindowContainingView(background_bounds(), in ShowBackground()
Dwizard_controller.cc353 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()
Dmock_authenticator.h149 void SetBackgroundView(BackgroundView* background_view) { in SetBackgroundView()
153 BackgroundView* GetBackgroundView() { in GetBackgroundView()
168 chromeos::BackgroundView* background_view_;
Dlogin_utils.cc147 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()
Dscreen_locker.h32 class BackgroundView; variable
180 BackgroundView* background_view_;
Dlogin_display_host.h40 virtual void SetOobeProgress(BackgroundView::LoginStep step) = 0;
Ddom_login_display_host.cc32 void DOMLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) {} in SetOobeProgress()
Ddom_login_display_host.h31 virtual void SetOobeProgress(BackgroundView::LoginStep step) OVERRIDE;
Dexisting_user_controller_browsertest.cc62 MOCK_METHOD1(SetOobeProgress, void(BackgroundView::LoginStep));
Dscreen_locker.cc514 : public chromeos::BackgroundView,
528 chromeos::BackgroundView::Layout(); in Layout()
/external/chromium/chrome/browser/chromeos/
Dnetwork_login_observer.cc45 BackgroundView* background_view = LoginUtils::Get()->GetBackgroundView(); in CreateModalPopup()
Dsetting_level_bubble.cc62 BackgroundView* background = LoginUtils::Get()->GetBackgroundView(); in GetToplevelWidget()