Searched refs:ConvertToActiveTime (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/animation/
H A Danimation.cc164 return ConvertToActiveTime(monotonic_time) >= 0 ||
168 double Animation::ConvertToActiveTime(base::TimeTicks monotonic_time) const { function in class:cc::Animation
194 double active_time = ConvertToActiveTime(monotonic_time);
H A Danimation.h172 double ConvertToActiveTime(base::TimeTicks monotonic_time) const;

Completed in 72 milliseconds