Searched refs:relativeWidthValue (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGSVGElement.h68 int relativeWidthValue() const;
H A DSVGSVGElement.cpp140 int SVGSVGElement::relativeWidthValue() const function in class:WebCore::SVGSVGElement
/external/webkit/Source/WebCore/svg/graphics/
H A DSVGImage.cpp144 svgSize.setWidth(rootElement->relativeWidthValue());
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGRoot.cpp232 // the special relativeWidthValue accessors which respect the specified containerSize
236 m_viewportSize = FloatSize(width.unitType() == LengthTypePercentage ? svg->relativeWidthValue() : width.value(svg),

Completed in 133 milliseconds