interpolate        73 Source/core/animation/AnimatableDoubleTest.cpp     EXPECT_EQ(5, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), -0.5).get())->toDouble());
interpolate        74 Source/core/animation/AnimatableDoubleTest.cpp     EXPECT_EQ(10, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), 0).get())->toDouble());
interpolate        75 Source/core/animation/AnimatableDoubleTest.cpp     EXPECT_EQ(14, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), 0.4).get())->toDouble());
interpolate        76 Source/core/animation/AnimatableDoubleTest.cpp     EXPECT_EQ(15, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), 0.5).get())->toDouble());
interpolate        77 Source/core/animation/AnimatableDoubleTest.cpp     EXPECT_EQ(16, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), 0.6).get())->toDouble());
interpolate        78 Source/core/animation/AnimatableDoubleTest.cpp     EXPECT_EQ(20, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), 1).get())->toDouble());
interpolate        79 Source/core/animation/AnimatableDoubleTest.cpp     EXPECT_EQ(25, toAnimatableDouble(AnimatableValue::interpolate(from10.get(), to20.get(), 1.5).get())->toDouble());
interpolate        40 Source/core/animation/AnimatableLengthBox.cpp         AnimatableValue::interpolate(this->left(), lengthBox->left(), fraction),
interpolate        41 Source/core/animation/AnimatableLengthBox.cpp         AnimatableValue::interpolate(this->right(), lengthBox->right(), fraction),
interpolate        42 Source/core/animation/AnimatableLengthBox.cpp         AnimatableValue::interpolate(this->top(), lengthBox->top(), fraction),
interpolate        43 Source/core/animation/AnimatableLengthBox.cpp         AnimatableValue::interpolate(this->bottom(), lengthBox->bottom(), fraction));
interpolate        49 Source/core/animation/AnimatableLengthBoxAndBool.cpp             AnimatableValue::interpolate(box(), lengthBox->box(), fraction),
interpolate        40 Source/core/animation/AnimatableLengthPoint.cpp         AnimatableValue::interpolate(this->x(), lengthPoint->x(), fraction),
interpolate        41 Source/core/animation/AnimatableLengthPoint.cpp         AnimatableValue::interpolate(this->y(), lengthPoint->y(), fraction));
interpolate        40 Source/core/animation/AnimatableLengthPoint3D.cpp         AnimatableValue::interpolate(this->x(), lengthPoint->x(), fraction),
interpolate        41 Source/core/animation/AnimatableLengthPoint3D.cpp         AnimatableValue::interpolate(this->y(), lengthPoint->y(), fraction),
interpolate        42 Source/core/animation/AnimatableLengthPoint3D.cpp         AnimatableValue::interpolate(this->z(), lengthPoint->z(), fraction));
interpolate        40 Source/core/animation/AnimatableLengthSize.cpp         AnimatableValue::interpolate(this->width(), lengthSize->width(), fraction),
interpolate        41 Source/core/animation/AnimatableLengthSize.cpp         AnimatableValue::interpolate(this->height(), lengthSize->height(), fraction));
interpolate       222 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from10px.get(), to20pxAsInches.get(), -0.5));
interpolate       225 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from10px.get(), to20pxAsInches.get(),  0));
interpolate       227 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from10px.get(), to20pxAsInches.get(),  0.4));
interpolate       229 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from10px.get(), to20pxAsInches.get(),  0.5));
interpolate       231 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from10px.get(), to20pxAsInches.get(),  0.6));
interpolate       233 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from10px.get(), to20pxAsInches.get(),  1));
interpolate       235 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from10px.get(), to20pxAsInches.get(),  1.5));
interpolate       240 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from10em.get(), to20rem.get(), -0.5));
interpolate       242 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from10em.get(), to20rem.get(),  0));
interpolate       244 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from10em.get(), to20rem.get(),  0.4));
interpolate       246 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from10em.get(), to20rem.get(),  0.5));
interpolate       248 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from10em.get(), to20rem.get(),  0.6));
interpolate       250 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from10em.get(), to20rem.get(),  1));
interpolate       252 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from10em.get(), to20rem.get(),  1.5));
interpolate       257 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from0px.get(), to20rem.get(), -0.5));
interpolate       260 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from0px.get(), to20rem.get(), 0));
interpolate       262 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from0px.get(), to20rem.get(), 0.5));
interpolate       264 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from0px.get(), to20rem.get(), 1.0));
interpolate       266 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from0px.get(), to20rem.get(), 1.5));
interpolate       271 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from0percent.get(), to20rem.get(), -0.5));
interpolate       274 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from0percent.get(), to20rem.get(), 0));
interpolate       276 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from0percent.get(), to20rem.get(), 0.5));
interpolate       279 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from0percent.get(), to20rem.get(), 1.0));
interpolate       281 Source/core/animation/AnimatableLengthTest.cpp         AnimatableValue::interpolate(from0percent.get(), to20rem.get(), 1.5));
interpolate        79 Source/core/animation/AnimatableRepeatable.cpp         interpolatedValues.append(interpolate(from, to, fraction));
interpolate        72 Source/core/animation/AnimatableUnknownTest.cpp     EXPECT_EQ(cssValue, toAnimatableUnknown(AnimatableValue::interpolate(animatableUnknown.get(), otherAnimatableUnknown.get(), 0).get())->toCSSValue());
interpolate        73 Source/core/animation/AnimatableUnknownTest.cpp     EXPECT_EQ(cssValue, toAnimatableUnknown(AnimatableValue::interpolate(animatableUnknown.get(), otherAnimatableUnknown.get(), 0.4).get())->toCSSValue());
interpolate        74 Source/core/animation/AnimatableUnknownTest.cpp     EXPECT_EQ(otherCSSValue, toAnimatableUnknown(AnimatableValue::interpolate(animatableUnknown.get(), otherAnimatableUnknown.get(), 0.5).get())->toCSSValue());
interpolate        75 Source/core/animation/AnimatableUnknownTest.cpp     EXPECT_EQ(otherCSSValue, toAnimatableUnknown(AnimatableValue::interpolate(animatableUnknown.get(), otherAnimatableUnknown.get(), 0.6).get())->toCSSValue());
interpolate        76 Source/core/animation/AnimatableUnknownTest.cpp     EXPECT_EQ(otherCSSValue, toAnimatableUnknown(AnimatableValue::interpolate(animatableUnknown.get(), otherAnimatableUnknown.get(), 1).get())->toCSSValue());
interpolate        78 Source/core/animation/AnimatableUnknownTest.cpp     EXPECT_EQ(otherCSSValue, toAnimatableUnknown(AnimatableValue::interpolate(otherAnimatableUnknown.get(), animatableUnknown.get(), 0).get())->toCSSValue());
interpolate        79 Source/core/animation/AnimatableUnknownTest.cpp     EXPECT_EQ(otherCSSValue, toAnimatableUnknown(AnimatableValue::interpolate(otherAnimatableUnknown.get(), animatableUnknown.get(), 0.4).get())->toCSSValue());
interpolate        80 Source/core/animation/AnimatableUnknownTest.cpp     EXPECT_EQ(cssValue, toAnimatableUnknown(AnimatableValue::interpolate(otherAnimatableUnknown.get(), animatableUnknown.get(), 0.5).get())->toCSSValue());
interpolate        81 Source/core/animation/AnimatableUnknownTest.cpp     EXPECT_EQ(cssValue, toAnimatableUnknown(AnimatableValue::interpolate(otherAnimatableUnknown.get(), animatableUnknown.get(), 0.6).get())->toCSSValue());
interpolate        82 Source/core/animation/AnimatableUnknownTest.cpp     EXPECT_EQ(cssValue, toAnimatableUnknown(AnimatableValue::interpolate(otherAnimatableUnknown.get(), animatableUnknown.get(), 1).get())->toCSSValue());
interpolate        46 Source/core/animation/AnimatableValue.h     static PassRefPtrWillBeRawPtr<AnimatableValue> interpolate(const AnimatableValue*, const AnimatableValue*, double fraction);
interpolate        46 Source/core/animation/InterpolableValue.cpp         result->set(i, m_values[i]->interpolate(*(toList->m_values[i]), progress));
interpolate        65 Source/core/animation/InterpolableValue.cpp     return create(AnimatableValue::interpolate(m_value.get(), otherValue->m_value.get(), percentage));
interpolate        28 Source/core/animation/InterpolableValue.h     virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &to, const double progress) const = 0;
interpolate        53 Source/core/animation/InterpolableValue.h     virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &to, const double progress) const OVERRIDE FINAL;
interpolate        77 Source/core/animation/InterpolableValue.h     virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &to, const double progress) const OVERRIDE FINAL;
interpolate       116 Source/core/animation/InterpolableValue.h     virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &other, const double progress) const OVERRIDE FINAL;
interpolate       150 Source/core/animation/InterpolableValue.h     virtual PassOwnPtrWillBeRawPtr<InterpolableValue> interpolate(const InterpolableValue &other, const double progress) const OVERRIDE FINAL;
interpolate        24 Source/core/animation/InterpolableValueTest.cpp         i->interpolate(0, progress);
interpolate        31 Source/core/animation/InterpolableValueTest.cpp         i->interpolate(0, progress);
interpolate        38 Source/core/animation/InterpolableValueTest.cpp         i->interpolate(0, progress);
interpolate        54 Source/core/animation/Interpolation.cpp         m_cachedValue = m_start->interpolate(*m_end, fraction);
interpolate        25 Source/core/animation/Interpolation.h     void interpolate(int iteration, double fraction) const;
interpolate        22 Source/core/animation/InterpolationEffect.cpp             interpolation->interpolate(0, localFraction);