Home | History | Annotate | Download | only in webkit

Lines Matching refs:webViewCore

23  * This could be part of WebViewCore, but have moved it to its own class to
28 private WebViewCore mWebViewCore;
30 public DeviceMotionAndOrientationManager(WebViewCore webViewCore) {
31 mWebViewCore = webViewCore;
35 * Sets whether the Page for this WebViewCore should use a mock DeviceOrientation
39 assert WebViewCore.THREAD_NAME.equals(Thread.currentThread().getName());
44 * Set the position for the mock DeviceOrientation service for this WebViewCore.
48 assert WebViewCore.THREAD_NAME.equals(Thread.currentThread().getName());
69 private static native void nativeUseMock(WebViewCore webViewCore);
70 private static native void nativeSetMockOrientation(WebViewCore webViewCore,
73 private static native void nativeOnMotionChange(WebViewCore webViewCore,
76 private static native void nativeOnOrientationChange(WebViewCore webViewCore,