Searched defs:ContentLayerUpdater (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dcontent_layer_updater.cc21 ContentLayerUpdater::ContentLayerUpdater( function in class:cc::ContentLayerUpdater
33 ContentLayerUpdater::~ContentLayerUpdater() {}
35 void ContentLayerUpdater::set_rendering_stats_instrumentation(
40 void ContentLayerUpdater::PaintContents(SkCanvas* canvas,
45 TRACE_EVENT0("cc", "ContentLayerUpdater::PaintContents");
117 void ContentLayerUpdater::SetOpaque(bool opaque) {
121 void ContentLayerUpdater::SetFillsBoundsCompletely(bool fills_bounds) {
125 void ContentLayerUpdater
[all...]
H A Dcontent_layer_updater.h22 class CC_EXPORT ContentLayerUpdater : public LayerUpdater { class in namespace:cc
30 ContentLayerUpdater(scoped_ptr<LayerPainter> painter,
33 virtual ~ContentLayerUpdater();
65 DISALLOW_COPY_AND_ASSIGN(ContentLayerUpdater);

Completed in 830 milliseconds