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

  /external/chromium_org/cc/test/
fake_layer_tree_host_impl_client.h 25 virtual void SetNeedsRedrawOnImplThread() OVERRIDE {}
  /external/chromium_org/cc/trees/
single_thread_proxy.h 60 virtual void SetNeedsRedrawOnImplThread() OVERRIDE;
layer_tree_host_impl.h 65 virtual void SetNeedsRedrawOnImplThread() = 0;
271 void SetNeedsRedraw() { client_->SetNeedsRedrawOnImplThread(); }
layer_tree_host_impl.cc 379 client_->SetNeedsRedrawOnImplThread();
385 client_->SetNeedsRedrawOnImplThread();
    [all...]
thread_proxy.h 77 virtual void SetNeedsRedrawOnImplThread() OVERRIDE;
single_thread_proxy.cc 273 void SingleThreadProxy::SetNeedsRedrawOnImplThread() {
thread_proxy.cc 528 void ThreadProxy::SetNeedsRedrawOnImplThread() {
530 TRACE_EVENT0("cc", "ThreadProxy::SetNeedsRedrawOnImplThread");
537 SetNeedsRedrawOnImplThread();
    [all...]
layer_tree_host_impl_unittest.cc 111 virtual void SetNeedsRedrawOnImplThread() OVERRIDE {
    [all...]

Completed in 29 milliseconds