Home
last modified time | relevance | path

Searched refs:currentY (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp561 int currentY = gi.ptsLocation.y; in onGesture() local
566 int deltaY = m_lastPanY - currentY; in onGesture()
569 m_lastPanY = currentY; in onGesture()
/external/webkit/Source/WebKit/win/
DWebView.cpp1592 long currentY = gi.ptsLocation.y; in gesture() local
1595 long deltaY = currentY - m_lastPanY; in gesture()
1597 m_yOverpan -= m_lastPanY - currentY; in gesture()
1601 m_lastPanY = currentY; in gesture()