Searched refs:relativeWidthValue (Results 1 – 5 of 5) sorted by relevance
68 int relativeWidthValue() const;
140 int SVGSVGElement::relativeWidthValue() const in relativeWidthValue() function in WebCore::SVGSVGElement
144 svgSize.setWidth(rootElement->relativeWidthValue()); in size()
236 …m_viewportSize = FloatSize(width.unitType() == LengthTypePercentage ? svg->relativeWidthValue() : … in calcViewport()
65743 relativeWidthValue() or relativeHeightValue() is greater than 0 66171 relativeWidthValue() and relativeHeightValue() use the stored SVG 66177 (WebCore::SVGSVGElement::relativeWidthValue):