Searched refs:background_bounds (Results 1 – 11 of 11) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
D | views_login_display_host.cc | 14 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()
|
D | login_display.h | 64 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()
|
D | dom_login_display_host.cc | 13 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()
|
D | login_display.cc | 12 const gfx::Rect& background_bounds) in LoginDisplay() argument 15 background_bounds_(background_bounds) { in LoginDisplay()
|
D | base_login_display_host.h | 33 explicit BaseLoginDisplayHost(const gfx::Rect& background_bounds); 48 const gfx::Rect& background_bounds() const { return background_bounds_; } in background_bounds() function
|
D | views_login_display_host.h | 23 explicit ViewsLoginDisplayHost(const gfx::Rect& background_bounds);
|
D | dom_login_display_host.h | 24 explicit DOMLoginDisplayHost(const gfx::Rect& background_bounds);
|
D | base_login_display_host.cc | 85 BaseLoginDisplayHost::BaseLoginDisplayHost(const gfx::Rect& background_bounds) in BaseLoginDisplayHost() argument 86 : background_bounds_(background_bounds) { in BaseLoginDisplayHost()
|
D | views_login_display.h | 35 const gfx::Rect& background_bounds);
|
D | views_login_display.cc | 67 const gfx::Rect& background_bounds) in ViewsLoginDisplay() argument 68 : LoginDisplay(delegate, background_bounds), in ViewsLoginDisplay()
|
/external/chromium/chrome/browser/download/ |
D | download_util.cc | 388 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()
|