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

  /external/chromium_org/cc/animation/
animation.cc 164 return ConvertToActiveTime(monotonic_time) >= 0 ||
168 double Animation::ConvertToActiveTime(base::TimeTicks monotonic_time) const {
194 double active_time = ConvertToActiveTime(monotonic_time);
animation.h 172 double ConvertToActiveTime(base::TimeTicks monotonic_time) const;

Completed in 3447 milliseconds