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

/macosx-10.10/WebCore-7600.1.25/dom/
H A DIdTargetObserverRegistry.cpp54 if (set->isEmpty() && set != m_notifyingObserversInSet)
62 m_notifyingObserversInSet = m_registry.get(&id);
63 if (!m_notifyingObserversInSet)
67 copyToVector(*m_notifyingObserversInSet, copy);
69 if (m_notifyingObserversInSet->contains(*it))
73 if (m_notifyingObserversInSet->isEmpty())
76 m_notifyingObserversInSet = 0;
H A DIdTargetObserverRegistry.h44 : m_notifyingObserversInSet(0)
58 ObserverSet* m_notifyingObserversInSet; member in class:WebCore::IdTargetObserverRegistry
69 ASSERT(!m_notifyingObserversInSet);

Completed in 175 milliseconds