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

  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.h 196 bool goingLeft() { return m_goingLeft; }
241 bool m_goingLeft;
GLWebViewState.cpp 71 , m_goingLeft(false)
153 m_goingLeft = m_visibleContentRect.fLeft - visibleContentRect.fLeft >= 0;

Completed in 183 milliseconds