Home | History | Annotate | Download | only in jni

Lines Matching defs:setScrollOffset

1131 void WebViewCore::setScrollOffset(int moveGeneration, int dx, int dy)
2584 static void SetScrollOffset(JNIEnv *env, jobject obj, jint gen, jint x, jint y)
2592 viewImpl->setScrollOffset(gen, x, y);
3181 (void*) SetScrollOffset },