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

  /external/chromium/chrome/browser/chromeos/login/
background_view.cc 63 case chromeos::BackgroundView::SELECT_NETWORK:
65 case chromeos::BackgroundView::EULA:
67 case chromeos::BackgroundView::SIGNIN:
69 case chromeos::BackgroundView::REGISTRATION:
71 case chromeos::BackgroundView::PICTURE:
119 // BackgroundView public:
121 BackgroundView::BackgroundView()
136 void BackgroundView::Init(const GURL& background_url) {
151 void BackgroundView::EnableShutdownButton(bool enable)
    [all...]
login_utils.h 25 class BackgroundView;
86 virtual void SetBackgroundView(BackgroundView* background_view) = 0;
89 virtual BackgroundView* GetBackgroundView() = 0;
views_login_display_host.h 19 // BackgroundView as the background UI implementation.
20 // In its current implementation BackgroundView encapsulates StatusAreaView.
30 virtual void SetOobeProgress(BackgroundView::LoginStep step);
39 BackgroundView* background_view_;
login_display_host.h 40 virtual void SetOobeProgress(BackgroundView::LoginStep step) = 0;
background_view.h 34 // View used to render the background during login. BackgroundView contains
36 class BackgroundView : public views::View,
52 BackgroundView();
63 // widget. The BackgroundView is set in |view|. If background_url is non
68 BackgroundView** view);
195 DISALLOW_COPY_AND_ASSIGN(BackgroundView);
dom_login_display_host.cc 32 void DOMLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) {}
dom_login_display_host.h 31 virtual void SetOobeProgress(BackgroundView::LoginStep step) OVERRIDE;
views_login_display_host.cc 40 void ViewsLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) {
71 BackgroundView::CreateWindowContainingView(background_bounds(),
mock_authenticator.h 149 void SetBackgroundView(BackgroundView* background_view) {
153 BackgroundView* GetBackgroundView() {
168 chromeos::BackgroundView* background_view_;
screen_locker.h 32 class BackgroundView;
180 BackgroundView* background_view_;
wizard_controller.cc 353 host_->SetOobeProgress(chromeos::BackgroundView::SELECT_NETWORK);
358 host_->SetOobeProgress(chromeos::BackgroundView::SIGNIN);
380 host_->SetOobeProgress(chromeos::BackgroundView::EULA);
382 host_->SetOobeProgress(chromeos::BackgroundView::SELECT_NETWORK);
390 host_->SetOobeProgress(chromeos::BackgroundView::PICTURE);
399 host_->SetOobeProgress(chromeos::BackgroundView::EULA);
414 host_->SetOobeProgress(chromeos::BackgroundView::REGISTRATION);
427 host_->SetOobeProgress(chromeos::BackgroundView::SIGNIN);
login_utils.cc 147 virtual void SetBackgroundView(chromeos::BackgroundView* background_view);
150 virtual chromeos::BackgroundView* GetBackgroundView();
166 chromeos::BackgroundView* background_view_;
564 void LoginUtilsImpl::SetBackgroundView(BackgroundView* background_view) {
568 BackgroundView* LoginUtilsImpl::GetBackgroundView() {
existing_user_controller_browsertest.cc 62 MOCK_METHOD1(SetOobeProgress, void(BackgroundView::LoginStep));
screen_locker.cc 511 // BackgroundView for ScreenLocker, which layouts a lock widget in
514 : public chromeos::BackgroundView,
528 chromeos::BackgroundView::Layout();
    [all...]
  /development/samples/Snake/src/com/example/android/snake/
BackgroundView.java 32 public class BackgroundView extends View {
42 public BackgroundView(Context context, AttributeSet attrs) {
47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BackgroundView);
  /external/chromium/chrome/browser/chromeos/
network_login_observer.cc 45 BackgroundView* background_view = LoginUtils::Get()->GetBackgroundView();
setting_level_bubble.cc 62 BackgroundView* background = LoginUtils::Get()->GetBackgroundView();

Completed in 344 milliseconds