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

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DTimedItem.cpp79 const double newLocalTime = localTime < m_specified.startDelay ? m_specified.startDelay - 1 : activeDuration + m_specified.startDelay; local
80 const TimedItem::Phase phase = calculatePhase(activeDuration, newLocalTime, m_specified);
81 const double activeTime = calculateActiveTime(activeDuration, newLocalTime, parentPhase, phase, m_specified);

Completed in 50 milliseconds