HomeSort by relevance Sort by last modified time
    Searched full:interpolationvalue (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationStackTest.cpp 74 AnimatableValue* interpolationValue(Interpolation* interpolation)
91 EXPECT_TRUE(interpolationValue(result.get(CSSPropertyFontSize))->equals(AnimatableDouble::create(3).get()));
105 EXPECT_TRUE(interpolationValue(result.get(CSSPropertyFontSize))->equals(AnimatableDouble::create(3).get()));
106 EXPECT_TRUE(interpolationValue(result.get(CSSPropertyZIndex))->equals(AnimatableDouble::create(4).get()));
117 EXPECT_TRUE(interpolationValue(result.get(CSSPropertyZIndex))->equals(AnimatableDouble::create(2).get()));
131 EXPECT_TRUE(interpolationValue(interpolations.get(CSSPropertyFontSize))->equals(AnimatableDouble::create(3).get()));
138 EXPECT_TRUE(interpolationValue(interpolations.get(CSSPropertyFontSize))->equals(AnimatableDouble::create(3).get()));
144 EXPECT_TRUE(interpolationValue(interpolations.get(CSSPropertyFontSize))->equals(AnimatableDouble::create(3).get()));
150 EXPECT_TRUE(interpolationValue(interpolations.get(CSSPropertyFontSize))->equals(AnimatableDouble::create(3).get()));
InterpolableValueTest.cpp 16 InterpolableValue* interpolationValue(Interpolation& interpolation)
25 return toInterpolableNumber(interpolationValue(*i.get()))->value();
32 return toInterpolableBool(interpolationValue(*i.get()))->value();
76 InterpolableList* outList = toInterpolableList(interpolationValue(*i.get()));
99 InterpolableList* outList = toInterpolableList(interpolationValue(*i.get()));
InterpolationEffectTest.cpp 20 InterpolableValue* interpolationValue(Interpolation& interpolation)
27 return toInterpolableNumber(interpolationValue(*value.get()))->value();
KeyframeEffectModelTest.cpp 68 void expectProperty(CSSPropertyID property, PassRefPtrWillBeRawPtr<Interpolation> interpolationValue)
70 LegacyStyleInterpolation* interpolation = toLegacyStyleInterpolation(interpolationValue.get());
74 void expectDoubleValue(double expectedValue, PassRefPtrWillBeRawPtr<Interpolation> interpolationValue)
76 LegacyStyleInterpolation* interpolation = toLegacyStyleInterpolation(interpolationValue.get());

Completed in 90 milliseconds