HomeSort by relevance Sort by last modified time
    Searched refs:ScrollPaintRect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/renderer/
paint_aggregator.h 59 gfx::Rect ScrollPaintRect(const gfx::Rect& paint_rect,
paint_aggregator.cc 197 update_.paint_rects[i] = ScrollPaintRect(update_.paint_rects[i], delta);
215 gfx::Rect PaintAggregator::ScrollPaintRect(const gfx::Rect& paint_rect,
  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.h 150 Rect ScrollPaintRect(const Rect& paint_rect, const Point& amount) const;
paint_aggregator.cc 187 update_.paint_rects[i] = ScrollPaintRect(update_.paint_rects[i], amount);
205 Rect PaintAggregator::ScrollPaintRect(const Rect& paint_rect,

Completed in 28 milliseconds