Searched defs:childView (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp3981 void WebViewCore::showFullScreenPlugin(jobject childView, int32_t orientation, NPP npp) argument
3990 childView, orientation, reinterpret_cast<int>(npp));
4028 void WebViewCore::updateSurface(jobject childView, int x, int y, int width, int height) argument
4035 m_javaGlue->m_updateSurface, childView,
4040 void WebViewCore::destroySurface(jobject childView) argument
4046 env->CallVoidMethod(javaObject.get(), m_javaGlue->m_destroySurface, childView);

Completed in 83 milliseconds