Home
last modified time | relevance | path

Searched refs:background_bounds (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dviews_login_display_host.cc14 ViewsLoginDisplayHost::ViewsLoginDisplayHost(const gfx::Rect& background_bounds) in ViewsLoginDisplayHost() argument
15 : BaseLoginDisplayHost(background_bounds), in ViewsLoginDisplayHost()
30 return new ViewsLoginDisplay(delegate, background_bounds()); in CreateLoginDisplay()
71 BackgroundView::CreateWindowContainingView(background_bounds(), in ShowBackground()
Dlogin_display.h64 LoginDisplay(Delegate* delegate, const gfx::Rect& background_bounds);
96 gfx::Rect background_bounds() const { return background_bounds_; } in background_bounds() function
97 void set_background_bounds(const gfx::Rect background_bounds){ in set_background_bounds() argument
98 background_bounds_ = background_bounds; in set_background_bounds()
Ddom_login_display_host.cc13 DOMLoginDisplayHost::DOMLoginDisplayHost(const gfx::Rect& background_bounds) in DOMLoginDisplayHost() argument
14 : BaseLoginDisplayHost(background_bounds) {} in DOMLoginDisplayHost()
24 dom_login_display->set_background_bounds(background_bounds()); in CreateLoginDisplay()
Dlogin_display.cc12 const gfx::Rect& background_bounds) in LoginDisplay() argument
15 background_bounds_(background_bounds) { in LoginDisplay()
Dbase_login_display_host.h33 explicit BaseLoginDisplayHost(const gfx::Rect& background_bounds);
48 const gfx::Rect& background_bounds() const { return background_bounds_; } in background_bounds() function
Dviews_login_display_host.h23 explicit ViewsLoginDisplayHost(const gfx::Rect& background_bounds);
Ddom_login_display_host.h24 explicit DOMLoginDisplayHost(const gfx::Rect& background_bounds);
Dbase_login_display_host.cc85 BaseLoginDisplayHost::BaseLoginDisplayHost(const gfx::Rect& background_bounds) in BaseLoginDisplayHost() argument
86 : background_bounds_(background_bounds) { in BaseLoginDisplayHost()
Dviews_login_display.h35 const gfx::Rect& background_bounds);
Dviews_login_display.cc67 const gfx::Rect& background_bounds) in ViewsLoginDisplay() argument
68 : LoginDisplay(delegate, background_bounds), in ViewsLoginDisplay()
/external/chromium/chrome/browser/download/
Ddownload_util.cc388 gfx::Rect background_bounds(origin_x, origin_y, in PaintDownloadProgress() local
395 int mirrored_x = containing_view->GetMirroredXForRect(background_bounds); in PaintDownloadProgress()
396 background_bounds.set_x(mirrored_x); in PaintDownloadProgress()
404 background_bounds.x(), in PaintDownloadProgress()
405 background_bounds.y(), in PaintDownloadProgress()