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

  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.h 129 class InternalPaintUpdate {
131 InternalPaintUpdate();
132 ~InternalPaintUpdate();
155 InternalPaintUpdate update_;
paint_aggregator.cc 32 PaintAggregator::InternalPaintUpdate::InternalPaintUpdate() {}
34 PaintAggregator::InternalPaintUpdate::~InternalPaintUpdate() {}
36 Rect PaintAggregator::InternalPaintUpdate::GetScrollDamage() const {
72 Rect PaintAggregator::InternalPaintUpdate::GetPaintBounds() const {
89 update_ = InternalPaintUpdate();

Completed in 54 milliseconds