Searched defs:JavaGlue (Results 1 – 3 of 3) sorted by relevance
56 struct MediaPlayerPrivate::JavaGlue { struct in WebCore::MediaPlayerPrivate57 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 …]
117 struct JavaGlue { struct in android::WebView118 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 …]
325 struct WebViewCore::JavaGlue { struct in android::WebViewCore326 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 …]