Searched refs:copy_rects (Results 1 – 8 of 8) sorted by relevance
81 const std::vector<gfx::Rect>& copy_rects);
309 const std::vector<gfx::Rect>& copy_rects) { in DidUpdateBackingStore() argument321 for (size_t i = 0; i < copy_rects.size(); ++i) { in DidUpdateBackingStore()324 gfx::Rect rect = copy_rects[i].Subtract(scroll_rect); in DidUpdateBackingStore()
740 const std::vector<gfx::Rect>& copy_rects) { in DidUpdateBackingStore() argument752 for (size_t i = 0; i < copy_rects.size(); ++i) { in DidUpdateBackingStore()755 gfx::Rect rect = copy_rects[i].Subtract(scroll_rect); in DidUpdateBackingStore()
67 const std::vector<gfx::Rect>& copy_rects) OVERRIDE;
210 const std::vector<gfx::Rect>& copy_rects);
152 const std::vector<gfx::Rect>& copy_rects);
654 const std::vector<gfx::Rect>& copy_rects) { in DidUpdateBackingStore() argument663 for (size_t i = 0; i < copy_rects.size(); ++i) in DidUpdateBackingStore()664 InvalidateRect(©_rects[i].ToRECT(), false); in DidUpdateBackingStore()
482 const std::vector<gfx::Rect>& copy_rects) {484 std::vector<gfx::Rect> rects(copy_rects);