Home | History | Annotate | Download | only in nav

Lines Matching refs:viewImpl

152 WebView(JNIEnv* env, jobject javaWebView, int viewImpl, WTF::String drawableDir,
154 m_ring((WebViewCore*) viewImpl)
197 m_viewImpl = (WebViewCore*) viewImpl;
1678 static void nativeCreate(JNIEnv *env, jobject obj, int viewImpl,
1682 WebView* webview = new WebView(env, obj, viewImpl, dir, isHighEndGfx);