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

  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 72 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_)
paint_manager.h 179 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/
paint_manager.cc 104 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_.HasPendingUpdate()
    [all...]
paint_manager.h 179 PaintAggregator aggregator_; member in class:PaintManager
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
country_rules_aggregator_test.cc 43 : aggregator_(scoped_ptr<Retriever>(new Retriever(
59 CountryRulesAggregator aggregator_; member in class:i18n::addressinput::CountryRulesAggregatorTest
83 aggregator_.AggregateRules(region_codes[i], BuildCallback());
  /external/chromium_org/cc/surfaces/
display.h 79 SurfaceAggregator aggregator_; member in class:cc::Display
surface_aggregator_unittest.cc 31 SurfaceAggregatorTest() : aggregator_(&manager_) {}
35 SurfaceAggregator aggregator_; member in class:cc::__anon7360::SurfaceAggregatorTest
39 scoped_ptr<CompositorFrame> frame = aggregator_.Aggregate(InvalidSurfaceId());
45 scoped_ptr<CompositorFrame> frame = aggregator_.Aggregate(one.surface_id());
57 aggregator_.Aggregate(root_surface_.surface_id());
162 aggregator_.Aggregate(root_surface_.surface_id());
379 aggregator_.Aggregate(root_surface_.surface_id());
549 aggregator_.Aggregate(root_surface_.surface_id());
649 aggregator_.Aggregate(root_surface_.surface_id());
display.cc 40 aggregator_(manager),
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
address_validator.cc 206 : aggregator_(scoped_ptr<Retriever>(new Retriever(
223 aggregator_.AggregateRules(
560 CountryRulesAggregator aggregator_; member in class:i18n::addressinput::__anon16189::AddressValidatorImpl

Completed in 119 milliseconds