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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.h 76 float convertValueFromPercentageToUserUnits(float value, SVGLengthMode, ExceptionState&) const;
SVGLengthContext.cpp 108 return convertValueFromPercentageToUserUnits(value, mode, exceptionState);
120 return convertValueFromPercentageToUserUnits(value / 100, mode, exceptionState);
194 float SVGLengthContext::convertValueFromPercentageToUserUnits(float value, SVGLengthMode mode, ExceptionState& exceptionState) const

Completed in 289 milliseconds