Searched refs:scroll_rect (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_views.cc | 308 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy, in DidUpdateBackingStore() argument 317 invalid_rect_ = invalid_rect_.Union(scroll_rect); in DidUpdateBackingStore() 319 SchedulePaintInRect(scroll_rect); in DidUpdateBackingStore() 324 gfx::Rect rect = copy_rects[i].Subtract(scroll_rect); in DidUpdateBackingStore()
|
D | render_widget_host_view_gtk.cc | 739 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy, in DidUpdateBackingStore() argument 748 invalid_rect_ = invalid_rect_.Union(scroll_rect); in DidUpdateBackingStore() 750 Paint(scroll_rect); in DidUpdateBackingStore() 755 gfx::Rect rect = copy_rects[i].Subtract(scroll_rect); in DidUpdateBackingStore()
|
D | render_widget_host_view_gtk.h | 80 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy,
|
D | render_widget_host_view_views.h | 66 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy,
|
D | render_widget_host_view_mac.h | 209 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy,
|
D | render_widget_host_view_win.h | 151 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy,
|
D | render_widget_host_view_win.cc | 653 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy, in DidUpdateBackingStore() argument 666 if (!scroll_rect.IsEmpty()) { in DidUpdateBackingStore() 667 RECT clip_rect = scroll_rect.ToRECT(); in DidUpdateBackingStore()
|
D | render_widget_host_view_mac.mm | 481 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy, 488 if (!scroll_rect.IsEmpty()) 489 rects.push_back(scroll_rect);
|