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

  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.h 29 struct PaintUpdate {
30 /// Default constructor for creating an is_null() <code>PaintUpdate</code>
32 PaintUpdate();
35 ~PaintUpdate();
105 /// @return A PaintUpdate containing the pending update.
106 PaintUpdate GetPendingUpdate() const;
120 // This structure is an internal version of PaintUpdate. It's different in
paint_aggregator.cc 28 PaintAggregator::PaintUpdate::PaintUpdate() : has_scroll(false) {}
30 PaintAggregator::PaintUpdate::~PaintUpdate() {}
92 PaintAggregator::PaintUpdate PaintAggregator::GetPendingUpdate() const {
95 PaintUpdate ret;
paint_manager.cc 125 PaintAggregator::PaintUpdate update = aggregator_.GetPendingUpdate();

Completed in 49 milliseconds