Home
last modified time | relevance | path

Searched defs:JavaGlue (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
DMediaPlayerPrivateAndroid.cpp56 struct MediaPlayerPrivate::JavaGlue { struct in WebCore::MediaPlayerPrivate
57 jobject m_javaProxy;
58 jmethodID m_play;
59 jmethodID m_enterFullscreenForVideoLayer;
60 jmethodID m_teardown;
61 jmethodID m_seek;
62 jmethodID m_pause;
64 jmethodID m_newInstance;
65 jmethodID m_setDataSource;
66 jmethodID m_getMaxTimeSeekable;
[all …]
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp117 struct JavaGlue { struct in android::WebView
118 jweak m_obj;
119 jmethodID m_scrollBy;
120 jmethodID m_getScaledMaxXScroll;
121 jmethodID m_getScaledMaxYScroll;
122 jmethodID m_updateRectsForGL;
123 jmethodID m_viewInvalidate;
124 jmethodID m_viewInvalidateRect;
125 jmethodID m_postInvalidateDelayed;
126 jmethodID m_pageSwapCallback;
[all …]
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp325 struct WebViewCore::JavaGlue { struct in android::WebViewCore
326 jweak m_obj;
327 jmethodID m_scrollTo;
328 jmethodID m_contentDraw;
329 jmethodID m_requestListBox;
330 jmethodID m_openFileChooser;
331 jmethodID m_requestSingleListBox;
332 jmethodID m_jsAlert;
333 jmethodID m_jsConfirm;
334 jmethodID m_jsPrompt;
[all …]