Searched refs:commonUnitType (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimatableLengthTest.cpp | 83 …AnimatableLength::NumberUnitType commonUnitType(PassRefPtr<AnimatableLength> a, PassRefPtr<Animata… in commonUnitType() function in WebCore::AnimationAnimatableLengthTest 85 return a->commonUnitType(b.get()); in commonUnitType() 339 …EXPECT_EQ(AnimatableLength::UnitTypePixels, commonUnitType(length10px, create(1, CSSPrimitiveValu… in TEST_F() 340 …EXPECT_EQ(AnimatableLength::UnitTypeCalc, commonUnitType(length10px, create(2, CSSPrimitiveValue::… in TEST_F() 341 …EXPECT_EQ(AnimatableLength::UnitTypeCalc, commonUnitType(length10px, create(3, CSSPrimitiveValue::… in TEST_F() 342 …EXPECT_EQ(AnimatableLength::UnitTypeCalc, commonUnitType(length10px, create(4, CSSPrimitiveValue::… in TEST_F() 343 …EXPECT_EQ(AnimatableLength::UnitTypeCalc, commonUnitType(length10px, create(0, CSSPrimitiveValue::… in TEST_F() 346 …EXPECT_EQ(AnimatableLength::UnitTypePixels, commonUnitType(length0px, create(1, CSSPrimitiveVa… in TEST_F() 347 …EXPECT_EQ(AnimatableLength::UnitTypePercentage, commonUnitType(length0px, create(2, CSSPrimitiveVa… in TEST_F() 348 …EXPECT_EQ(AnimatableLength::UnitTypeFontSize, commonUnitType(length0px, create(3, CSSPrimitiveVa… in TEST_F() [all …]
|
D | AnimatableLength.cpp | 96 NumberUnitType type = commonUnitType(length); in interpolateTo() 117 NumberUnitType type = commonUnitType(length); in addWith()
|
D | AnimatableLength.h | 139 NumberUnitType commonUnitType(const AnimatableLength* length) const in commonUnitType() function
|