Searched refs:background_view_ (Results 1 – 12 of 12) 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
74 background_view_(NULL), in GroupView()85 background_view_ = new views::View(); in GroupView()86 background_view_->set_background( in GroupView()177 AddChildView(background_view_); in GroupView()216 background_view_->SetBounds(insets.left(), insets.top(), in Layout()
63 views::View* background_view_; variable
315 background_view_ = new views::View(); in NotificationView()316 background_view_->set_background(MakeBackground()); in NotificationView()468 AddChildView(background_view_); in NotificationView()526 background_view_->SetBounds(insets.left(), insets.top(), in Layout()
90 views::View* background_view_; variable
369 background_view_.reset([[NSBox alloc] initWithFrame:NSZeroRect]);370 [background_view_ setBoxType:NSBoxCustom];371 [background_view_ setBorderType:NSNoBorder];372 [background_view_ setFillColor:BackgroundColor()];373 [background_view_ setContentViewMargins:NSZeroSize];374 [contentView addSubview:background_view_];377 [background_view_ addSubview:matrix_];435 [background_view_ setFrame:background_rect];
115 base::scoped_nsobject<NSBox> background_view_; variable