Searched refs:svgRoot (Results 1 – 2 of 2) sorted by relevance
374 void SVGDocumentExtensions::addSVGRootWithRelativeLengthDescendents(SVGSVGElement* svgRoot) in addSVGRootWithRelativeLengthDescendents() argument377 m_relativeLengthSVGRoots.add(svgRoot); in addSVGRootWithRelativeLengthDescendents()380 void SVGDocumentExtensions::removeSVGRootWithRelativeLengthDescendents(SVGSVGElement* svgRoot) in removeSVGRootWithRelativeLengthDescendents() argument383 m_relativeLengthSVGRoots.remove(svgRoot); in removeSVGRootWithRelativeLengthDescendents()386 bool SVGDocumentExtensions::isSVGRootWithRelativeLengthDescendents(SVGSVGElement* svgRoot) const in isSVGRootWithRelativeLengthDescendents()388 return m_relativeLengthSVGRoots.contains(svgRoot); in isSVGRootWithRelativeLengthDescendents()
832 RenderSVGRoot* svgRoot = toRenderSVGRoot(contentBox); in forceLayoutParentViewIfNeeded() local833 if (svgRoot->everHadLayout() && !svgRoot->needsLayout()) in forceLayoutParentViewIfNeeded()