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

  /external/chromium_org/cc/test/
fake_layer_tree_host_impl_client.h 21 virtual void BeginFrameOnImplThread(const BeginFrameArgs& args)
  /external/chromium_org/cc/trees/
single_thread_proxy.h 56 virtual void BeginFrameOnImplThread(const BeginFrameArgs& args)
thread_proxy.h 74 virtual void BeginFrameOnImplThread(const BeginFrameArgs& args) OVERRIDE;
layer_tree_host_impl.h 62 virtual void BeginFrameOnImplThread(const BeginFrameArgs& args) = 0;
thread_proxy.cc 398 void ThreadProxy::BeginFrameOnImplThread(const BeginFrameArgs& args) {
400 TRACE_EVENT0("cc", "ThreadProxy::BeginFrameOnImplThread");
    [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc 103 virtual void BeginFrameOnImplThread(const BeginFrameArgs& args)
    [all...]

Completed in 259 milliseconds