Searched refs:aggregator_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_manager.cc72 aggregator_.InvalidateRect(Rect(GetEffectiveSize()));
85 aggregator_.InvalidateRect(clipped_rect);
93 aggregator_.ScrollRect(clip_rect, amount);
120 PP_DCHECK(aggregator_.HasPendingUpdate());
125 PaintAggregator::PaintUpdate update = aggregator_.GetPendingUpdate();
126 aggregator_.ClearPendingUpdate();
192 if (aggregator_.HasPendingUpdate())
204 if (aggregator_.HasPendingUpdate() && !flush_pending_)
H A Dpaint_manager.h179 aggregator_.set_max_redundant_paint_to_scroll_area(area);
192 aggregator_.set_max_paint_rects(max_rects);
282 PaintAggregator aggregator_; member in class:pp::PaintManager
/external/chromium_org/pdf/
H A Dpaint_manager.cc104 aggregator_.InvalidateRect(pp::Rect(GetEffectiveSize()));
119 aggregator_.InvalidateRect(clipped_rect);
131 aggregator_.ScrollRect(clip_rect, amount);
167 DCHECK(aggregator_.HasPendingUpdate());
200 PaintAggregator::PaintUpdate update = aggregator_.GetPendingUpdate();
213 aggregator_.SetIntermediateResults(temp_ready, pending);
214 ready_now = aggregator_.GetReadyRects();
215 aggregator_.ClearPendingUpdate();
239 aggregator_.SetIntermediateResults(ready_later, pending);
288 if (aggregator_
[all...]
H A Dpaint_manager.h179 PaintAggregator aggregator_; member in class:PaintManager
/external/chromium_org/cc/surfaces/
H A Ddisplay.cc87 aggregator_.reset(new SurfaceAggregator(manager_, resource_provider_.get()));
101 aggregator_->Aggregate(current_surface_id_);
125 aggregator_->previous_contained_surfaces().begin();
126 it != aggregator_->previous_contained_surfaces().end();
149 if (aggregator_ && aggregator_->previous_contained_surfaces().count(surface))
H A Dsurface_aggregator_unittest.cc52 : factory_(&manager_, &empty_client_), aggregator_(&manager_, NULL) {}
58 SurfaceAggregator aggregator_; member in class:cc::__anon2794::SurfaceAggregatorTest
64 scoped_ptr<CompositorFrame> frame = aggregator_.Aggregate(one_id);
89 aggregator_.Aggregate(root_surface_id_);
101 aggregator_.previous_contained_surfaces().size());
104 aggregator_.previous_contained_surfaces().find(surface_ids[i]) !=
105 aggregator_.previous_contained_surfaces().end());
221 aggregator_.Aggregate(root_surface_id_);
245 aggregator_.previous_contained_surfaces().size());
248 aggregator_
1057 scoped_ptr<SurfaceAggregator> aggregator_; member in class:cc::__anon2794::SurfaceAggregatorWithResourcesTest
[all...]
H A Ddisplay.h91 scoped_ptr<SurfaceAggregator> aggregator_; member in class:cc::Display

Completed in 735 milliseconds