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

  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.h 176 bool isScrolling() { return m_isScrolling || m_isVisibleContentRectScrolling; }
239 bool m_isVisibleContentRectScrolling;
GLWebViewState.cpp 69 , m_isVisibleContentRectScrolling(false)
147 m_isVisibleContentRectScrolling = false;
156 m_isVisibleContentRectScrolling = m_visibleContentRect != visibleContentRect

Completed in 429 milliseconds