Searched defs:JavaGlue (Results 1 – 3 of 3) sorted by relevance
55 struct MediaPlayerPrivate::JavaGlue { struct in WebCore::MediaPlayerPrivate56 jobject m_javaProxy;57 jmethodID m_play;58 jmethodID m_teardown;59 jmethodID m_seek;60 jmethodID m_pause;62 jmethodID m_newInstance;63 jmethodID m_setDataSource;64 jmethodID m_getMaxTimeSeekable;66 jmethodID m_getInstance;[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 …]