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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
InertAnimation.h 51 virtual double calculateTimeToEffectChange(bool forwards, double inheritedTime, double timeToNextIteration) const OVERRIDE;
InertAnimation.cpp 61 double InertAnimation::calculateTimeToEffectChange(bool, double, double) const
Animation.h 95 virtual double calculateTimeToEffectChange(bool forwards, double inheritedTime, double timeToNextIteration) const OVERRIDE;
AnimationNode.h 147 virtual double calculateTimeToEffectChange(bool forwards, double localTime, double timeToNextIteration) const = 0;
AnimationNode.cpp 169 m_calculated.timeToForwardsEffectChange = calculateTimeToEffectChange(true, localTime, timeToNextIteration);
170 m_calculated.timeToReverseEffectChange = calculateTimeToEffectChange(false, localTime, timeToNextIteration);
Animation.cpp 189 double Animation::calculateTimeToEffectChange(bool forwards, double localTime, double timeToNextIteration) const
AnimationNodeTest.cpp 78 virtual double calculateTimeToEffectChange(bool forwards, double localTime, double timeToNextIteration) const OVERRIDE

Completed in 59 milliseconds