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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableVisibility.cpp 48 return defaultInterpolateTo(this, value, fraction);
AnimatableDouble.cpp 50 return defaultInterpolateTo(this, value, fraction);
AnimatableImage.cpp 53 return defaultInterpolateTo(this, value, fraction);
AnimatableLengthBoxAndBool.cpp 52 return defaultInterpolateTo(this, value, fraction);
AnimatableValue.cpp 61 return defaultInterpolateTo(left, right, fraction);
AnimatableClipPathOperation.cpp 52 return defaultInterpolateTo(this, value, fraction);
AnimatableFilterOperations.cpp 47 return defaultInterpolateTo(this, value, fraction);
AnimatableSVGPaint.cpp 46 return defaultInterpolateTo(this, value, fraction);
AnimatableShapeValue.cpp 54 return defaultInterpolateTo(this, value, fraction);
AnimatableUnknown.h 65 return defaultInterpolateTo(this, value, fraction);
AnimatableRepeatable.cpp 79 return defaultInterpolateTo(this, value, fraction);
AnimatableValue.h 119 static PassRefPtrWillBeRawPtr<AnimatableValue> defaultInterpolateTo(const AnimatableValue* left, const AnimatableValue* right, double fraction) { return takeConstRef((fraction < 0.5) ? left : right); }

Completed in 77 milliseconds