Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.h73 void addSVGRootWithRelativeLengthDescendents(SVGSVGElement*);
DSVGDocumentExtensions.cpp374 void SVGDocumentExtensions::addSVGRootWithRelativeLengthDescendents(SVGSVGElement* svgRoot) in addSVGRootWithRelativeLengthDescendents() function in WebCore::SVGDocumentExtensions
DSVGElement.cpp501 svgExtensions->addSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement)); in updateRelativeLengthsInformation()