Searched refs:touchGeneration (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/android/jni/
H A DWebViewCore.h306 void touchUp(int touchGeneration, WebCore::Frame* frame,
H A DWebViewCore.cpp2115 void WebViewCore::touchUp(int touchGeneration, argument
2118 if (m_touchGeneration > touchGeneration) {
2119 DBG_NAV_LOGD("m_touchGeneration=%d > touchGeneration=%d"
2120 " x=%d y=%d", m_touchGeneration, touchGeneration, x, y);
2126 m_lastGeneration = touchGeneration;
2130 DBG_NAV_LOGD("touchGeneration=%d handleMouseClick frame=%p node=%p"
2131 " x=%d y=%d", touchGeneration, frame, node, x, y);
2824 static void TouchUp(JNIEnv *env, jobject obj, jint touchGeneration, argument
2832 viewImpl->touchUp(touchGeneration,

Completed in 19 milliseconds