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
27 private WebViewCore mWebViewCore;
29 public DeviceMotionAndOrientationManager(WebViewCore webViewCore) {
30 mWebViewCore = webViewCore;
34 * Sets that the Page for this WebViewCore should use a mock DeviceOrientation
38 assert WebViewCore.THREAD_NAME.equals(Thread.currentThread().getName());
43 * Set the position for the mock DeviceOrientation service for this WebViewCore.
47 assert WebViewCore.THREAD_NAME.equals(Thread.currentThread().getName());
68 private static native void nativeSetUseMock(WebViewCore webViewCore);
69 private static native void nativeSetMockOrientation(WebViewCore webViewCore,
72 private static native void nativeOnMotionChange(WebViewCore webViewCore,
75 private static native void nativeOnOrientationChange(WebViewCore webViewCore,