Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp643 …ase != m_previousPhase && m_target->document().hasListenerType(Document::TRANSITIONEND_LISTENER)) { in onEventCondition()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h678 TRANSITIONEND_LISTENER = 1 << 10, enumerator
DDocument.cpp3957 addListenerType(TRANSITIONEND_LISTENER); in addListenerTypeIfNeeded()