Home
last modified time | relevance | path

Searched refs:removeSVGRootWithRelativeLengthDescendents (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.h69 void removeSVGRootWithRelativeLengthDescendents(SVGSVGElement*);
DSVGDocumentExtensions.cpp318 void SVGDocumentExtensions::removeSVGRootWithRelativeLengthDescendents(SVGSVGElement* svgRoot) in removeSVGRootWithRelativeLengthDescendents() function in blink::SVGDocumentExtensions
DSVGSVGElement.cpp566 svgExtensions.removeSVGRootWithRelativeLengthDescendents(this); in removedFrom()
DSVGElement.cpp407 … svgExtensions.removeSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement)); in updateRelativeLengthsInformation()