Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.h75 bool isSVGRootWithRelativeLengthDescendents(SVGSVGElement*) const;
DSVGDocumentExtensions.cpp386 bool SVGDocumentExtensions::isSVGRootWithRelativeLengthDescendents(SVGSVGElement* svgRoot) const in isSVGRootWithRelativeLengthDescendents() function in WebCore::SVGDocumentExtensions
DSVGSVGElement.cpp111 …ASSERT(inDocument() || !accessDocumentSVGExtensions()->isSVGRootWithRelativeLengthDescendents(this… in ~SVGSVGElement()