Home
last modified time | relevance | path

Searched refs:convertValueFromPercentageToUserUnits (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.cpp108 return convertValueFromPercentageToUserUnits(value, mode, exceptionState); in convertValueToUserUnits()
120 return convertValueFromPercentageToUserUnits(value / 100, mode, exceptionState); in convertValueToUserUnits()
194 float SVGLengthContext::convertValueFromPercentageToUserUnits(float value, SVGLengthMode mode, Exce… in convertValueFromPercentageToUserUnits() function in blink::SVGLengthContext
DSVGLengthContext.h76 float convertValueFromPercentageToUserUnits(float value, SVGLengthMode, ExceptionState&) const;