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

  /external/chromium_org/cc/test/
layer_tree_test.cc 262 class LayerTreeHostClientForTesting : public LayerTreeHostClient,
265 static scoped_ptr<LayerTreeHostClientForTesting> Create(
267 return make_scoped_ptr(new LayerTreeHostClientForTesting(test_hooks));
269 virtual ~LayerTreeHostClientForTesting() {}
321 explicit LayerTreeHostClientForTesting(TestHooks* test_hooks)
332 LayerTreeHostClientForTesting* client,
507 client_ = LayerTreeHostClientForTesting::Create(this);
layer_tree_test.h 100 class LayerTreeHostClientForTesting;
105 // LayerTreeHostClientForTesting.
197 scoped_ptr<LayerTreeHostClientForTesting> client_;

Completed in 282 milliseconds