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

  /external/webkit/Source/WebCore/page/animation/
KeyframeAnimation.h 75 bool sendAnimationEvent(const AtomicString&, double elapsedTime);
KeyframeAnimation.cpp 305 sendAnimationEvent(eventNames().webkitAnimationStartEvent, elapsedTime);
310 sendAnimationEvent(eventNames().webkitAnimationIterationEvent, elapsedTime);
315 sendAnimationEvent(eventNames().webkitAnimationEndEvent, elapsedTime);
322 bool KeyframeAnimation::sendAnimationEvent(const AtomicString& eventType, double elapsedTime)

Completed in 36 milliseconds