ListenerType      646 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::AnimationEventDelegate::maybeDispatch(Document::ListenerType listenerType, const AtomicString& eventName, double elapsedTime)
ListenerType      215 Source/core/animation/css/CSSAnimations.h         void maybeDispatch(Document::ListenerType, const AtomicString& eventName, double elapsedTime);
ListenerType     3796 Source/core/dom/Document.cpp void Document::addMutationEventListenerTypeIfEnabled(ListenerType listenerType)
ListenerType      712 Source/core/dom/Document.h     bool hasListenerType(ListenerType listenerType) const { return (m_listenerTypes & listenerType); }
ListenerType     1143 Source/core/dom/Document.h     void addListenerType(ListenerType listenerType) { m_listenerTypes |= listenerType; }
ListenerType     1144 Source/core/dom/Document.h     void addMutationEventListenerTypeIfEnabled(ListenerType);