Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DMutationObserverInterestGroup.h47 if (!target.document().hasMutationObserversOfType(MutationObserver::ChildList)) in createForChildListMutation()
56 if (!target.document().hasMutationObserversOfType(MutationObserver::CharacterData)) in createForCharacterDataMutation()
64 if (!target.document().hasMutationObserversOfType(MutationObserver::Attributes)) in createForAttributesMutation()
DChildListMutationScope.h80 if (target.document().hasMutationObserversOfType(MutationObserver::ChildList)) in ChildListMutationScope()
DDocument.h691 bool hasMutationObserversOfType(MutationObserver::MutationType type) const in hasMutationObserversOfType() function