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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGDocumentExtensions.h107 PassOwnPtr<SVGPendingElements> removePendingResourceForRemoval(const AtomicString&);
H A DSVGDocumentExtensions.cpp237 // We use the removePendingResourceForRemoval function here because it deals with set lifetime correctly.
240 removePendingResourceForRemoval(*it);
250 PassOwnPtr<SVGDocumentExtensions::SVGPendingElements> SVGDocumentExtensions::removePendingResourceForRemoval(const AtomicString& id) function in class:WebCore::SVGDocumentExtensions
283 removePendingResourceForRemoval(id);

Completed in 51 milliseconds