interpolationValue   81 Source/core/animation/AnimationStackTest.cpp     EXPECT_TRUE(interpolationValue(result.get(CSSPropertyFontSize))->equals(AnimatableDouble::create(2).get()));
interpolationValue   95 Source/core/animation/AnimationStackTest.cpp     EXPECT_TRUE(interpolationValue(result.get(CSSPropertyFontSize))->equals(AnimatableDouble::create(1).get()));
interpolationValue   96 Source/core/animation/AnimationStackTest.cpp     EXPECT_TRUE(interpolationValue(result.get(CSSPropertyZIndex))->equals(AnimatableDouble::create(4).get()));
interpolationValue  106 Source/core/animation/AnimationStackTest.cpp     EXPECT_TRUE(interpolationValue(result.get(CSSPropertyZIndex))->equals(AnimatableDouble::create(2).get()));
interpolationValue   25 Source/core/animation/InterpolableValueTest.cpp         return toInterpolableNumber(interpolationValue(*i.get()))->value();
interpolationValue   32 Source/core/animation/InterpolableValueTest.cpp         return toInterpolableBool(interpolationValue(*i.get()))->value();
interpolationValue   76 Source/core/animation/InterpolableValueTest.cpp     InterpolableList* outList = toInterpolableList(interpolationValue(*i.get()));
interpolationValue   99 Source/core/animation/InterpolableValueTest.cpp     InterpolableList* outList = toInterpolableList(interpolationValue(*i.get()));
interpolationValue   27 Source/core/animation/InterpolationEffectTest.cpp         return toInterpolableNumber(interpolationValue(*value.get()))->value();
interpolationValue   69 Source/core/animation/KeyframeEffectModelTest.cpp void expectProperty(CSSPropertyID property, PassRefPtrWillBeRawPtr<Interpolation> interpolationValue)
interpolationValue   71 Source/core/animation/KeyframeEffectModelTest.cpp     LegacyStyleInterpolation* interpolation = toLegacyStyleInterpolation(interpolationValue.get());
interpolationValue   75 Source/core/animation/KeyframeEffectModelTest.cpp void expectDoubleValue(double expectedValue, PassRefPtrWillBeRawPtr<Interpolation> interpolationValue)
interpolationValue   77 Source/core/animation/KeyframeEffectModelTest.cpp     LegacyStyleInterpolation* interpolation = toLegacyStyleInterpolation(interpolationValue.get());