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/platform/scroll/
ScrollAnimatorNone.h 94 struct PLATFORM_EXPORT PerAxisData {
95 PerAxisData(ScrollAnimatorNone* parent, float* currentPos, int visibleLength);
143 PerAxisData m_horizontalData;
144 PerAxisData m_verticalData;
ScrollAnimatorNone.cpp 73 double ScrollAnimatorNone::PerAxisData::curveAt(Curve curve, double t)
112 double ScrollAnimatorNone::PerAxisData::attackCurve(Curve curve, double deltaTime, double curveT, double startPosition, double attackPosition)
119 double ScrollAnimatorNone::PerAxisData::releaseCurve(Curve curve, double deltaTime, double curveT, double releasePosition, double desiredPosition)
126 double ScrollAnimatorNone::PerAxisData::coastCurve(Curve curve, double factor)
131 double ScrollAnimatorNone::PerAxisData::curveIntegralAt(Curve curve, double t)
179 double ScrollAnimatorNone::PerAxisData::attackArea(Curve curve, double startT, double endT)
186 double ScrollAnimatorNone::PerAxisData::releaseArea(Curve curve, double startT, double endT)
193 ScrollAnimatorNone::PerAxisData::PerAxisData(ScrollAnimatorNone* parent, float* currentPosition, int visibleLength)
200 void ScrollAnimatorNone::PerAxisData::reset(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 179 struct SavePerAxisData : public ScrollAnimatorNone::PerAxisData {
180 SavePerAxisData(const ScrollAnimatorNone::PerAxisData& data)
181 : ScrollAnimatorNone::PerAxisData(&m_mockScrollAnimatorNone, 0, 768)
218 m_data = new ScrollAnimatorNone::PerAxisData(&m_mockScrollAnimatorNone, &m_currentPosition, 768);
249 ScrollAnimatorNone::PerAxisData* m_data;
330 return ScrollAnimatorNone::PerAxisData::attackArea(curve, startT, endT);
335 return ScrollAnimatorNone::PerAxisData::releaseArea(curve, startT, endT);
340 return ScrollAnimatorNone::PerAxisData::attackCurve(curve, deltaT, curveT, startPosition, attackPosition);
345 return ScrollAnimatorNone::PerAxisData::releaseCurve(curve, deltaT, curveT, releasePosition, desiredPosition);
350 return ScrollAnimatorNone::PerAxisData::coastCurve(curve, factor)
    [all...]

Completed in 118 milliseconds