Searched refs:LayerUpdater (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/cc/resources/
H A Dlayer_updater.cc11 LayerUpdater::Resource::Resource(scoped_ptr<PrioritizedResource> texture)
14 LayerUpdater::Resource::~Resource() {}
H A Dlayer_updater.h22 class CC_EXPORT LayerUpdater : public base::RefCounted<LayerUpdater> { class in namespace:cc
46 LayerUpdater() {} function in class:cc::LayerUpdater
66 virtual ~LayerUpdater() {}
69 friend class base::RefCounted<LayerUpdater>;
71 DISALLOW_COPY_AND_ASSIGN(LayerUpdater);
H A Dimage_layer_updater.h16 class CC_EXPORT ImageLayerUpdater : public LayerUpdater {
18 class Resource : public LayerUpdater::Resource {
37 virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
H A Dimage_layer_updater.cc13 : LayerUpdater::Resource(texture.Pass()), updater_(updater) {}
30 scoped_ptr<LayerUpdater::Resource> ImageLayerUpdater::CreateResource(
32 return scoped_ptr<LayerUpdater::Resource>(
H A Dbitmap_content_layer_updater.h26 class Resource : public LayerUpdater::Resource {
48 virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
H A Dbitmap_content_layer_updater.cc20 : LayerUpdater::Resource(texture.Pass()), updater_(updater) {}
51 scoped_ptr<LayerUpdater::Resource> BitmapContentLayerUpdater::CreateResource(
53 return scoped_ptr<LayerUpdater::Resource>(
H A Dbitmap_skpicture_content_layer_updater.h40 virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
H A Dcontent_layer_updater.h22 class CC_EXPORT ContentLayerUpdater : public LayerUpdater {
H A Dbitmap_skpicture_content_layer_updater.cc62 scoped_ptr<LayerUpdater::Resource>
65 return scoped_ptr<LayerUpdater::Resource>(
/external/chromium_org/cc/layers/
H A Dimage_layer.h42 virtual LayerUpdater* Updater() const OVERRIDE;
H A Dtiled_layer.h14 class LayerUpdater;
55 virtual LayerUpdater* Updater() const = 0;
H A Dcontent_layer.h63 virtual LayerUpdater* Updater() const OVERRIDE;
H A Dimage_layer.cc68 LayerUpdater* ImageLayer::Updater() const {
H A Dcontent_layer.cc95 LayerUpdater* ContentLayer::Updater() const {
H A Dtiled_layer.cc38 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());
H A Dtiled_layer_unittest.cc869 // the LayerUpdater.
1679 virtual LayerUpdater* Updater() const OVERRIDE {
/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.cc11 : LayerUpdater::Resource(texture.Pass()), layer_(layer) {
59 scoped_ptr<LayerUpdater::Resource> FakeLayerUpdater::CreateResource(
61 return scoped_ptr<LayerUpdater::Resource>(
144 LayerUpdater* FakeTiledLayer::Updater() const {
H A Dtiled_layer_test_common.h22 class FakeLayerUpdater : public LayerUpdater {
24 class Resource : public LayerUpdater::Resource {
44 virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
123 virtual LayerUpdater* Updater() const OVERRIDE;

Completed in 129 milliseconds