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

  /external/webkit/Source/WebCore/page/animation/
AnimationControllerPrivate.h 67 void addEventToDispatch(PassRefPtr<Element> element, const AtomicString& eventType, const String& name, double elapsedTime);
ImplicitAnimation.cpp 188 m_compAnim->animationController()->addEventToDispatch(element, eventType, propertyName, elapsedTime);
AnimationController.cpp 175 void AnimationControllerPrivate::addEventToDispatch(PassRefPtr<Element> element, const AtomicString& eventType, const String& name, double elapsedTime)
KeyframeAnimation.cpp 348 m_compAnim->animationController()->addEventToDispatch(element, eventType, m_keyframes.animationName(), elapsedTime);

Completed in 34 milliseconds