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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h 148 IntSize pendingScrollDelta() const { return m_pendingScrollDelta; }
320 IntSize m_pendingScrollDelta;
ScrollView.cpp 277 m_pendingScrollDelta += scrollDelta;
518 if (m_pendingScrollDelta.isZero())
520 IntSize scrollDelta = m_pendingScrollDelta;
521 m_pendingScrollDelta = IntSize();
    [all...]

Completed in 101 milliseconds