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

  /external/chromium_org/cc/resources/
bitmap_skpicture_content_layer_updater.h 16 class BitmapSkPictureContentLayerUpdater : public SkPictureContentLayerUpdater {
20 Resource(BitmapSkPictureContentLayerUpdater* updater,
30 BitmapSkPictureContentLayerUpdater* updater_;
35 static scoped_refptr<BitmapSkPictureContentLayerUpdater> Create(
46 BitmapSkPictureContentLayerUpdater(
50 virtual ~BitmapSkPictureContentLayerUpdater();
52 DISALLOW_COPY_AND_ASSIGN(BitmapSkPictureContentLayerUpdater);
bitmap_skpicture_content_layer_updater.cc 16 BitmapSkPictureContentLayerUpdater::Resource::Resource(
17 BitmapSkPictureContentLayerUpdater* updater,
21 void BitmapSkPictureContentLayerUpdater::Resource::Update(
41 scoped_refptr<BitmapSkPictureContentLayerUpdater>
42 BitmapSkPictureContentLayerUpdater::Create(
47 new BitmapSkPictureContentLayerUpdater(painter.Pass(),
52 BitmapSkPictureContentLayerUpdater::BitmapSkPictureContentLayerUpdater(
60 BitmapSkPictureContentLayerUpdater::~BitmapSkPictureContentLayerUpdater() {}
    [all...]
  /external/chromium_org/cc/layers/
content_layer.cc 102 updater_ = BitmapSkPictureContentLayerUpdater::Create(

Completed in 73 milliseconds