convertValueFromUserUnits  164 Source/core/svg/SVGLength.cpp     float convertedValue = context.convertValueFromUserUnits(value, unitMode(), unitType(), es);
convertValueFromUserUnits  428 Source/core/svg/SVGLength.cpp     float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMode(), toType, es);
convertValueFromUserUnits   67 Source/core/svg/SVGLengthContext.h     float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit, ExceptionState&) const;