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

  /external/webkit/Source/WebCore/svg/
SVGSVGElement.h 69 int relativeHeightValue() const;
SVGSVGElement.cpp 149 int SVGSVGElement::relativeHeightValue() const
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 149 svgSize.setHeight(rootElement->relativeHeightValue());
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.cpp 237 height.unitType() == LengthTypePercentage ? svg->relativeHeightValue() : height.value(svg));

Completed in 332 milliseconds