Home | History | Annotate | Download | only in jni

Lines Matching refs:MoveMouse

1459     moveMouse(x, y, &hoverResult);
1840 moveMouse(x, y, 0, true);
2005 moveMouse(pt.x(), pt.y(), 0, true);
2185 void WebViewCore::moveMouse(int x, int y, HitTestResult* hoveredNode, bool isClickCandidate)
4739 static void MoveMouse(JNIEnv* env, jobject obj, jint nativeClass, jint x, jint y)
4743 viewImpl->moveMouse(x, y);
5075 (void*) MoveMouse },