Searched refs:usesDefaultInterpolationWith (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableImage.cpp41 bool AnimatableImage::usesDefaultInterpolationWith(const AnimatableValue* value) const function in class:blink::AnimatableImage
52 if (fraction <= 0 || fraction >= 1 || usesDefaultInterpolationWith(value))
H A DAnimatableVisibility.cpp36 bool AnimatableVisibility::usesDefaultInterpolationWith(const AnimatableValue* value) const function in class:blink::AnimatableVisibility
H A DAnimatableClipPathOperation.cpp36 bool AnimatableClipPathOperation::usesDefaultInterpolationWith(const AnimatableValue* value) const function in class:blink::AnimatableClipPathOperation
51 if (usesDefaultInterpolationWith(value))
H A DAnimatableFilterOperations.cpp38 bool AnimatableFilterOperations::usesDefaultInterpolationWith(const AnimatableValue* value) const function in class:blink::AnimatableFilterOperations
46 if (usesDefaultInterpolationWith(value))
H A DAnimatableSVGPaint.cpp36 bool AnimatableSVGPaint::usesDefaultInterpolationWith(const AnimatableValue* value) const function in class:blink::AnimatableSVGPaint
45 if (usesDefaultInterpolationWith(value))
H A DAnimatableShapeValue.cpp36 bool AnimatableShapeValue::usesDefaultInterpolationWith(const AnimatableValue* value) const function in class:blink::AnimatableShapeValue
53 if (usesDefaultInterpolationWith(value))
H A DAnimatableClipPathOperation.h52 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
H A DAnimatableDouble.cpp39 bool AnimatableDouble::usesDefaultInterpolationWith(const AnimatableValue* value) const function in class:blink::AnimatableDouble
H A DAnimatableDouble.h58 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
H A DAnimatableFilterOperations.h52 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
H A DAnimatableImage.h57 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
H A DAnimatableLengthBoxAndBool.cpp36 bool AnimatableLengthBoxAndBool::usesDefaultInterpolationWith(const AnimatableValue* value) const function in class:blink::AnimatableLengthBoxAndBool
H A DAnimatableLengthBoxAndBool.h52 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
H A DAnimatableShapeValue.h52 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
H A DAnimatableStrokeDasharrayList.h54 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
H A DAnimatableVisibility.h53 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
H A DAnimatableValue.h50 return !from->isSameType(to) || from->usesDefaultInterpolationWith(to);
117 virtual bool usesDefaultInterpolationWith(const AnimatableValue* value) const { return false; } function in class:blink::AnimatableValue
H A DAnimatableRepeatable.h67 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
H A DAnimatableUnknown.h68 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE { return true; }
H A DAnimatableSVGPaint.h72 virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const OVERRIDE;
H A DAnimatableStrokeDasharrayList.cpp60 bool AnimatableStrokeDasharrayList::usesDefaultInterpolationWith(const AnimatableValue* value) const function in class:blink::AnimatableStrokeDasharrayList
H A DAnimatableRepeatable.cpp38 bool AnimatableRepeatable::usesDefaultInterpolationWith(const AnimatableValue* value) const function in class:blink::AnimatableRepeatable

Completed in 1621 milliseconds