Searched refs:GetJMethod (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebKit/android/jni/ |
D | WebViewCore.cpp | 283 static jmethodID GetJMethod(JNIEnv* env, jclass clazz, const char name[], const char signature[]) in GetJMethod() function 322 m_javaGlue->m_spawnScrollTo = GetJMethod(env, clazz, "contentSpawnScrollTo", "(II)V"); in WebViewCore() 323 m_javaGlue->m_scrollTo = GetJMethod(env, clazz, "contentScrollTo", "(II)V"); in WebViewCore() 324 m_javaGlue->m_scrollBy = GetJMethod(env, clazz, "contentScrollBy", "(IIZ)V"); in WebViewCore() 325 m_javaGlue->m_contentDraw = GetJMethod(env, clazz, "contentDraw", "()V"); in WebViewCore() 326 …m_javaGlue->m_requestListBox = GetJMethod(env, clazz, "requestListBox", "([Ljava/lang/String;[I[I)… in WebViewCore() 327 … m_javaGlue->m_openFileChooser = GetJMethod(env, clazz, "openFileChooser", "()Ljava/lang/String;"); in WebViewCore() 328 …m_javaGlue->m_requestSingleListBox = GetJMethod(env, clazz, "requestListBox", "([Ljava/lang/String… in WebViewCore() 329 …m_javaGlue->m_jsAlert = GetJMethod(env, clazz, "jsAlert", "(Ljava/lang/String;Ljava/lang/String;)V… in WebViewCore() 330 …m_javaGlue->m_jsConfirm = GetJMethod(env, clazz, "jsConfirm", "(Ljava/lang/String;Ljava/lang/Strin… in WebViewCore() [all …]
|
/external/webkit/WebKit/android/nav/ |
D | WebView.cpp | 78 static jmethodID GetJMethod(JNIEnv* env, jclass clazz, const char name[], const char signature[]) in GetJMethod() function 141 m_javaGlue.m_scrollBy = GetJMethod(env, clazz, "setContentScrollBy", "(IIZ)Z"); in WebView() 142 …m_javaGlue.m_calcOurContentVisibleRectF = GetJMethod(env, clazz, "calcOurContentVisibleRectF", "(L… in WebView() 143 m_javaGlue.m_clearTextEntry = GetJMethod(env, clazz, "clearTextEntry", "(Z)V"); in WebView() 144 … m_javaGlue.m_overrideLoading = GetJMethod(env, clazz, "overrideLoading", "(Ljava/lang/String;)V"); in WebView() 145 m_javaGlue.m_sendMoveFocus = GetJMethod(env, clazz, "sendMoveFocus", "(II)V"); in WebView() 146 m_javaGlue.m_sendMoveMouse = GetJMethod(env, clazz, "sendMoveMouse", "(IIII)V"); in WebView() 147 m_javaGlue.m_sendMoveMouseIfLatest = GetJMethod(env, clazz, "sendMoveMouseIfLatest", "(Z)V"); in WebView() 148 m_javaGlue.m_sendMotionUp = GetJMethod(env, clazz, "sendMotionUp", "(IIIII)V"); in WebView() 149 m_javaGlue.m_domChangedFocus = GetJMethod(env, clazz, "domChangedFocus", "()V"); in WebView() [all …]
|