Searched refs:removePendingResource (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGDocumentExtensions.h100 PassOwnPtr<SVGPendingElements> removePendingResource(const AtomicString& id);
H A DSVGDocumentExtensions.cpp217 // We use the removePendingResource function here because it deals with set lifetime correctly.
220 removePendingResource(*it);
244 PassOwnPtr<SVGDocumentExtensions::SVGPendingElements> SVGDocumentExtensions::removePendingResource(const AtomicString& id) function in class:WebCore::SVGDocumentExtensions
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceContainer.cpp180 OwnPtr<SVGDocumentExtensions::SVGPendingElements> clients(extensions->removePendingResource(m_id));

Completed in 169 milliseconds