attackArea 306 Source/platform/scroll/ScrollAnimatorNone.cpp attackAreaLeft = attackArea(m_attackCurve, attackSpot, 1) * m_attackTime; attackArea 111 Source/platform/scroll/ScrollAnimatorNone.h static double attackArea(Curve, double startT, double endT); attackArea 230 Source/web/tests/ScrollAnimatorNoneTest.cpp double attackArea(ScrollAnimatorNone::Curve, double startT, double endT); attackArea 331 Source/web/tests/ScrollAnimatorNoneTest.cpp return ScrollAnimatorNone::PerAxisData::attackArea(curve, startT, endT); attackArea 376 Source/web/tests/ScrollAnimatorNoneTest.cpp double area = attackArea(curve, 0, t / time) * kPosition;