UnitTypeCalc       97 Source/core/animation/AnimatableLength.cpp     return type == UnitTypeCalc && (isViewportUnit() || length->isViewportUnit());
UnitTypeCalc      104 Source/core/animation/AnimatableLength.cpp     if (type != UnitTypeCalc)
UnitTypeCalc      125 Source/core/animation/AnimatableLength.cpp     if (type != UnitTypeCalc)
UnitTypeCalc      241 Source/core/animation/AnimatableLength.cpp     case UnitTypeCalc:
UnitTypeCalc       91 Source/core/animation/AnimatableLength.h         ASSERT(m_unitType != UnitTypeCalc);
UnitTypeCalc       94 Source/core/animation/AnimatableLength.h         : m_unitType(UnitTypeCalc)
UnitTypeCalc      105 Source/core/animation/AnimatableLength.h         return m_unitType == UnitTypeCalc;
UnitTypeCalc      152 Source/core/animation/AnimatableLength.h         return UnitTypeCalc;
UnitTypeCalc      340 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypeCalc, commonUnitType(length10px, create(2, CSSPrimitiveValue::CSS_PERCENTAGE).get()));
UnitTypeCalc      341 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypeCalc, commonUnitType(length10px, create(3, CSSPrimitiveValue::CSS_EMS).get()));
UnitTypeCalc      342 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypeCalc, commonUnitType(length10px, create(4, CSSPrimitiveValue::CSS_PX, 5, CSSPrimitiveValue::CSS_CM).get()));
UnitTypeCalc      343 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypeCalc, commonUnitType(length10px, create(0, CSSPrimitiveValue::CSS_PERCENTAGE).get()));
UnitTypeCalc      349 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypeCalc,    commonUnitType(length0px, create(4, CSSPrimitiveValue::CSS_PX, 5, CSSPrimitiveValue::CSS_CM).get()));
UnitTypeCalc      353 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypeCalc,    commonUnitType(length0percent, create(1, CSSPrimitiveValue::CSS_PX).get()));
UnitTypeCalc      355 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypeCalc,    commonUnitType(length0percent, create(3, CSSPrimitiveValue::CSS_EMS).get()));
UnitTypeCalc      356 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypeCalc,    commonUnitType(length0percent, create(4, CSSPrimitiveValue::CSS_PX, 5, CSSPrimitiveValue::CSS_CM).get()));
UnitTypeCalc      360 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypeCalc, commonUnitType(lengthCalc, create(1, CSSPrimitiveValue::CSS_PX).get()));
UnitTypeCalc      361 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypeCalc, commonUnitType(lengthCalc, create(2, CSSPrimitiveValue::CSS_PERCENTAGE).get()));
UnitTypeCalc      362 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypeCalc, commonUnitType(lengthCalc, create(3, CSSPrimitiveValue::CSS_EMS).get()));
UnitTypeCalc      363 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypeCalc, commonUnitType(lengthCalc, create(4, CSSPrimitiveValue::CSS_PX, 5, CSSPrimitiveValue::CSS_CM).get()));
UnitTypeCalc      364 Source/core/animation/AnimatableLengthTest.cpp     EXPECT_EQ(AnimatableLength::UnitTypeCalc, commonUnitType(lengthCalc, create(0, CSSPrimitiveValue::CSS_PERCENTAGE).get()));