SVGAngleType       89 Source/core/svg/SVGAngle.cpp SVGAngle::SVGAngle(SVGAngleType unitType, float valueInSpecifiedUnits, SVGMarkerOrientType orientType)
SVGAngleType      150 Source/core/svg/SVGAngle.cpp static SVGAngle::SVGAngleType stringToAngleType(const CharType*& ptr, const CharType* end)
SVGAngleType      214 Source/core/svg/SVGAngle.cpp static bool parseValue(const String& value, float& valueInSpecifiedUnits, SVGAngle::SVGAngleType& unitType)
SVGAngleType      243 Source/core/svg/SVGAngle.cpp     SVGAngleType unitType = SVG_ANGLETYPE_UNKNOWN;
SVGAngleType      257 Source/core/svg/SVGAngle.cpp void SVGAngle::newValueSpecifiedUnits(SVGAngleType unitType, float valueInSpecifiedUnits)
SVGAngleType      264 Source/core/svg/SVGAngle.cpp void SVGAngle::convertToSpecifiedUnits(SVGAngleType unitType, ExceptionState& exceptionState)
SVGAngleType       80 Source/core/svg/SVGAngle.h     SVGAngleType unitType() const { return m_unitType; }
SVGAngleType       88 Source/core/svg/SVGAngle.h     void newValueSpecifiedUnits(SVGAngleType unitType, float valueInSpecifiedUnits);
SVGAngleType       89 Source/core/svg/SVGAngle.h     void convertToSpecifiedUnits(SVGAngleType unitType, ExceptionState&);
SVGAngleType      110 Source/core/svg/SVGAngle.h     SVGAngle(SVGAngleType, float, SVGMarkerOrientType);
SVGAngleType      112 Source/core/svg/SVGAngle.h     SVGAngleType m_unitType;
SVGAngleType       83 Source/core/svg/SVGAngleTearOff.cpp     target()->newValueSpecifiedUnits(static_cast<SVGAngle::SVGAngleType>(unitType), valueInSpecifiedUnits);
SVGAngleType       99 Source/core/svg/SVGAngleTearOff.cpp     target()->convertToSpecifiedUnits(static_cast<SVGAngle::SVGAngleType>(unitType), exceptionState);