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

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

Completed in 5149 milliseconds