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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 227 double attackArea(ScrollAnimatorNone::Curve, double startT, double endT);
325 double ScrollAnimatorNoneTest::attackArea(ScrollAnimatorNone::Curve curve, double startT, double endT)
327 return ScrollAnimatorNone::PerAxisData::attackArea(curve, startT, endT);
372 double area = attackArea(curve, 0, t / time) * kPosition;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollAnimatorNone.cpp 184 double ScrollAnimatorNone::PerAxisData::attackArea(Curve curve, double startT, double endT)
309 attackAreaLeft = attackArea(m_attackCurve, attackSpot, 1) * m_attackTime;

Completed in 222 milliseconds