Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DImplicitAnimation.cpp149 Document::ListenerType listenerType = Document::TRANSITIONEND_LISTENER; in sendTransitionEvent()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h682 TRANSITIONEND_LISTENER = 1 << 10, enumerator
DDocument.cpp3678 addListenerType(TRANSITIONEND_LISTENER); in addListenerTypeIfNeeded()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp765 …Phase != currentPhase) && m_target->document().hasListenerType(Document::TRANSITIONEND_LISTENER)) { in onEventCondition()