Searched refs:webViewCore (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DMockGeolocation.java26 public MockGeolocation(WebViewCore webViewCore) { argument
27 mWebViewCore = webViewCore;
59 private static native void nativeSetUseMock(WebViewCore webViewCore); argument
60 private static native void nativeSetPosition(WebViewCore webViewCore, double latitude, argument
62 private static native void nativeSetError(WebViewCore webViewCore, int code, String message); argument
63 private static native void nativeSetPermission(WebViewCore webViewCore, boolean allow); argument
H A DDeviceMotionAndOrientationManager.java29 public DeviceMotionAndOrientationManager(WebViewCore webViewCore) { argument
30 mWebViewCore = webViewCore;
68 private static native void nativeSetUseMock(WebViewCore webViewCore); argument
69 private static native void nativeSetMockOrientation(WebViewCore webViewCore, argument
72 private static native void nativeOnMotionChange(WebViewCore webViewCore, argument
75 private static native void nativeOnOrientationChange(WebViewCore webViewCore, argument
H A DHTML5Audio.java188 public HTML5Audio(WebViewCore webViewCore, int nativePtr) { argument
192 mContext = webViewCore.getContext();
194 webViewCore.getContext().getMainLooper(), webViewCore.getWebViewClassic());
H A DAccessibilityInjectorFallback.java349 WebViewCore webViewCore = mWebView.getWebViewCore();
350 if (webViewCore == null) {
369 webViewCore.sendMessage(EventHub.MODIFY_SELECTION, direction, axis);
H A DHTML5VideoViewProxy.java775 * @param webViewCore is the WebViewCore that is requesting the proxy.
779 public static HTML5VideoViewProxy getInstance(WebViewCore webViewCore, int nativePtr) { argument
780 return new HTML5VideoViewProxy(webViewCore.getWebViewClassic(), nativePtr);
H A DWebViewClassic.java2142 WebViewCore webViewCore = mWebViewCore;
2143 mWebViewCore = null; // prevent using partial webViewCore
2144 webViewCore.destroy();

Completed in 299 milliseconds