Home
last modified time | relevance | path

Searched refs:background_bounds_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dlogin_display.h96 gfx::Rect background_bounds() const { return background_bounds_; } in background_bounds()
98 background_bounds_ = background_bounds; in set_background_bounds()
107 int width() const { return background_bounds_.width(); } in width()
117 gfx::Rect background_bounds_; variable
Dbase_login_display_host.h48 const gfx::Rect& background_bounds() const { return background_bounds_; } in background_bounds()
57 gfx::Rect background_bounds_; variable
Dlogin_display.cc15 background_bounds_(background_bounds) { in LoginDisplay()
Dbase_login_display_host.cc86 : background_bounds_(background_bounds) { in BaseLoginDisplayHost()
111 wizard_controller_.reset(new WizardController(this, background_bounds_)); in StartWizard()
Ddom_login_display.cc35 background_bounds_ = gfx::Rect(); in Destroy()