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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp388 , m_lastPanY(0)
1658 m_lastPanY = gi.ptsLocation.y;
1667 m_lastPanY = gi.ptsLocation.y;
1674 long deltaY = currentY - m_lastPanY;
1676 m_yOverpan -= m_lastPanY - currentY;
1680 m_lastPanY = currentY;
H A DWebView.h1148 long m_lastPanY; member in class:WebView

Completed in 85 milliseconds