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 206 class LayerTreeHostClientForTesting : public LayerTreeHostClient,
209 static scoped_ptr<LayerTreeHostClientForTesting> Create(
211 return make_scoped_ptr(new LayerTreeHostClientForTesting(test_hooks));
213 virtual ~LayerTreeHostClientForTesting() {}
280 explicit LayerTreeHostClientForTesting(TestHooks* test_hooks)
291 LayerTreeHostClientForTesting* client,
467 client_ = LayerTreeHostClientForTesting::Create(this);
layer_tree_test.h 94 class LayerTreeHostClientForTesting;
99 // LayerTreeHostClientForTesting.
187 scoped_ptr<LayerTreeHostClientForTesting> client_;

Completed in 282 milliseconds