Searched refs:addMutationEventListenerTypeIfEnabled (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp3921 void Document::addMutationEventListenerTypeIfEnabled(ListenerType listenerType) function in class:blink::Document
3931 addMutationEventListenerTypeIfEnabled(DOMSUBTREEMODIFIED_LISTENER);
3934 addMutationEventListenerTypeIfEnabled(DOMNODEINSERTED_LISTENER);
3937 addMutationEventListenerTypeIfEnabled(DOMNODEREMOVED_LISTENER);
3940 addMutationEventListenerTypeIfEnabled(DOMNODEREMOVEDFROMDOCUMENT_LISTENER);
3943 addMutationEventListenerTypeIfEnabled(DOMNODEINSERTEDINTODOCUMENT_LISTENER);
3946 addMutationEventListenerTypeIfEnabled(DOMCHARACTERDATAMODIFIED_LISTENER);
H A DDocument.h1133 void addMutationEventListenerTypeIfEnabled(ListenerType);

Completed in 475 milliseconds