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 27 virtual void SetNeedsRedrawOnImplThread() OVERRIDE {}
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 337 void SingleThreadProxy::SetNeedsRedrawOnImplThread() {
344 SetNeedsRedrawOnImplThread();
355 SetNeedsRedrawOnImplThread();
single_thread_proxy.h 89 virtual void SetNeedsRedrawOnImplThread() OVERRIDE;
thread_proxy.h 193 virtual void SetNeedsRedrawOnImplThread() OVERRIDE;
thread_proxy.cc 472 void ThreadProxy::SetNeedsRedrawOnImplThread() {
473 TRACE_EVENT0("cc", "ThreadProxy::SetNeedsRedrawOnImplThread");
492 SetNeedsRedrawOnImplThread();
    [all...]
layer_tree_host_impl.h 82 virtual void SetNeedsRedrawOnImplThread() = 0;
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc 130 virtual void SetNeedsRedrawOnImplThread() OVERRIDE {
    [all...]

Completed in 119 milliseconds