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

/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.h231 int m_lastPanX; member in class:WebKit::WebView
H A DWebView.cpp276 , m_lastPanX(0)
553 m_lastPanX = gi.ptsLocation.x;
565 int deltaX = m_lastPanX - currentX;
568 m_lastPanX = currentX;
/external/webkit/Source/WebKit/win/
H A DWebView.cpp352 , m_lastPanX(0)
1582 m_lastPanX = gi.ptsLocation.x;
1594 long deltaX = currentX - m_lastPanX;
1598 m_xOverpan -= m_lastPanX - currentX;
1600 m_lastPanX = currentX;
H A DWebView.h1061 long m_lastPanX; member in class:WebView

Completed in 119 milliseconds