HomeSort by relevance Sort by last modified time
    Searched refs:background_view_ (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
views_login_display_host.cc 16 background_view_(NULL),
34 if (background_view_)
35 return background_view_->GetNativeWindow();
41 if (background_view_)
42 background_view_->SetOobeProgress(step);
46 if (background_view_)
47 background_view_->SetOobeProgressBarVisible(visible);
51 if (background_view_)
52 background_view_->EnableShutdownButton(enable);
56 if (background_view_)
    [all...]
views_login_display_host.h 39 BackgroundView* background_view_; member in class:chromeos::ViewsLoginDisplayHost
mock_authenticator.h 150 background_view_ = background_view;
154 return background_view_;
168 chromeos::BackgroundView* background_view_; member in class:chromeos::MockLoginUtils
screen_locker.cc 769 background_view_ = screen_lock_background_view_;
770 background_view_->Init(GURL(url_string));
771 if (background_view_->ScreenSaverEnabled())
780 lock_window_->SetContentsView(background_view_);
    [all...]
login_utils.cc 110 : background_view_(NULL) {
166 chromeos::BackgroundView* background_view_; member in class:chromeos::LoginUtilsImpl
565 background_view_ = background_view;
569 return background_view_;
screen_locker.h 180 BackgroundView* background_view_; member in class:chromeos::ScreenLocker
  /external/chromium_org/ui/message_center/views/
group_view.cc 74 background_view_(NULL),
85 background_view_ = new views::View();
86 background_view_->set_background(
177 AddChildView(background_view_);
216 background_view_->SetBounds(insets.left(), insets.top(),
group_view.h 63 views::View* background_view_; member in class:message_center::GroupView
notification_view.h 90 views::View* background_view_; member in class:message_center::NotificationView
notification_view.cc 315 background_view_ = new views::View();
316 background_view_->set_background(MakeBackground());
468 AddChildView(background_view_);
526 background_view_->SetBounds(insets.left(), insets.top(),
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac.h 115 base::scoped_nsobject<NSBox> background_view_; member in class:OmniboxPopupViewMac

Completed in 71 milliseconds