Home
last modified time | relevance | path

Searched refs:determineViewport (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGLength.cpp312 bool SVGLength::determineViewport(const SVGElement* context, float& width, float& height) const in determineViewport() function in WebCore::SVGLength
362 if (!determineViewport(context, width, height)) { in convertValueFromUserUnitsToPercentage()
384 if (!determineViewport(context, width, height)) { in convertValueFromPercentageToUserUnits()
DSVGLength.h105 bool determineViewport(const SVGElement* context, float& width, float& height) const;
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0610572 (WebCore::SVGLength::determineViewport): Ditto.
21661 … (WebCore::SVGLength::determineViewport): Added helper function used by convertValue*Percentage*.