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

  /external/chromium_org/cc/test/
fake_layer_tree_host_impl_client.h 17 virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE {}
  /external/chromium_org/cc/trees/
single_thread_proxy.h 55 virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE;
thread_proxy.h 176 virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE;
single_thread_proxy.cc 308 void SingleThreadProxy::DidLoseOutputSurfaceOnImplThread() {
309 TRACE_EVENT0("cc", "SingleThreadProxy::DidLoseOutputSurfaceOnImplThread");
layer_tree_host_impl.h 67 virtual void DidLoseOutputSurfaceOnImplThread() = 0;
thread_proxy.cc 323 void ThreadProxy::DidLoseOutputSurfaceOnImplThread() {
324 TRACE_EVENT0("cc", "ThreadProxy::DidLoseOutputSurfaceOnImplThread");
    [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc 113 virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE {}
    [all...]

Completed in 563 milliseconds