GetPaintBounds    269 content/renderer/paint_aggregator.cc     gfx::Rect bounds = update_.GetPaintBounds();
GetPaintBounds     37 content/renderer/paint_aggregator.h     gfx::Rect GetPaintBounds() const;
GetPaintBounds     49 content/renderer/paint_aggregator_unittest.cc   EXPECT_EQ(expected_bounds, update.GetPaintBounds());
GetPaintBounds   1586 content/renderer/render_widget.cc   gfx::Rect bounds = gfx::UnionRects(update.GetPaintBounds(), scroll_damage);
GetPaintBounds    104 ppapi/utility/graphics/paint_aggregator.cc   ret.paint_bounds = update_.GetPaintBounds();
GetPaintBounds    260 ppapi/utility/graphics/paint_aggregator.cc     Rect bounds = update_.GetPaintBounds();
GetPaintBounds    141 ppapi/utility/graphics/paint_aggregator.h     Rect GetPaintBounds() const;
GetPaintBounds    482 ui/views/controls/table/table_view.cc   const PaintRegion region(GetPaintRegion(GetPaintBounds(canvas)));
GetPaintBounds    257 ui/views/controls/table/table_view.h   gfx::Rect GetPaintBounds(gfx::Canvas* canvas) const;