Searched refs:SetEstimatedParentDrawTime (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_layer_tree_host_impl_client.h20 virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) OVERRIDE {}
/external/chromium_org/cc/trees/
H A Dsingle_thread_proxy.h58 virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) OVERRIDE {}
H A Dthread_proxy.h179 virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) OVERRIDE;
H A Dlayer_tree_host_impl.h70 virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) = 0;
H A Dthread_proxy.cc345 void ThreadProxy::SetEstimatedParentDrawTime(base::TimeDelta draw_time) { function in class:cc::ThreadProxy
346 impl().scheduler->SetEstimatedParentDrawTime(draw_time);
H A Dlayer_tree_host_impl.cc2052 client_->SetEstimatedParentDrawTime(parent_draw_time);
H A Dlayer_tree_host_impl_unittest.cc116 virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) OVERRIDE {}
/external/chromium_org/cc/scheduler/
H A Dscheduler.h68 void SetEstimatedParentDrawTime(base::TimeDelta draw_time);
H A Dscheduler.cc142 void Scheduler::SetEstimatedParentDrawTime(base::TimeDelta draw_time) { function in class:cc::Scheduler

Completed in 689 milliseconds