Searched refs:mWebViewCore (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
D | DeviceMotionAndOrientationManager.java | 28 private WebViewCore mWebViewCore; field in DeviceMotionAndOrientationManager 31 mWebViewCore = webViewCore; in DeviceMotionAndOrientationManager() 40 nativeUseMock(mWebViewCore); in useMock() 49 nativeSetMockOrientation(mWebViewCore, canProvideAlpha, alpha, canProvideBeta, beta, in setMockOrientation() 55 nativeOnMotionChange(mWebViewCore, in onMotionChange() 62 nativeOnOrientationChange(mWebViewCore, in onOrientationChange()
|
D | WebView.java | 435 private WebViewCore mWebViewCore; field in WebView 1070 mWebViewCore = new WebViewCore(context, this, mCallbackProxy, javaScriptInterfaces); in WebView() 1229 if (mWebViewCore != null) { in setupPackageListener() 1230 mWebViewCore.sendMessage(EventHub.ADD_PACKAGE_NAMES, installedPackages); in setupPackageListener() 1618 if (mWebViewCore != null) { in destroyImpl() 1625 WebViewCore webViewCore = mWebViewCore; in destroyImpl() 1626 mWebViewCore = null; // prevent using partial webViewCore in destroyImpl() 1689 mWebViewCore.sendMessage(EventHub.SET_JS_FLAGS, flags); in setJsFlags() 1700 mWebViewCore.sendMessage(EventHub.SET_NETWORK_STATE, in setNetworkAvailable() 1713 mWebViewCore.sendMessage(EventHub.SET_NETWORK_TYPE, map); in setNetworkType() [all …]
|
D | SearchBoxImpl.java | 115 private final WebViewCore mWebViewCore; field in SearchBoxImpl 123 mWebViewCore = webViewCore; in SearchBoxImpl() 191 mWebViewCore.sendMessage(EventHub.EXECUTE_JS, js); in dispatchJs()
|
D | BrowserFrame.java | 76 private final WebViewCore mWebViewCore; field in BrowserFrame 245 mWebViewCore = w; in BrowserFrame() 247 mSearchBox = new SearchBoxImpl(mWebViewCore, mCallbackProxy); in BrowserFrame() 388 mWebViewCore.contentDraw(); in didFirstLayout() 413 mWebViewCore.removeMessages(WebViewCore.EventHub.WEBKIT_DRAW); in loadStarted() 450 mWebViewCore.getWebView().mViewManager.postResetStateAll(); in transitionToCommitted()
|