Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/jni/
DWebViewCore.h410 jobject addSurface(jobject view, int x, int y, int width, int height);
DWebViewCore.cpp2484 jobject WebViewCore::addSurface(jobject view, int x, int y, int width, int height) in addSurface() function in android::WebViewCore
/external/webkit/WebKit/android/plugins/
DPluginWidgetAndroid.cpp252 jobject tempObj = m_core->addSurface(pluginSurface, in layoutSurface()