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

  /external/webkit/Source/WebCore/platform/
ScrollAnimatorWin.h 62 static const double animationTimerDelay;
ScrollAnimatorWin.cpp 51 const double ScrollAnimatorWin::animationTimerDelay = 0.01;
116 // |animationTimerDelay|
166 animationStep /= (2.0 - ((1.0 / ScrollbarTheme::nativeTheme()->autoscrollTimerDelay()) * (0.5 * accelerationTime() + animationTimerDelay)));
228 // tD = |animationTimerDelay|
247 double lastScrollInterval = data->m_currentVelocity ? (WTF::currentTime() - data->m_lastAnimationTime) : animationTimerDelay;
301 data->m_animationTimer.startOneShot(animationTimerDelay);

Completed in 262 milliseconds