Searched refs:svgExtensions (Results 1 – 7 of 7) sorted by relevance
564 SVGDocumentExtensions& svgExtensions = document().accessSVGExtensions(); in removedFrom() local565 svgExtensions.removeTimeContainer(this); in removedFrom()566 svgExtensions.removeSVGRootWithRelativeLengthDescendents(this); in removedFrom()
403 SVGDocumentExtensions& svgExtensions = accessDocumentSVGExtensions(); in updateRelativeLengthsInformation() local405 svgExtensions.addSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement)); in updateRelativeLengthsInformation()407 … svgExtensions.removeSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement)); in updateRelativeLengthsInformation()
93 if (!document.svgExtensions()) in serviceOnAnimationFrame()
674 if (svgExtensions()) in dispose()1825 if (svgExtensions()) in updateRenderTree()2170 if (svgExtensions()) in detach()2526 if (svgExtensions()) in implicitClose()2583 if (svgExtensions()) in implicitClose()4565 const SVGDocumentExtensions* Document::svgExtensions() in svgExtensions() function in blink::Document
877 const SVGDocumentExtensions* svgExtensions();
152 if (document.svgExtensions()) { in StyleResolver()153 …PtrWillBeMember<SVGFontFaceElement> >& svgFontFaceElements = document.svgExtensions()->svgFontFace… in StyleResolver()
215 if (document().svgExtensions()) in layout()