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

  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.h 175 void setIsScrolling(bool isScrolling) { m_isScrolling = isScrolling; }
176 bool isScrolling() { return m_isScrolling || m_isVisibleContentRectScrolling; }
238 bool m_isScrolling;
GLWebViewState.cpp 68 , m_isScrolling(false)

Completed in 53 milliseconds