Lines Matching refs:BackgroundView
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::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()
177 *view = new BackgroundView(); in CreateWindowContainingView()
196 void BackgroundView::CreateModalPopup(views::WindowDelegate* view) { in CreateModalPopup()
203 gfx::NativeWindow BackgroundView::GetNativeWindow() const { in GetNativeWindow()
208 void BackgroundView::SetStatusAreaVisible(bool visible) { in SetStatusAreaVisible()
212 void BackgroundView::SetStatusAreaEnabled(bool enable) { in SetStatusAreaEnabled()
216 void BackgroundView::SetOobeProgressBarVisible(bool visible) { in SetOobeProgressBarVisible()
224 bool BackgroundView::IsOobeProgressBarVisible() { in IsOobeProgressBarVisible()
228 void BackgroundView::SetOobeProgress(LoginStep step) { in SetOobeProgress()
234 void BackgroundView::ShowScreenSaver() { in ShowScreenSaver()
239 void BackgroundView::HideScreenSaver() { in HideScreenSaver()
246 bool BackgroundView::IsScreenSaverVisible() { in IsScreenSaverVisible()
250 bool BackgroundView::ScreenSaverEnabled() { in ScreenSaverEnabled()
257 void BackgroundView::OnPaint(gfx::Canvas* canvas) { in OnPaint()
265 void BackgroundView::Layout() { in Layout()
309 void BackgroundView::ChildPreferredSizeChanged(View* child) { in ChildPreferredSizeChanged()
314 bool BackgroundView::ShouldOpenButtonOptions( in ShouldOpenButtonOptions()
326 void BackgroundView::OpenButtonOptions(const views::View* button_view) { in OpenButtonOptions()
336 StatusAreaHost::ScreenMode BackgroundView::GetScreenMode() const { in GetScreenMode()
340 StatusAreaHost::TextStyle BackgroundView::GetTextStyle() const { in GetTextStyle()
345 void BackgroundView::OnLocaleChanged() { in OnLocaleChanged()
355 void BackgroundView::InitStatusArea() { in InitStatusArea()
362 void BackgroundView::InitInfoLabels() { in InitInfoLabels()
394 NewCallback(this, &BackgroundView::OnVersion), in InitInfoLabels()
401 NewCallback(this, &BackgroundView::OnBootTimes)); in InitInfoLabels()
420 void BackgroundView::InitProgressBar() { in InitProgressBar()
436 void BackgroundView::UpdateWindowType() { in UpdateWindowType()
445 void BackgroundView::UpdateVersionLabel() { in UpdateVersionLabel()
489 void BackgroundView::UpdateEnterpriseInfo() { in UpdateEnterpriseInfo()
521 void BackgroundView::SetEnterpriseInfo(const std::string& domain_name, in SetEnterpriseInfo()
531 void BackgroundView::OnVersion( in OnVersion()
537 void BackgroundView::OnBootTimes( in OnBootTimes()
566 void BackgroundView::OnPolicyStateChanged( in OnPolicyStateChanged()