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

  /external/webkit/WebCore/svg/
SVGLength.h 87 static float PercentageOfViewport(float value, const SVGElement* context, SVGLengthMode);
SVGLength.cpp 136 return SVGLength::PercentageOfViewport(m_valueInSpecifiedUnits / 100.0f, context, extractMode(m_unit));
276 float SVGLength::PercentageOfViewport(float value, const SVGElement* context, SVGLengthMode mode)
  /external/webkit/WebCore/rendering/style/
SVGRenderStyle.cpp 140 return SVGLength::PercentageOfViewport(result, element, LengthModeOther);

Completed in 723 milliseconds