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

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.cpp217 void CSSAnimations::EventDelegate::onEventCondition(bool wasInPlay, bool isInPlay, double previousIteration, double currentIteration) argument
229 if (wasInPlay && isInPlay && currentIteration != previousIteration) {

Completed in 50 milliseconds