HomeSort by relevance Sort by last modified time
    Searched refs:usesDefaultInterpolationWith (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableImage.cpp 41 bool AnimatableImage::usesDefaultInterpolationWith(const AnimatableValue* value) const
52 if (fraction <= 0 || fraction >= 1 || usesDefaultInterpolationWith(value))
AnimatableClipPathOperation.h 52 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
AnimatableFilterOperations.h 52 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
AnimatableShapeValue.h 52 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
AnimatableStrokeDasharrayList.h 54 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
AnimatableVisibility.cpp 36 bool AnimatableVisibility::usesDefaultInterpolationWith(const AnimatableValue* value) const
AnimatableVisibility.h 53 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
AnimatableClipPathOperation.cpp 36 bool AnimatableClipPathOperation::usesDefaultInterpolationWith(const AnimatableValue* value) const
51 if (usesDefaultInterpolationWith(value))
AnimatableFilterOperations.cpp 38 bool AnimatableFilterOperations::usesDefaultInterpolationWith(const AnimatableValue* value) const
46 if (usesDefaultInterpolationWith(value))
AnimatableSVGPaint.cpp 36 bool AnimatableSVGPaint::usesDefaultInterpolationWith(const AnimatableValue* value) const
45 if (usesDefaultInterpolationWith(value))
AnimatableShapeValue.cpp 36 bool AnimatableShapeValue::usesDefaultInterpolationWith(const AnimatableValue* value) const
53 if (usesDefaultInterpolationWith(value))
AnimatableDouble.cpp 39 bool AnimatableDouble::usesDefaultInterpolationWith(const AnimatableValue* value) const
AnimatableDouble.h 58 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
AnimatableImage.h 57 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
AnimatableLengthBoxAndBool.cpp 36 bool AnimatableLengthBoxAndBool::usesDefaultInterpolationWith(const AnimatableValue* value) const
AnimatableLengthBoxAndBool.h 52 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
AnimatableValue.h 50 return !from->isSameType(to) || from->usesDefaultInterpolationWith(to);
117 virtual bool usesDefaultInterpolationWith(const AnimatableValue* value) const { return false; }
AnimatableRepeatable.h 67 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
AnimatableUnknown.h 68 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE { return true; }
AnimatableSVGPaint.h 72 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
AnimatableStrokeDasharrayList.cpp 60 bool AnimatableStrokeDasharrayList::usesDefaultInterpolationWith(const AnimatableValue* value) const
AnimatableRepeatable.cpp 38 bool AnimatableRepeatable::usesDefaultInterpolationWith(const AnimatableValue* value) const

Completed in 73 milliseconds