Searched refs:m_visibleLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollAnimatorNone.h136 int m_visibleLength; member in struct:WebCore::ScrollAnimatorNone::PerAxisData
H A DScrollAnimatorNone.cpp200 , m_visibleLength(visibleLength)
283 double targetMaxCoastVelocity = m_visibleLength * .25 * kFrameRate;
285 double minCoastDelta = m_visibleLength;
367 m_visibleLength = visibleLength;

Completed in 70 milliseconds