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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollAnimatorNone.h 99 struct PerAxisData {
100 PerAxisData(ScrollAnimatorNone* parent, float* currentPos, int visibleLength);
146 PerAxisData m_horizontalData;
147 PerAxisData m_verticalData;
ScrollAnimatorNone.cpp 78 double ScrollAnimatorNone::PerAxisData::curveAt(Curve curve, double t)
117 double ScrollAnimatorNone::PerAxisData::attackCurve(Curve curve, double deltaTime, double curveT, double startPosition, double attackPosition)
124 double ScrollAnimatorNone::PerAxisData::releaseCurve(Curve curve, double deltaTime, double curveT, double releasePosition, double desiredPosition)
131 double ScrollAnimatorNone::PerAxisData::coastCurve(Curve curve, double factor)
136 double ScrollAnimatorNone::PerAxisData::curveIntegralAt(Curve curve, double t)
184 double ScrollAnimatorNone::PerAxisData::attackArea(Curve curve, double startT, double endT)
191 double ScrollAnimatorNone::PerAxisData::releaseArea(Curve curve, double startT, double endT)
198 ScrollAnimatorNone::PerAxisData::PerAxisData(ScrollAnimatorNone* parent, float* currentPosition, int visibleLength)
205 void ScrollAnimatorNone::PerAxisData::reset(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 182 struct SavePerAxisData : public ScrollAnimatorNone::PerAxisData {
183 SavePerAxisData(const ScrollAnimatorNone::PerAxisData& data)
184 : ScrollAnimatorNone::PerAxisData(&m_mockScrollAnimatorNone, 0, 768)
216 m_data = new ScrollAnimatorNone::PerAxisData(&m_mockScrollAnimatorNone, &m_currentPosition, 768);
246 ScrollAnimatorNone::PerAxisData* m_data;
327 return ScrollAnimatorNone::PerAxisData::attackArea(curve, startT, endT);
332 return ScrollAnimatorNone::PerAxisData::releaseArea(curve, startT, endT);
337 return ScrollAnimatorNone::PerAxisData::attackCurve(curve, deltaT, curveT, startPosition, attackPosition);
342 return ScrollAnimatorNone::PerAxisData::releaseCurve(curve, deltaT, curveT, releasePosition, desiredPosition);
347 return ScrollAnimatorNone::PerAxisData::coastCurve(curve, factor)
    [all...]

Completed in 124 milliseconds