Searched refs:interpolateTo (Results 26 - 43 of 43) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableShapeValue.h51 virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
H A DAnimatableStrokeDasharrayList.h53 virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
H A DAnimatableValue.cpp60 return left->interpolateTo(right, fraction);
H A DAnimatableVisibility.h52 virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
H A DAnimatableClipPathOperation.cpp49 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableClipPathOperation::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableClipPathOperation
H A DAnimatableFilterOperations.cpp44 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableFilterOperations::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableFilterOperations
H A DAnimatableLength.cpp70 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableLength::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableLength
H A DAnimatableLength.h48 virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
H A DAnimatableLengthBox.h53 virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
H A DAnimatableLengthPoint3D.h52 virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
H A DAnimatableRepeatable.h72 virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
H A DAnimatableSVGPaint.cpp43 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableSVGPaint::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableSVGPaint
H A DAnimatableShapeValue.cpp51 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableShapeValue::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableShapeValue
H A DAnimatableUnknown.h63 virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue* value, double fraction) const OVERRIDE
H A DAnimatableSVGPaint.h71 virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;
H A DAnimatableStrokeDasharrayList.cpp65 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableStrokeDasharrayList::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableStrokeDasharrayList
H A DAnimatableRepeatable.cpp73 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableRepeatable::interpolateTo(const AnimatableValue* value, double fraction) const function in class:blink::AnimatableRepeatable
H A DAnimatableValue.h118 virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const = 0;

Completed in 107 milliseconds

12