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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.h 137 int m_visibleLength;
ScrollAnimatorNone.cpp 197 , m_visibleLength(visibleLength)
280 double targetMaxCoastVelocity = m_visibleLength * .25 * kFrameRate;
282 double minCoastDelta = m_visibleLength;
365 m_visibleLength = visibleLength;

Completed in 30 milliseconds