Searched refs:BitmapContentLayerUpdater (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/resources/
H A Dbitmap_content_layer_updater.cc17 BitmapContentLayerUpdater::Resource::Resource(
18 BitmapContentLayerUpdater* updater,
22 BitmapContentLayerUpdater::Resource::~Resource() {}
24 void BitmapContentLayerUpdater::Resource::Update(
33 scoped_refptr<BitmapContentLayerUpdater> BitmapContentLayerUpdater::Create(
38 new BitmapContentLayerUpdater(painter.Pass(),
43 BitmapContentLayerUpdater::BitmapContentLayerUpdater( function in class:cc::BitmapContentLayerUpdater
49 BitmapContentLayerUpdater
[all...]
H A Dbitmap_content_layer_updater.h24 class CC_EXPORT BitmapContentLayerUpdater : public ContentLayerUpdater { class in namespace:cc
28 Resource(BitmapContentLayerUpdater* updater,
38 BitmapContentLayerUpdater* updater_;
43 static scoped_refptr<BitmapContentLayerUpdater> Create(
64 BitmapContentLayerUpdater(
68 virtual ~BitmapContentLayerUpdater();
75 DISALLOW_COPY_AND_ASSIGN(BitmapContentLayerUpdater);
/external/chromium_org/cc/layers/
H A Dcontent_layer.cc110 updater_ = BitmapContentLayerUpdater::Create(
H A Dtiled_layer_unittest.cc1669 BitmapContentLayerUpdater::Create(painter.PassAs<LayerPainter>(),
1685 scoped_refptr<BitmapContentLayerUpdater> layer_updater_;

Completed in 284 milliseconds