Searched refs:isScrolling (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DGLWebViewState.h175 void setIsScrolling(bool isScrolling) { m_isScrolling = isScrolling; } argument
176 bool isScrolling() { return m_isScrolling || m_isVisibleContentRectScrolling; } function in class:WebCore::GLWebViewState
H A DGLWebViewState.cpp363 bool scrolling = isScrolling();
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DPaintTileOperation.cpp102 priority = m_state->isScrolling() ? 0 : TexturesGenerator::gDeferPriorityCutoff;
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DBaseLayerAndroid.cpp104 disableFixedElemUpdate = webViewState->isScrolling()
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp449 void setIsScrolling(bool isScrolling) argument
453 m_glWebViewState->setIsScrolling(isScrolling);
1255 static void nativeSetIsScrolling(JNIEnv* env, jobject jwebview, jboolean isScrolling) argument
1260 view->setIsScrolling(isScrolling);

Completed in 61 milliseconds