Home | History | Annotate | Download | only in jni

Lines Matching defs:handleTouchEvent

2049 bool WebViewCore::handleTouchEvent(int action, int x, int y, int metaState)
2096 // handleTouchEvent() in EventHandler.cpp doesn't handle TouchStationary, which
2105 preventDefault = m_mainFrame->eventHandler()->handleTouchEvent(te);
2814 static jboolean HandleTouchEvent(JNIEnv *env, jobject obj, jint action, jint x, jint y, jint metaState)
2821 return viewImpl->handleTouchEvent(action, x, y, metaState);
3225 (void*) HandleTouchEvent },