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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp387 , m_lastPanX(0)
1657 m_lastPanX = gi.ptsLocation.x;
1666 m_lastPanX = gi.ptsLocation.x;
1673 long deltaX = currentX - m_lastPanX;
1677 m_xOverpan -= m_lastPanX - currentX;
1679 m_lastPanX = currentX;
H A DWebView.h1147 long m_lastPanX; member in class:WebView

Completed in 247 milliseconds