Searched defs:BackgroundView (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dbackground_view.h34 // View used to render the background during login. BackgroundView contains
36 class BackgroundView : public views::View, class in namespace:chromeos
52 BackgroundView();
63 // widget. The BackgroundView is set in |view|. If background_url is non
68 BackgroundView** view);
195 DISALLOW_COPY_AND_ASSIGN(BackgroundView);
H A Dbackground_view.cc63 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() function in class:chromeos::BackgroundView
136 void BackgroundView::Init(const GURL& background_url) {
151 void BackgroundView
[all...]

Completed in 179 milliseconds