Searched refs:updateSurface (Results 1 – 3 of 3) sorted by relevance
/external/webkit/WebKit/android/plugins/ |
D | PluginWidgetAndroid.cpp | 263 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/ |
D | WebViewCore.h | 413 void updateSurface(jobject childView, int x, int y, int width, int height);
|
D | WebViewCore.cpp | 2494 void WebViewCore::updateSurface(jobject childView, int x, int y, int width, int height) in updateSurface() function in android::WebViewCore
|