Home | History | Annotate | Download | only in jni

Lines Matching refs:moveMouse

1630     moveMouse(frame, x, y);
1653 void WebViewCore::moveMouse(WebCore::Frame* frame, int x, int y)
2125 moveMouse(frame, x, y);
2877 static void MoveMouse(JNIEnv *env, jobject obj, jint frame,
2885 viewImpl->moveMouse((WebCore::Frame*) frame, x, y);
3211 (void*) MoveMouse },