Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.cpp150 return convertValueFromUserUnitsToPercentage(value * 100, mode, exceptionState); in convertValueFromUserUnits()
173 float SVGLengthContext::convertValueFromUserUnitsToPercentage(float value, SVGLengthMode mode, Exce… in convertValueFromUserUnitsToPercentage() function in blink::SVGLengthContext
DSVGLengthContext.h75 float convertValueFromUserUnitsToPercentage(float value, SVGLengthMode, ExceptionState&) const;