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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.h 76 Curve m_attackCurve;
127 Curve m_attackCurve;
ScrollAnimatorNone.cpp 64 , m_attackCurve(attackCurve)
216 m_attackCurve = Quadratic;
243 m_attackCurve = parameters->m_attackCurve;
304 attackAreaLeft = attackArea(m_attackCurve, attackSpot, 1) * m_attackTime;
328 return attackCurve(m_attackCurve, deltaTime, m_attackTime, m_startPosition, m_attackPosition);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 195 this->m_attackCurve = data.m_attackCurve;
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;
    [all...]

Completed in 64 milliseconds