Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.cpp154 return convertValueFromUserUnitsToEXS(value, exceptionState); in convertValueFromUserUnits()
260 float SVGLengthContext::convertValueFromUserUnitsToEXS(float value, ExceptionState& exceptionState)… in convertValueFromUserUnitsToEXS() function in WebCore::SVGLengthContext
DSVGLengthContext.h81 float convertValueFromUserUnitsToEXS(float value, ExceptionState&) const;