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,
15 FakeLayerUpdater::Resource::~Resource() {}
17 void FakeLayerUpdater::Resource::Update(ResourceUpdateQueue* queue,
32 FakeLayerUpdater::FakeLayerUpdater() : prepare_count_(0), update_count_(0) {}
34 FakeLayerUpdater::~FakeLayerUpdater() {}
36 void FakeLayerUpdater::PrepareToUpdate(const gfx::Rect& content_rect,
51 void FakeLayerUpdater::SetRectToInvalidate(const gfx::Rect& rect
    [all...]
tiled_layer_test_common.h 22 class FakeLayerUpdater : public LayerUpdater {
26 Resource(FakeLayerUpdater* updater,
36 FakeLayerUpdater* layer_;
42 FakeLayerUpdater();
72 virtual ~FakeLayerUpdater();
82 DISALLOW_COPY_AND_ASSIGN(FakeLayerUpdater);
115 FakeLayerUpdater* fake_layer_updater() { return fake_updater_.get(); }
129 scoped_refptr<FakeLayerUpdater> fake_updater_;

Completed in 66 milliseconds