Searched defs:interpolationValue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInterpolationEffectTest.cpp20 InterpolableValue* interpolationValue(Interpolation& interpolation) function in class:blink::AnimationInterpolationEffectTest
27 return toInterpolableNumber(interpolationValue(*value.get()))->value();
H A DInterpolableValueTest.cpp16 InterpolableValue* interpolationValue(Interpolation& interpolation) function in class:blink::AnimationInterpolableValueTest
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()));
H A DAnimationStackTest.cpp74 AnimatableValue* interpolationValue(Interpolation* interpolation) function in class:blink::AnimationAnimationStackTest
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()));
H A DKeyframeEffectModelTest.cpp68 void expectProperty(CSSPropertyID property, PassRefPtrWillBeRawPtr<Interpolation> interpolationValue) argument
70 LegacyStyleInterpolation* interpolation = toLegacyStyleInterpolation(interpolationValue.get());
74 void expectDoubleValue(double expectedValue, PassRefPtrWillBeRawPtr<Interpolation> interpolationValue) argument
76 LegacyStyleInterpolation* interpolation = toLegacyStyleInterpolation(interpolationValue.get());

Completed in 196 milliseconds