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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp619 ASSERT(m_listsInvalidatedAtDocument.isEmpty());
3666 m_listsInvalidatedAtDocument.add(list);
3678 ASSERT(m_listsInvalidatedAtDocument.contains(list));
3679 m_listsInvalidatedAtDocument.remove(list);
5742 WillBeHeapHashSet<RawPtrWillBeWeakMember<const LiveNodeListBase> >::const_iterator end = m_listsInvalidatedAtDocument.end();
5743 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<const LiveNodeListBase> >::const_iterator it = m_listsInvalidatedAtDocument.begin(); it != end; ++it)
5805 visitor->trace(m_listsInvalidatedAtDocument);
H A DDocument.h1278 WillBeHeapHashSet<RawPtrWillBeWeakMember<const LiveNodeListBase> > m_listsInvalidatedAtDocument; member in class:blink::Document

Completed in 98 milliseconds