usesDefaultInterpolationWith   51 Source/core/animation/AnimatableClipPathOperation.cpp     if (usesDefaultInterpolationWith(value))
usesDefaultInterpolationWith   52 Source/core/animation/AnimatableClipPathOperation.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
usesDefaultInterpolationWith   61 Source/core/animation/AnimatableDouble.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
usesDefaultInterpolationWith   46 Source/core/animation/AnimatableFilterOperations.cpp     if (usesDefaultInterpolationWith(value))
usesDefaultInterpolationWith   53 Source/core/animation/AnimatableFilterOperations.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
usesDefaultInterpolationWith   52 Source/core/animation/AnimatableImage.cpp     if (fraction <= 0 || fraction >= 1 || usesDefaultInterpolationWith(value))
usesDefaultInterpolationWith   54 Source/core/animation/AnimatableImage.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
usesDefaultInterpolationWith   83 Source/core/animation/AnimatableLength.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
usesDefaultInterpolationWith   53 Source/core/animation/AnimatableLengthBoxAndBool.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
usesDefaultInterpolationWith   67 Source/core/animation/AnimatableRepeatable.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
usesDefaultInterpolationWith   60 Source/core/animation/AnimatableSVGPaint.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
usesDefaultInterpolationWith   53 Source/core/animation/AnimatableShapeValue.cpp     if (usesDefaultInterpolationWith(value))
usesDefaultInterpolationWith   52 Source/core/animation/AnimatableShapeValue.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
usesDefaultInterpolationWith   54 Source/core/animation/AnimatableStrokeDasharrayList.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
usesDefaultInterpolationWith   67 Source/core/animation/AnimatableUnknown.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE { return true; }
usesDefaultInterpolationWith   52 Source/core/animation/AnimatableValue.h         return !from->isSameType(to) || from->usesDefaultInterpolationWith(to);
usesDefaultInterpolationWith  119 Source/core/animation/AnimatableValue.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue* value) const { return false; }
usesDefaultInterpolationWith   53 Source/core/animation/AnimatableVisibility.h     virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;