m_unitType         85 Source/core/animation/AnimatableLength.cpp     if (m_unitType == UnitTypePixels)
m_unitType         87 Source/core/animation/AnimatableLength.cpp     if (m_unitType == UnitTypePercentage)
m_unitType        134 Source/core/animation/AnimatableLength.cpp     if (m_unitType != length->m_unitType)
m_unitType        164 Source/core/animation/AnimatableLength.cpp             m_cachedCSSPrimitiveValue = CSSPrimitiveValue::create(clampedNumber(range), static_cast<CSSPrimitiveValue::UnitTypes>(numberTypeToPrimitiveUnit(m_unitType)));
m_unitType        177 Source/core/animation/AnimatableLength.cpp     return AnimatableLength::create(m_number * factor, m_unitType);
m_unitType         88 Source/core/animation/AnimatableLength.h         , m_unitType(unitType)
m_unitType         91 Source/core/animation/AnimatableLength.h         ASSERT(m_unitType != UnitTypeCalc);
m_unitType         94 Source/core/animation/AnimatableLength.h         : m_unitType(UnitTypeCalc)
m_unitType        105 Source/core/animation/AnimatableLength.h         return m_unitType == UnitTypeCalc;
m_unitType        110 Source/core/animation/AnimatableLength.h         return m_unitType == UnitTypeViewportWidth || m_unitType == UnitTypeViewportHeight || m_unitType == UnitTypeViewportMin || m_unitType == UnitTypeViewportMax;
m_unitType        139 Source/core/animation/AnimatableLength.h         return !isCalc() && !m_number && m_unitType != UnitTypePercentage;
m_unitType        144 Source/core/animation/AnimatableLength.h         if (m_unitType == length->m_unitType)
m_unitType        145 Source/core/animation/AnimatableLength.h             return m_unitType;
m_unitType        148 Source/core/animation/AnimatableLength.h             return length->m_unitType;
m_unitType        150 Source/core/animation/AnimatableLength.h             return m_unitType;
m_unitType        156 Source/core/animation/AnimatableLength.h     const NumberUnitType m_unitType;
m_unitType         83 Source/core/svg/SVGAngle.cpp     , m_unitType(SVG_ANGLETYPE_UNSPECIFIED)
m_unitType         91 Source/core/svg/SVGAngle.cpp     , m_unitType(unitType)
m_unitType        104 Source/core/svg/SVGAngle.cpp     return adoptRef(new SVGAngle(m_unitType, m_valueInSpecifiedUnits, m_orientType->enumValue()));
m_unitType        116 Source/core/svg/SVGAngle.cpp     switch (m_unitType) {
m_unitType        133 Source/core/svg/SVGAngle.cpp     switch (m_unitType) {
m_unitType        191 Source/core/svg/SVGAngle.cpp     switch (m_unitType) {
m_unitType        253 Source/core/svg/SVGAngle.cpp     m_unitType = unitType;
m_unitType        260 Source/core/svg/SVGAngle.cpp     m_unitType = unitType;
m_unitType        266 Source/core/svg/SVGAngle.cpp     if (m_unitType == SVG_ANGLETYPE_UNKNOWN) {
m_unitType        271 Source/core/svg/SVGAngle.cpp     if (unitType == m_unitType)
m_unitType        274 Source/core/svg/SVGAngle.cpp     switch (m_unitType) {
m_unitType        328 Source/core/svg/SVGAngle.cpp     m_unitType = unitType;
m_unitType        402 Source/core/svg/SVGAngle.cpp         m_unitType = SVG_ANGLETYPE_UNSPECIFIED;
m_unitType         80 Source/core/svg/SVGAngle.h     SVGAngleType unitType() const { return m_unitType; }
m_unitType        112 Source/core/svg/SVGAngle.h     SVGAngleType m_unitType;
m_unitType        120 Source/core/svg/SVGLength.cpp     , m_unitType(o.m_unitType)
m_unitType        134 Source/core/svg/SVGLength.cpp     length->m_unitType = m_unitType;
m_unitType        139 Source/core/svg/SVGLength.cpp         length->m_unitType = LengthTypeNumber;
m_unitType        149 Source/core/svg/SVGLength.cpp         && m_unitType == other.m_unitType
m_unitType        161 Source/core/svg/SVGLength.cpp     if (m_unitType == LengthTypePercentage)
m_unitType        174 Source/core/svg/SVGLength.cpp     m_unitType = type;
m_unitType        180 Source/core/svg/SVGLength.cpp     if (m_unitType == LengthTypePercentage)
m_unitType        206 Source/core/svg/SVGLength.cpp         m_unitType = LengthTypeNumber;
m_unitType        223 Source/core/svg/SVGLength.cpp     m_unitType = type;
m_unitType        247 Source/core/svg/SVGLength.cpp     m_unitType = type;
m_unitType        253 Source/core/svg/SVGLength.cpp     m_unitType = originalType;
m_unitType        455 Source/core/svg/SVGLength.cpp     m_unitType = percentage < 0.5 ? fromLength->unitType() : toLength->unitType();
m_unitType         55 Source/core/svg/SVGLength.h     SVGLengthType unitType() const { return static_cast<SVGLengthType>(m_unitType); }
m_unitType         83 Source/core/svg/SVGLength.h         return m_unitType == LengthTypePercentage
m_unitType         84 Source/core/svg/SVGLength.h             || m_unitType == LengthTypeEMS
m_unitType         85 Source/core/svg/SVGLength.h             || m_unitType == LengthTypeEXS;
m_unitType        111 Source/core/svg/SVGLength.h     unsigned m_unitType : 4;