Home
last modified time | relevance | path

Searched refs:showFullScreenPlugin (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h460 void showFullScreenPlugin(jobject webkitPlugin, int32_t orientation, NPP npp);
DWebViewCore.cpp3983 void WebViewCore::showFullScreenPlugin(jobject childView, int32_t orientation, NPP npp) in showFullScreenPlugin() function in android::WebViewCore
/external/webkit/Source/WebKit/android/plugins/
DPluginWidgetAndroid.cpp643 m_core->showFullScreenPlugin(m_embeddedView, m_fullScreenOrientation, in requestFullScreen()