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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp1986 static inline void collectMatchingObserversForMutation(WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>& observers, Registry* registry, Node& target, MutationObserver::MutationType type, const QualifiedName* attributeName) function in namespace:blink
2004 collectMatchingObserversForMutation(observers, mutationObserverRegistry(), *this, type, attributeName);
2005 collectMatchingObserversForMutation(observers, transientMutationObserverRegistry(), *this, type, attributeName);
2007 collectMatchingObserversForMutation(observers, node->mutationObserverRegistry(), *this, type, attributeName);
2008 collectMatchingObserversForMutation(observers, node->transientMutationObserverRegistry(), *this, type, attributeName);

Completed in 54 milliseconds