OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addeventtodispatch
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimeline.h
62
void
addEventToDispatch
(EventTarget* target, PassRefPtr<Event> event)
/external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationControllerPrivate.h
72
void
addEventToDispatch
(PassRefPtr<Element> element, const AtomicString& eventType, const String& name, double elapsedTime);
ImplicitAnimation.cpp
164
m_compAnim->animationController()->
addEventToDispatch
(element, eventType, propertyName, elapsedTime);
AnimationController.cpp
215
void AnimationControllerPrivate::
addEventToDispatch
(PassRefPtr<Element> element, const AtomicString& eventType, const String& name, double elapsedTime)
KeyframeAnimation.cpp
337
m_compAnim->animationController()->
addEventToDispatch
(element, eventType, m_keyframes.animationName(), elapsedTime);
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp
214
m_target->document()->timeline()->
addEventToDispatch
(m_target, AnimationEvent::create(eventName, m_name, elapsedTime));
Completed in 152 milliseconds