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

  /external/chromium_org/cc/resources/
layer_updater.cc 11 LayerUpdater::Resource::Resource(scoped_ptr<PrioritizedResource> texture)
14 LayerUpdater::Resource::~Resource() {}
layer_updater.h 21 class CC_EXPORT LayerUpdater : public base::RefCounted<LayerUpdater> {
45 LayerUpdater() {}
67 virtual ~LayerUpdater() {}
70 friend class base::RefCounted<LayerUpdater>;
72 DISALLOW_COPY_AND_ASSIGN(LayerUpdater);
image_layer_updater.h 16 class CC_EXPORT ImageLayerUpdater : public LayerUpdater {
18 class Resource : public LayerUpdater::Resource {
37 virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
image_layer_updater.cc 13 : LayerUpdater::Resource(texture.Pass()), updater_(updater) {}
30 scoped_ptr<LayerUpdater::Resource> ImageLayerUpdater::CreateResource(
32 return scoped_ptr<LayerUpdater::Resource>(
bitmap_content_layer_updater.h 26 class Resource : public LayerUpdater::Resource {
48 virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
bitmap_content_layer_updater.cc 20 : LayerUpdater::Resource(texture.Pass()), updater_(updater) {}
51 scoped_ptr<LayerUpdater::Resource> BitmapContentLayerUpdater::CreateResource(
53 return scoped_ptr<LayerUpdater::Resource>(
bitmap_skpicture_content_layer_updater.h 40 virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
content_layer_updater.h 22 class CC_EXPORT ContentLayerUpdater : public LayerUpdater {
bitmap_skpicture_content_layer_updater.cc 62 scoped_ptr<LayerUpdater::Resource>
65 return scoped_ptr<LayerUpdater::Resource>(
  /external/chromium_org/cc/layers/
image_layer.h 44 virtual LayerUpdater* Updater() const OVERRIDE;
tiled_layer.h 14 class LayerUpdater;
56 virtual LayerUpdater* Updater() const = 0;
content_layer.h 64 virtual LayerUpdater* Updater() const OVERRIDE;
image_layer.cc 63 LayerUpdater* ImageLayer::Updater() const {
content_layer.cc 92 LayerUpdater* ContentLayer::Updater() const {
tiled_layer.cc 37 scoped_ptr<LayerUpdater::Resource> updater_resource) {
41 LayerUpdater::Resource* updater_resource() { return updater_resource_.get(); }
76 explicit UpdatableTile(scoped_ptr<LayerUpdater::Resource> updater_resource)
82 scoped_ptr<LayerUpdater::Resource> updater_resource_;
480 scoped_refptr<LayerUpdater> protector(Updater());
tiled_layer_unittest.cc     [all...]
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 22 class FakeLayerUpdater : public LayerUpdater {
24 class Resource : public LayerUpdater::Resource {
44 virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
124 virtual LayerUpdater* Updater() const OVERRIDE;
tiled_layer_test_common.cc 11 : LayerUpdater::Resource(texture.Pass()), layer_(layer) {
57 scoped_ptr<LayerUpdater::Resource> FakeLayerUpdater::CreateResource(
59 return scoped_ptr<LayerUpdater::Resource>(
146 LayerUpdater* FakeTiledLayer::Updater() const {

Completed in 396 milliseconds