HomeSort by relevance Sort by last modified time
    Searched refs:m_registrations (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserver.cpp 71 ASSERT(m_registrations.isEmpty());
149 HashSet<MutationObserverRegistration*> registrations(m_registrations);
156 ASSERT(!m_registrations.contains(registration));
157 m_registrations.add(registration);
162 ASSERT(m_registrations.contains(registration));
163 m_registrations.remove(registration);
196 for (HashSet<MutationObserverRegistration*>::const_iterator iter = m_registrations.begin(); iter != m_registrations.end(); ++iter)
210 // Calling clearTransientRegistrations() can modify m_registrations, so it's necessary
213 for (HashSet<MutationObserverRegistration*>::iterator iter = m_registrations.begin(); iter != m_registrations.end(); ++iter)
    [all...]
MutationObserver.h 97 HashSet<MutationObserverRegistration*> m_registrations; member in class:WebCore::MutationObserver

Completed in 47 milliseconds