Searched refs:hasListenerType (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DCharacterData.cpp203 if (document().hasListenerType(Document::DOMCHARACTERDATAMODIFIED_LISTENER))
H A DContainerNode.cpp1140 if (c->parentNode() && document->hasListenerType(Document::DOMNODEINSERTED_LISTENER))
1144 if (c->inDocument() && document->hasListenerType(Document::DOMNODEINSERTEDINTODOCUMENT_LISTENER)) {
1165 if (c->parentNode() && document->hasListenerType(Document::DOMNODEREMOVED_LISTENER)) {
1171 if (c->inDocument() && document->hasListenerType(Document::DOMNODEREMOVEDFROMDOCUMENT_LISTENER)) {
H A DDocument.h683 bool hasListenerType(ListenerType listenerType) const { return (m_listenerTypes & listenerType); } function in class:blink::Document
H A DNode.cpp2127 if (!document().hasListenerType(Document::DOMSUBTREEMODIFIED_LISTENER))
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.cpp596 if (m_target->document().hasListenerType(listenerType)) {
643 if (currentPhase == AnimationNode::PhaseAfter && currentPhase != m_previousPhase && m_target->document().hasListenerType(Document::TRANSITIONEND_LISTENER)) {
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp929 if (document->hasListenerType(Document::OVERFLOWCHANGED_LISTENER))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp116 m_shouldDispatchEvent = !m_block->isAnonymous() && m_block->hasOverflowClip() && m_block->document().hasListenerType(Document::OVERFLOWCHANGED_LISTENER);

Completed in 356 milliseconds