Searched refs:m_goingLeft (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DGLWebViewState.h196 bool goingLeft() { return m_goingLeft; }
241 bool m_goingLeft; member in class:WebCore::GLWebViewState
H A DGLWebViewState.cpp71 , m_goingLeft(false)
153 m_goingLeft = m_visibleContentRect.fLeft - visibleContentRect.fLeft >= 0;

Completed in 73 milliseconds