Searched refs:SetNeedsRedrawOnImplThread (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_layer_tree_host_impl_client.h24 virtual void SetNeedsRedrawOnImplThread() OVERRIDE {}
/external/chromium_org/cc/trees/
H A Dsingle_thread_proxy.h64 virtual void SetNeedsRedrawOnImplThread() OVERRIDE;
H A Dthread_proxy.h80 virtual void SetNeedsRedrawOnImplThread() OVERRIDE;
H A Dsingle_thread_proxy.cc291 void SingleThreadProxy::SetNeedsRedrawOnImplThread() { function in class:cc::SingleThreadProxy
H A Dlayer_tree_host_impl.h70 virtual void SetNeedsRedrawOnImplThread() = 0;
H A Dthread_proxy.cc570 void ThreadProxy::SetNeedsRedrawOnImplThread() { function in class:cc::ThreadProxy
572 TRACE_EVENT0("cc", "ThreadProxy::SetNeedsRedrawOnImplThread");
584 SetNeedsRedrawOnImplThread();
H A Dlayer_tree_host_impl.cc1644 client_->SetNeedsRedrawOnImplThread();
H A Dlayer_tree_host_impl_unittest.cc118 virtual void SetNeedsRedrawOnImplThread() OVERRIDE {

Completed in 222 milliseconds