Home
last modified time | relevance | path

Searched refs:scroll_rect (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_views.cc308 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()
Drender_widget_host_view_gtk.cc739 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()
Drender_widget_host_view_gtk.h80 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy,
Drender_widget_host_view_views.h66 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy,
Drender_widget_host_view_mac.h209 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy,
Drender_widget_host_view_win.h151 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy,
Drender_widget_host_view_win.cc653 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()
Drender_widget_host_view_mac.mm481 const gfx::Rect& scroll_rect, int scroll_dx, int scroll_dy,
488 if (!scroll_rect.IsEmpty())
489 rects.push_back(scroll_rect);