Searched defs:draw_time (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/scheduler/
H A Dscheduler.cc149 void Scheduler::SetEstimatedParentDrawTime(base::TimeDelta draw_time) { argument
150 DCHECK_GE(draw_time.ToInternalValue(), 0);
151 estimated_parent_draw_time_ = draw_time;
/external/chromium_org/cc/trees/
H A Dthread_proxy.cc332 void ThreadProxy::SetEstimatedParentDrawTime(base::TimeDelta draw_time) { argument
333 impl().scheduler->SetEstimatedParentDrawTime(draw_time);

Completed in 61 milliseconds