Searched refs:addEventToDispatch (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | AnimationControllerPrivate.h | 72 …void addEventToDispatch(PassRefPtr<Element> element, const AtomicString& eventType, const String& …
|
D | ImplicitAnimation.cpp | 163 …m_compAnim->animationController()->addEventToDispatch(element, eventType, propertyName, elapsedTim… in sendTransitionEvent()
|
D | KeyframeAnimation.cpp | 320 …m_compAnim->animationController()->addEventToDispatch(element, eventType, m_keyframes.animationNam… in sendAnimationEvent()
|
D | AnimationController.cpp | 218 void AnimationControllerPrivate::addEventToDispatch(PassRefPtr<Element> element, const AtomicString… in addEventToDispatch() function in WebCore::AnimationControllerPrivate
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | DocumentTimeline.h | 80 void addEventToDispatch(EventTarget* target, PassRefPtr<Event> event) in addEventToDispatch() function
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimations.cpp | 722 …m_target->document().timeline()->addEventToDispatch(m_target, WebKitAnimationEvent::create(eventNa… in maybeDispatch() 771 …m_target->document().transitionTimeline()->addEventToDispatch(m_target, TransitionEvent::create(ev… in onEventCondition()
|