Home
last modified time | relevance | path

Searched refs:FakeLayerUpdater (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/test/
Dtiled_layer_test_common.cc9 FakeLayerUpdater::Resource::Resource(FakeLayerUpdater* layer, in Resource()
15 FakeLayerUpdater::Resource::~Resource() {} in ~Resource()
17 void FakeLayerUpdater::Resource::Update(ResourceUpdateQueue* queue, in Update()
32 FakeLayerUpdater::FakeLayerUpdater() in FakeLayerUpdater() function in cc::FakeLayerUpdater
36 FakeLayerUpdater::~FakeLayerUpdater() {} in ~FakeLayerUpdater()
38 void FakeLayerUpdater::PrepareToUpdate(const gfx::Size& content_size, in PrepareToUpdate()
53 void FakeLayerUpdater::SetRectToInvalidate(const gfx::Rect& rect, in SetRectToInvalidate()
59 scoped_ptr<LayerUpdater::Resource> FakeLayerUpdater::CreateResource( in CreateResource()
72 fake_updater_(make_scoped_refptr(new FakeLayerUpdater)), in FakeTiledLayer()
Dtiled_layer_test_common.h22 class FakeLayerUpdater : public LayerUpdater {
26 Resource(FakeLayerUpdater* updater,
36 FakeLayerUpdater* layer_;
42 FakeLayerUpdater();
71 virtual ~FakeLayerUpdater();
81 DISALLOW_COPY_AND_ASSIGN(FakeLayerUpdater);
114 FakeLayerUpdater* fake_layer_updater() { return fake_updater_.get(); } in fake_layer_updater()
128 scoped_refptr<FakeLayerUpdater> fake_updater_;