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

  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableLengthBoxAndBool.cpp 41 return AnimatableValue::usesDefaultInterpolation(lengthBox->box(), box());
AnimatableRepeatable.cpp 49 if (AnimatableValue::usesDefaultInterpolation(from, to))
66 if (AnimatableValue::usesDefaultInterpolation(from, to))
AnimatableValue.h 48 static bool usesDefaultInterpolation(const AnimatableValue* from, const AnimatableValue* to)
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 427 if (AnimatableValue::usesDefaultInterpolation(to.get(), from.get()))
    [all...]

Completed in 93 milliseconds