Home | History | Annotate | Download | only in webkit

Lines Matching refs:webViewCore

24     private WebViewCore mWebViewCore;
26 public MockGeolocation(WebViewCore webViewCore) {
27 mWebViewCore = webViewCore;
59 private static native void nativeSetUseMock(WebViewCore webViewCore);
60 private static native void nativeSetPosition(WebViewCore webViewCore, double latitude,
62 private static native void nativeSetError(WebViewCore webViewCore, int code, String message);
63 private static native void nativeSetPermission(WebViewCore webViewCore, boolean allow);