UnitTypePercentage   87 Source/core/animation/AnimatableLength.cpp     if (m_unitType == UnitTypePercentage)
UnitTypePercentage  201 Source/core/animation/AnimatableLength.cpp         numberType = UnitTypePercentage;
UnitTypePercentage  231 Source/core/animation/AnimatableLength.cpp     case UnitTypePercentage:
UnitTypePercentage  139 Source/core/animation/AnimatableLength.h         return !isCalc() && !m_number && m_unitType != UnitTypePercentage;
UnitTypePercentage  347 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypePercentage, commonUnitType(length0px, create(2, CSSPrimitiveValue::CSS_PERCENTAGE).get()));
UnitTypePercentage  350 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypePercentage, commonUnitType(length0px, create(0, CSSPrimitiveValue::CSS_PERCENTAGE).get()));
UnitTypePercentage  354 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypePercentage, commonUnitType(length0percent, create(2, CSSPrimitiveValue::CSS_PERCENTAGE).get()));
UnitTypePercentage  357 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypePercentage, commonUnitType(length0percent, create(0, CSSPrimitiveValue::CSS_PERCENTAGE).get()));
UnitTypePercentage   71 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return AnimatableLength::create(length.value(), AnimatableLength::UnitTypePercentage);