Searched refs:relativeHeightValue (Results 1 – 5 of 5) sorted by relevance
69 int relativeHeightValue() const;
149 int SVGSVGElement::relativeHeightValue() const in relativeHeightValue() function in WebCore::SVGSVGElement
149 svgSize.setHeight(rootElement->relativeHeightValue()); in size()
237 … height.unitType() == LengthTypePercentage ? svg->relativeHeightValue() : height.value(svg)); in calcViewport()
65743 relativeWidthValue() or relativeHeightValue() is greater than 0 66171 relativeWidthValue() and relativeHeightValue() use the stored SVG 66178 (WebCore::SVGSVGElement::relativeHeightValue):