Searched defs:PaintUpdate (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/pdf/
H A Dpaint_aggregator.h32 struct PaintUpdate { struct in class:PaintAggregator
33 PaintUpdate();
34 ~PaintUpdate();
67 PaintUpdate GetPendingUpdate();
85 // This structure is an internal version of PaintUpdate. It's different in
H A Dpaint_aggregator.cc26 PaintAggregator::PaintUpdate::PaintUpdate() { function in class:PaintAggregator::PaintUpdate
29 PaintAggregator::PaintUpdate::~PaintUpdate() {
86 PaintAggregator::PaintUpdate PaintAggregator::GetPendingUpdate() {
89 PaintUpdate ret;
/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_aggregator.cc28 PaintAggregator::PaintUpdate::PaintUpdate() : has_scroll(false) {} function in class:pp::PaintAggregator::PaintUpdate
30 PaintAggregator::PaintUpdate::~PaintUpdate() {}
92 PaintAggregator::PaintUpdate PaintAggregator::GetPendingUpdate() const {
95 PaintUpdate ret;
H A Dpaint_aggregator.h29 struct PaintUpdate { struct in class:pp::PaintAggregator
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

Completed in 86 milliseconds