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

  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.h 234 int m_overPanY;
WebView.cpp 278 , m_overPanY(0)
572 m_overPanY -= deltaY;
580 m_overPanY = 0;
583 m_overPanY = 0;
590 UpdatePanningFeedbackPtr()(m_window, 0, m_overPanY, gi.dwFlags & GF_INERTIA);
    [all...]

Completed in 27 milliseconds