HomeSort by relevance Sort by last modified time
    Searched defs:paint_rects (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/
paint_aggregator.h 23 // by the amount specified by |scroll_delta|. If |paint_rects| is non-empty,
24 // then those rects should be repainted. If |scroll_rect| and |paint_rects|
41 std::vector<gfx::Rect> paint_rects; member in struct:content::PaintAggregator::PendingUpdate
  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.h 59 std::vector<Rect> paint_rects; member in struct:pp::PaintAggregator::PaintUpdate
61 /// The union of all paint_rects.
136 // paint_rects or in the rect returned by GetPaintBounds.
147 std::vector<Rect> paint_rects; member in class:pp::PaintAggregator::InternalPaintUpdate

Completed in 26 milliseconds