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.h130 void removeElementFromPendingResources(Element*);
DSVGDocumentExtensions.cpp219 void SVGDocumentExtensions::removeElementFromPendingResources(Element* element) in removeElementFromPendingResources() function in WebCore::SVGDocumentExtensions
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp160 document().accessSVGExtensions().removeElementFromPendingResources(this); in ~Element()
1337 document().accessSVGExtensions().removeElementFromPendingResources(this); in removedFrom()