SVGLengthType      40 Source/core/svg/SVGLength.cpp inline String lengthTypeToString(SVGLengthType type)
SVGLengthType      71 Source/core/svg/SVGLength.cpp SVGLengthType stringToLengthType(const CharType*& ptr, const CharType* end)
SVGLengthType     171 Source/core/svg/SVGLength.cpp void SVGLength::setUnitType(SVGLengthType type)
SVGLengthType     187 Source/core/svg/SVGLength.cpp static bool parseValueInternal(const String& string, float& convertedNumber, SVGLengthType& type)
SVGLengthType     212 Source/core/svg/SVGLength.cpp     SVGLengthType type = LengthTypeUnknown;
SVGLengthType     232 Source/core/svg/SVGLength.cpp void SVGLength::newValueSpecifiedUnits(SVGLengthType type, float value)
SVGLengthType     238 Source/core/svg/SVGLength.cpp void SVGLength::convertToSpecifiedUnits(SVGLengthType type, const SVGLengthContext& context, ExceptionState& exceptionState)
SVGLengthType     246 Source/core/svg/SVGLength.cpp     SVGLengthType originalType = unitType();
SVGLengthType     260 Source/core/svg/SVGLength.cpp     SVGLengthType svgType;
SVGLengthType     390 Source/core/svg/SVGLength.cpp     SVGLengthType toType = unitType();
SVGLengthType     391 Source/core/svg/SVGLength.cpp     SVGLengthType fromType = from->unitType();
SVGLengthType      55 Source/core/svg/SVGLength.h     SVGLengthType unitType() const { return static_cast<SVGLengthType>(m_unitType); }
SVGLengthType      56 Source/core/svg/SVGLength.h     void setUnitType(SVGLengthType);
SVGLengthType      77 Source/core/svg/SVGLength.h     void newValueSpecifiedUnits(SVGLengthType, float valueInSpecifiedUnits);
SVGLengthType      78 Source/core/svg/SVGLength.h     void convertToSpecifiedUnits(SVGLengthType, const SVGLengthContext&, ExceptionState&);
SVGLengthType     101 Source/core/svg/SVGLengthContext.cpp float SVGLengthContext::convertValueToUserUnits(float value, SVGLengthMode mode, SVGLengthType fromUnit, ExceptionState& exceptionState) const
SVGLengthType     141 Source/core/svg/SVGLengthContext.cpp float SVGLengthContext::convertValueFromUserUnits(float value, SVGLengthMode mode, SVGLengthType toUnit, ExceptionState& exceptionState) const
SVGLengthType      66 Source/core/svg/SVGLengthContext.h     float convertValueToUserUnits(float, SVGLengthMode, SVGLengthType fromUnit, ExceptionState&) const;
SVGLengthType      67 Source/core/svg/SVGLengthContext.h     float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit, ExceptionState&) const;
SVGLengthType     181 Source/core/svg/SVGLengthList.cpp         SVGLengthType unitType = toList->at(i)->unitType();
SVGLengthType      42 Source/core/svg/SVGLengthTearOff.cpp inline SVGLengthType toSVGLengthType(unsigned short type)
SVGLengthType      45 Source/core/svg/SVGLengthTearOff.cpp     return static_cast<SVGLengthType>(type);
SVGLengthType      50 Source/core/svg/SVGLengthTearOff.cpp SVGLengthType SVGLengthTearOff::unitType()
SVGLengthType      62 Source/core/svg/SVGLengthTearOff.h     SVGLengthType unitType();