Home
last modified time | relevance | path

Searched refs:ANIMATIONSTART_LISTENER (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DKeyframeAnimation.cpp307 listenerType = Document::ANIMATIONSTART_LISTENER; in sendAnimationEvent()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h680 ANIMATIONSTART_LISTENER = 1 << 8, enumerator
DDocument.cpp3672 addListenerType(ANIMATIONSTART_LISTENER); in addListenerTypeIfNeeded()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp752 maybeDispatch(Document::ANIMATIONSTART_LISTENER, EventTypeNames::animationstart, 0); in onEventCondition()