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.h 65 virtual void SetNeedsRedrawOnImplThread() OVERRIDE;
single_thread_proxy.cc 243 void SingleThreadProxy::SetNeedsRedrawOnImplThread() {
248 SetNeedsRedrawOnImplThread();
thread_proxy.h 189 virtual void SetNeedsRedrawOnImplThread() OVERRIDE;
layer_tree_host_impl.h 80 virtual void SetNeedsRedrawOnImplThread() = 0;
thread_proxy.cc 483 void ThreadProxy::SetNeedsRedrawOnImplThread() {
484 TRACE_EVENT0("cc", "ThreadProxy::SetNeedsRedrawOnImplThread");
503 SetNeedsRedrawOnImplThread();
    [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc 128 virtual void SetNeedsRedrawOnImplThread() OVERRIDE {
    [all...]

Completed in 520 milliseconds