Searched refs:hasMutationObserversOfType (Results 1 – 3 of 3) sorted by relevance
47 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()
80 if (target.document().hasMutationObserversOfType(MutationObserver::ChildList)) in ChildListMutationScope()
691 bool hasMutationObserversOfType(MutationObserver::MutationType type) const in hasMutationObserversOfType() function