Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.h109 void removeElementFromPendingResources(Element*);
DSVGDocumentExtensions.cpp201 void SVGDocumentExtensions::removeElementFromPendingResources(Element* element) in removeElementFromPendingResources() function in WebCore::SVGDocumentExtensions
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp223 document().accessSVGExtensions()->removeElementFromPendingResources(this); in ~Element()
1350 document().accessSVGExtensions()->removeElementFromPendingResources(this); in removedFrom()