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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.h 127 double m_lastAnimationTime;
ScrollAnimatorNone.cpp 214 m_lastAnimationTime = 0;
262 m_lastAnimationTime = m_startTime;
270 double deltaTime = m_lastAnimationTime - m_startTime;
341 double lastScrollInterval = currentTime - m_lastAnimationTime;
345 m_lastAnimationTime = currentTime;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 192 this->m_lastAnimationTime = data.m_lastAnimationTime;
203 return m_currentVelocity == other.m_currentVelocity && m_desiredPosition == other.m_desiredPosition && m_desiredVelocity == other.m_desiredVelocity && m_startPosition == other.m_startPosition && m_startTime == other.m_startTime && m_startVelocity == other.m_startVelocity && m_animationTime == other.m_animationTime && m_lastAnimationTime == other.m_lastAnimationTime && m_attackPosition == other.m_attackPosition && m_attackTime == other.m_attackTime && m_attackCurve == other.m_attackCurve && m_releasePosition == other.m_releasePosition && m_releaseTime == other.m_releaseTime && m_releaseCurve == other.m_releaseCurve;
270 double oldTimeLeft = m_data->m_animationTime - (m_data->m_lastAnimationTime - m_data->m_startTime);
277 double deltaTime = m_data->m_lastAnimationTime - m_data->m_startTime;
303 bool testEstimatedMaxVelocity = m_data->m_startTime + m_data->m_animationTime - m_data->m_lastAnimationTime > m_data->m_releaseTime;
307 double deltaTime = m_data->m_lastAnimationTime - m_data->m_startTime;
    [all...]

Completed in 41 milliseconds