Searched refs:background_view_ (Results 1 – 6 of 6) sorted by relevance
16 background_view_(NULL), in ViewsLoginDisplayHost()34 if (background_view_) in GetNativeWindow()35 return background_view_->GetNativeWindow(); in GetNativeWindow()41 if (background_view_) in SetOobeProgress()42 background_view_->SetOobeProgress(step); in SetOobeProgress()46 if (background_view_) in SetOobeProgressBarVisible()47 background_view_->SetOobeProgressBarVisible(visible); in SetOobeProgressBarVisible()51 if (background_view_) in SetShutdownButtonEnabled()52 background_view_->EnableShutdownButton(enable); in SetShutdownButtonEnabled()56 if (background_view_) in SetStatusAreaEnabled()[all …]
150 background_view_ = background_view; in SetBackgroundView()154 return background_view_; in GetBackgroundView()168 chromeos::BackgroundView* background_view_; variable
769 background_view_ = screen_lock_background_view_; in Init()770 background_view_->Init(GURL(url_string)); in Init()771 if (background_view_->ScreenSaverEnabled()) in Init()780 lock_window_->SetContentsView(background_view_); in Init()1096 if (background_view_->ScreenSaverEnabled()) { in ScreenLockReady()1158 if (background_view_->IsScreenSaverVisible()) { in StopScreenSaver()1160 background_view_->HideScreenSaver(); in StopScreenSaver()1170 if (!background_view_->IsScreenSaverVisible()) { in StartScreenSaver()1174 background_view_->ShowScreenSaver(); in StartScreenSaver()1184 if (!background_view_->IsScreenSaverVisible()) { in AcceleratorPressed()
110 : background_view_(NULL) { in LoginUtilsImpl()166 chromeos::BackgroundView* background_view_; member in chromeos::LoginUtilsImpl565 background_view_ = background_view; in SetBackgroundView()569 return background_view_; in GetBackgroundView()
39 BackgroundView* background_view_;
180 BackgroundView* background_view_; variable