Home | History | Annotate | Download | only in login

Lines Matching defs:BackgroundView

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) {
168 views::Widget* BackgroundView::CreateWindowContainingView(
171 BackgroundView** view) {
177 *view = new BackgroundView();
196 void BackgroundView::CreateModalPopup(views::WindowDelegate* view) {
203 gfx::NativeWindow BackgroundView::GetNativeWindow() const {
208 void BackgroundView::SetStatusAreaVisible(bool visible) {
212 void BackgroundView::SetStatusAreaEnabled(bool enable) {
216 void BackgroundView::SetOobeProgressBarVisible(bool visible) {
224 bool BackgroundView::IsOobeProgressBarVisible() {
228 void BackgroundView::SetOobeProgress(LoginStep step) {
234 void BackgroundView::ShowScreenSaver() {
239 void BackgroundView::HideScreenSaver() {
246 bool BackgroundView::IsScreenSaverVisible() {
250 bool BackgroundView::ScreenSaverEnabled() {
255 // BackgroundView protected:
257 void BackgroundView::OnPaint(gfx::Canvas* canvas) {
265 void BackgroundView::Layout() {
309 void BackgroundView::ChildPreferredSizeChanged(View* child) {
314 bool BackgroundView::ShouldOpenButtonOptions(
326 void BackgroundView::OpenButtonOptions(const views::View* button_view) {
336 StatusAreaHost::ScreenMode BackgroundView::GetScreenMode() const {
340 StatusAreaHost::TextStyle BackgroundView::GetTextStyle() const {
345 void BackgroundView::OnLocaleChanged() {
353 // BackgroundView private:
355 void BackgroundView::InitStatusArea() {
362 void BackgroundView::InitInfoLabels() {
394 NewCallback(this, &BackgroundView::OnVersion),
401 NewCallback(this, &BackgroundView::OnBootTimes));
420 void BackgroundView::InitProgressBar() {
436 void BackgroundView::UpdateWindowType() {
445 void BackgroundView::UpdateVersionLabel() {
489 void BackgroundView::UpdateEnterpriseInfo() {
521 void BackgroundView::SetEnterpriseInfo(const std::string& domain_name,
531 void BackgroundView::OnVersion(
537 void BackgroundView::OnBootTimes(
566 void BackgroundView::OnPolicyStateChanged(