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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeRareData.h39 WillBeHeapHashSet<RawPtrWillBeMember<MutationObserverRegistration> > transientRegistry; member in class:blink::FINAL
50 visitor->trace(transientRegistry);
H A DNode.cpp1875 if (WillBeHeapHashSet<RawPtrWillBeMember<MutationObserverRegistration> >* transientRegistry = transientMutationObserverRegistry()) {
1876 for (WillBeHeapHashSet<RawPtrWillBeMember<MutationObserverRegistration> >::iterator iter = transientRegistry->begin(); iter != transientRegistry->end(); ++iter) {
1982 return &data->transientRegistry;
2057 ensureRareData().ensureMutationObserverData().transientRegistry.add(registration);
2062 WillBeHeapHashSet<RawPtrWillBeMember<MutationObserverRegistration> >* transientRegistry = transientMutationObserverRegistry(); local
2063 ASSERT(transientRegistry);
2064 if (!transientRegistry)
2067 ASSERT(transientRegistry->contains(registration));
2068 transientRegistry
[all...]

Completed in 849 milliseconds