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 22 class CC_EXPORT LayerUpdater : public base::RefCounted<LayerUpdater> {
46 LayerUpdater() {}
66 virtual ~LayerUpdater() {}
69 friend class base::RefCounted<LayerUpdater>;
71 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 42 virtual LayerUpdater* Updater() const OVERRIDE;
tiled_layer.h 14 class LayerUpdater;
55 virtual LayerUpdater* Updater() const = 0;
content_layer.h 63 virtual LayerUpdater* Updater() const OVERRIDE;
image_layer.cc 68 LayerUpdater* ImageLayer::Updater() const {
content_layer.cc 95 LayerUpdater* ContentLayer::Updater() const {
tiled_layer.cc 38 scoped_ptr<LayerUpdater::Resource> updater_resource) {
42 LayerUpdater::Resource* updater_resource() { return updater_resource_.get(); }
77 explicit UpdatableTile(scoped_ptr<LayerUpdater::Resource> updater_resource)
83 scoped_ptr<LayerUpdater::Resource> updater_resource_;
474 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(
123 virtual LayerUpdater* Updater() const OVERRIDE;
tiled_layer_test_common.cc 11 : LayerUpdater::Resource(texture.Pass()), layer_(layer) {
59 scoped_ptr<LayerUpdater::Resource> FakeLayerUpdater::CreateResource(
61 return scoped_ptr<LayerUpdater::Resource>(
144 LayerUpdater* FakeTiledLayer::Updater() const {

Completed in 101 milliseconds