HomeSort by relevance Sort by last modified time
    Searched refs:relativeWidthValue (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGSVGElement.h 68 int relativeWidthValue() const;
SVGSVGElement.cpp 140 int SVGSVGElement::relativeWidthValue() const
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 144 svgSize.setWidth(rootElement->relativeWidthValue());
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.cpp 232 // the special relativeWidthValue accessors which respect the specified containerSize
236 m_viewportSize = FloatSize(width.unitType() == LengthTypePercentage ? svg->relativeWidthValue() : width.value(svg),

Completed in 811 milliseconds