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

  /external/chromium_org/cc/test/
fake_layer_tree_host_impl_client.h 20 virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) OVERRIDE {}
  /external/chromium_org/cc/scheduler/
scheduler.h 71 void SetEstimatedParentDrawTime(base::TimeDelta draw_time);
scheduler.cc 149 void Scheduler::SetEstimatedParentDrawTime(base::TimeDelta draw_time) {
  /external/chromium_org/cc/trees/
single_thread_proxy.h 82 virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) OVERRIDE {}
thread_proxy.h 183 virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) OVERRIDE;
thread_proxy.cc 332 void ThreadProxy::SetEstimatedParentDrawTime(base::TimeDelta draw_time) {
333 impl().scheduler->SetEstimatedParentDrawTime(draw_time);
    [all...]
layer_tree_host_impl.h 72 virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) = 0;
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc 118 virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) OVERRIDE {}
    [all...]

Completed in 450 milliseconds