Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.h110 PassOwnPtr<SVGPendingElements> removePendingResource(const AtomicString& id);
DSVGDocumentExtensions.cpp224 removePendingResource(*it); in removeElementFromPendingResources()
248 PassOwnPtr<SVGDocumentExtensions::SVGPendingElements> SVGDocumentExtensions::removePendingResource(… in removePendingResource() function in WebCore::SVGDocumentExtensions
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceContainer.cpp219 …OwnPtr<SVGDocumentExtensions::SVGPendingElements> clients(extensions->removePendingResource(m_id)); in registerResource()