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

/external/webkit/Source/WebCore/platform/graphics/android/
H A DGLWebViewState.h176 bool isScrolling() { return m_isScrolling || m_isVisibleContentRectScrolling; }
239 bool m_isVisibleContentRectScrolling; member in class:WebCore::GLWebViewState
H A DGLWebViewState.cpp69 , m_isVisibleContentRectScrolling(false)
147 m_isVisibleContentRectScrolling = false;
156 m_isVisibleContentRectScrolling = m_visibleContentRect != visibleContentRect

Completed in 47 milliseconds