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

  /external/chromium_org/cc/test/
fake_layer_tree_host_impl_client.h 32 virtual void SetNeedsCommitOnImplThread() OVERRIDE {}
  /external/chromium_org/cc/trees/
single_thread_proxy.h 71 virtual void SetNeedsCommitOnImplThread() OVERRIDE;
single_thread_proxy.cc 270 void SingleThreadProxy::SetNeedsCommitOnImplThread() {
311 SetNeedsCommitOnImplThread();
layer_tree_host_impl.cc 464 client_->SetNeedsCommitOnImplThread();
    [all...]
thread_proxy.h 195 virtual void SetNeedsCommitOnImplThread() OVERRIDE;
layer_tree_host_impl.h 84 virtual void SetNeedsCommitOnImplThread() = 0;
334 void SetNeedsCommit() { client_->SetNeedsCommitOnImplThread(); }
thread_proxy.cc 269 base::Bind(&ThreadProxy::SetNeedsCommitOnImplThread,
393 void ThreadProxy::SetNeedsCommitOnImplThread() {
394 TRACE_EVENT0("cc", "ThreadProxy::SetNeedsCommitOnImplThread");
916 SetNeedsCommitOnImplThread();
    [all...]
layer_tree_host_impl_unittest.cc 144 virtual void SetNeedsCommitOnImplThread() OVERRIDE {
    [all...]

Completed in 80 milliseconds