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

/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp1344 double nextIterationTime = m_totalDuration; local
1348 nextIterationTime = elapsedDuration + durationLeft;
1351 if (m_totalDuration < 0 || nextIterationTime < m_totalDuration) {
1353 ASSERT(nextIterationTime > 0);

Completed in 49 milliseconds