Searched refs:FakeLayerUpdater (Results 1 – 2 of 2) sorted by relevance
9 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::FakeLayerUpdater36 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()
22 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_;