Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/plugins/
DPluginWidgetAndroid.cpp263 m_core->updateSurface(m_embeddedView, m_pluginWindow->x, m_pluginWindow->y, in layoutSurface()
272 m_core->updateSurface(m_embeddedView, m_pluginWindow->x, m_pluginWindow->y, in layoutSurface()
542 m_core->updateSurface(m_embeddedView, m_pluginWindow->x, m_pluginWindow->y, in exitFullScreen()
/external/webkit/WebKit/android/jni/
DWebViewCore.h413 void updateSurface(jobject childView, int x, int y, int width, int height);
DWebViewCore.cpp2494 void WebViewCore::updateSurface(jobject childView, int x, int y, int width, int height) in updateSurface() function in android::WebViewCore