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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp1571 if (!m_useElementsNeedingUpdate.isEmpty())
2088 m_useElementsNeedingUpdate.add(&element);
2094 m_useElementsNeedingUpdate.remove(&element);
2101 if (m_useElementsNeedingUpdate.isEmpty())
2105 copyToVector(m_useElementsNeedingUpdate, elements);
2106 m_useElementsNeedingUpdate.clear();
5829 visitor->trace(m_useElementsNeedingUpdate);
H A DDocument.h1366 WillBeHeapHashSet<RawPtrWillBeMember<SVGUseElement> > m_useElementsNeedingUpdate; member in class:blink::Document

Completed in 296 milliseconds