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

  /external/chromium_org/cc/test/
fake_layer_tree_host_client.cc 12 FakeLayerTreeHostClient::FakeLayerTreeHostClient(RendererOptions options)
18 FakeLayerTreeHostClient::~FakeLayerTreeHostClient() {}
20 scoped_ptr<OutputSurface> FakeLayerTreeHostClient::CreateOutputSurface(
38 scoped_refptr<cc::ContextProvider> FakeLayerTreeHostClient::
49 scoped_refptr<cc::ContextProvider> FakeLayerTreeHostClient::
fake_layer_tree_host_client.h 16 class FakeLayerTreeHostClient : public LayerTreeHostClient {
24 explicit FakeLayerTreeHostClient(RendererOptions options);
25 virtual ~FakeLayerTreeHostClient();

Completed in 41 milliseconds