Searched refs:svgExtensions (Results 1 – 6 of 6) sorted by relevance
503 SVGDocumentExtensions* svgExtensions = document().accessSVGExtensions(); in removedFrom() local504 svgExtensions->removeTimeContainer(this); in removedFrom()505 svgExtensions->removeSVGRootWithRelativeLengthDescendents(this); in removedFrom()
499 SVGDocumentExtensions* svgExtensions = accessDocumentSVGExtensions(); in updateRelativeLengthsInformation() local501 svgExtensions->addSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement)); in updateRelativeLengthsInformation()503 … svgExtensions->removeSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement)); in updateRelativeLengthsInformation()
593 if (svgExtensions()) in dispose()1981 if (svgExtensions()) in detach()2329 if (svgExtensions()) in implicitClose()2388 if (svgExtensions()) in implicitClose()4192 const SVGDocumentExtensions* Document::svgExtensions() in svgExtensions() function in WebCore::Document
862 const SVGDocumentExtensions* svgExtensions();
167 if (document.svgExtensions()) { in StyleResolver()168 …const HashSet<SVGFontFaceElement*>& svgFontFaceElements = document.svgExtensions()->svgFontFaceEle… in StyleResolver()
330 if (document().svgExtensions()) in layout()