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

  /external/chromium_org/cc/test/
tiled_layer_test_common.cc 9 FakeLayerUpdater::Resource::Resource(FakeLayerUpdater* layer,
16 FakeLayerUpdater::Resource::~Resource() {}
18 void FakeLayerUpdater::Resource::Update(ResourceUpdateQueue* queue,
33 FakeLayerUpdater::FakeLayerUpdater() : prepare_count_(0), update_count_(0) {}
35 FakeLayerUpdater::~FakeLayerUpdater() {}
37 void FakeLayerUpdater::PrepareToUpdate(gfx::Rect content_rect,
52 void FakeLayerUpdater::SetRectToInvalidate(gfx::Rect rect
    [all...]
tiled_layer_test_common.h 23 class FakeLayerUpdater : public LayerUpdater {
27 Resource(FakeLayerUpdater* updater,
37 FakeLayerUpdater* layer_;
43 FakeLayerUpdater();
73 virtual ~FakeLayerUpdater();
83 DISALLOW_COPY_AND_ASSIGN(FakeLayerUpdater);
116 FakeLayerUpdater* fake_layer_updater() { return fake_updater_.get(); }
130 scoped_refptr<FakeLayerUpdater> fake_updater_;

Completed in 227 milliseconds