Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h668 DOMSUBTREEMODIFIED_LISTENER = 1, enumerator
DNode.cpp2127 if (!document().hasListenerType(Document::DOMSUBTREEMODIFIED_LISTENER)) in dispatchSubtreeModifiedEvent()
DDocument.cpp3931 addMutationEventListenerTypeIfEnabled(DOMSUBTREEMODIFIED_LISTENER); in addListenerTypeIfNeeded()