Searched refs:hasMutationObserversOfType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationObserverInterestGroup.h48 if (!target.document().hasMutationObserversOfType(MutationObserver::ChildList))
57 if (!target.document().hasMutationObserversOfType(MutationObserver::CharacterData))
65 if (!target.document().hasMutationObserversOfType(MutationObserver::Attributes))
H A DChildListMutationScope.h96 if (target.document().hasMutationObserversOfType(MutationObserver::ChildList)) {
H A DDocument.h686 bool hasMutationObserversOfType(MutationObserver::MutationType type) const function in class:blink::Document

Completed in 592 milliseconds