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

  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.h 195 bool goingDown() { return m_goingDown; }
240 bool m_goingDown;
GLWebViewState.cpp 70 , m_goingDown(true)
152 m_goingDown = m_visibleContentRect.fTop - visibleContentRect.fTop <= 0;

Completed in 37 milliseconds