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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.cpp 228 if (!m_pendingResourcesForRemoval.isEmpty()) {
230 HashMap<AtomicString, OwnPtr<SVGPendingElements> >::iterator end = m_pendingResourcesForRemoval.end();
231 for (HashMap<AtomicString, OwnPtr<SVGPendingElements> >::iterator it = m_pendingResourcesForRemoval.begin(); it != end; ++it) {
256 ASSERT(m_pendingResourcesForRemoval.contains(id));
257 return m_pendingResourcesForRemoval.take(id);
265 ASSERT(!m_pendingResourcesForRemoval.contains(id));
269 m_pendingResourcesForRemoval.add(id, existing.release());
277 SVGPendingElements* resourceSet = m_pendingResourcesForRemoval.get(id);
SVGDocumentExtensions.h 92 HashMap<AtomicString, OwnPtr<SVGPendingElements> > m_pendingResourcesForRemoval; // Resources that are pending and scheduled for removal.

Completed in 478 milliseconds