| /webkit/webkit/src/main/java/androidx/webkit/internal/ |
| D | WebSettingsAdapter.java | 35 private final WebSettingsBoundaryInterface mBoundaryInterface; field in WebSettingsAdapter 38 mBoundaryInterface = boundaryInterface; in WebSettingsAdapter() 45 mBoundaryInterface.setOffscreenPreRaster(enabled); in setOffscreenPreRaster() 52 return mBoundaryInterface.getOffscreenPreRaster(); in getOffscreenPreRaster() 59 mBoundaryInterface.setSafeBrowsingEnabled(enabled); in setSafeBrowsingEnabled() 66 return mBoundaryInterface.getSafeBrowsingEnabled(); in getSafeBrowsingEnabled() 73 mBoundaryInterface.setDisabledActionModeMenuItems(menuItems); in setDisabledActionModeMenuItems() 80 return mBoundaryInterface.getDisabledActionModeMenuItems(); in getDisabledActionModeMenuItems() 87 mBoundaryInterface.setForceDark(forceDarkMode); in setForceDark() 94 return mBoundaryInterface.getForceDark(); in getForceDark() [all …]
|
| D | ServiceWorkerControllerImpl.java | 38 private ServiceWorkerControllerBoundaryInterface mBoundaryInterface; field in ServiceWorkerControllerImpl 47 mBoundaryInterface = null; in ServiceWorkerControllerImpl() 51 mBoundaryInterface = WebViewGlueCommunicator.getFactory().getServiceWorkerController(); in ServiceWorkerControllerImpl() 53 mBoundaryInterface.getServiceWorkerWebSettings()); in ServiceWorkerControllerImpl() 68 if (mBoundaryInterface == null) { in getBoundaryInterface() 69 mBoundaryInterface = WebViewGlueCommunicator.getFactory().getServiceWorkerController(); in getBoundaryInterface() 71 return mBoundaryInterface; in getBoundaryInterface()
|
| D | WebResourceErrorImpl.java | 48 private WebResourceErrorBoundaryInterface mBoundaryInterface; field in WebResourceErrorImpl 51 mBoundaryInterface = BoundaryInterfaceReflectionUtil.castToSuppLibClass( in WebResourceErrorImpl() 63 Proxy.getInvocationHandler(mBoundaryInterface)); in getFrameworksImpl() 69 if (mBoundaryInterface == null) { in getBoundaryInterface() 70 mBoundaryInterface = BoundaryInterfaceReflectionUtil.castToSuppLibClass( in getBoundaryInterface() 75 return mBoundaryInterface; in getBoundaryInterface()
|
| D | SafeBrowsingResponseImpl.java | 48 private SafeBrowsingResponseBoundaryInterface mBoundaryInterface; field in SafeBrowsingResponseImpl 51 mBoundaryInterface = BoundaryInterfaceReflectionUtil.castToSuppLibClass( in SafeBrowsingResponseImpl() 64 Proxy.getInvocationHandler(mBoundaryInterface)); in getFrameworksImpl() 70 if (mBoundaryInterface == null) { in getBoundaryInterface() 71 mBoundaryInterface = BoundaryInterfaceReflectionUtil.castToSuppLibClass( in getBoundaryInterface() 76 return mBoundaryInterface; in getBoundaryInterface()
|
| D | TracingControllerImpl.java | 37 private TracingControllerBoundaryInterface mBoundaryInterface; field in TracingControllerImpl 43 mBoundaryInterface = null; in TracingControllerImpl() 46 mBoundaryInterface = WebViewGlueCommunicator.getFactory().getTracingController(); in TracingControllerImpl() 61 if (mBoundaryInterface == null) { in getBoundaryInterface() 62 mBoundaryInterface = WebViewGlueCommunicator.getFactory().getTracingController(); in getBoundaryInterface() 64 return mBoundaryInterface; in getBoundaryInterface()
|
| D | JavaScriptReplyProxyImpl.java | 32 private final JsReplyProxyBoundaryInterface mBoundaryInterface; field in JavaScriptReplyProxyImpl 35 mBoundaryInterface = boundaryInterface; in JavaScriptReplyProxyImpl() 54 mBoundaryInterface.postMessage(message); in postMessage() 66 mBoundaryInterface.postMessageWithPayload(BoundaryInterfaceReflectionUtil in postMessage()
|
| D | WebResourceRequestAdapter.java | 29 private final WebResourceRequestBoundaryInterface mBoundaryInterface; field in WebResourceRequestAdapter 33 mBoundaryInterface = boundaryInterface; in WebResourceRequestAdapter() 41 return mBoundaryInterface.isRedirect(); in isRedirect()
|
| D | CookieManagerAdapter.java | 30 private final WebViewCookieManagerBoundaryInterface mBoundaryInterface; field in CookieManagerAdapter 33 mBoundaryInterface = boundaryInterface; in CookieManagerAdapter() 40 return mBoundaryInterface.getCookieInfo(url); in getCookieInfo()
|
| D | ServiceWorkerWebSettingsImpl.java | 39 private ServiceWorkerWebSettingsBoundaryInterface mBoundaryInterface; field in ServiceWorkerWebSettingsImpl 58 mBoundaryInterface = BoundaryInterfaceReflectionUtil.castToSuppLibClass( in ServiceWorkerWebSettingsImpl() 67 Proxy.getInvocationHandler(mBoundaryInterface)); in getFrameworksImpl() 73 if (mBoundaryInterface == null) { in getBoundaryInterface() 82 mBoundaryInterface = BoundaryInterfaceReflectionUtil.castToSuppLibClass( in getBoundaryInterface() 87 return mBoundaryInterface; in getBoundaryInterface()
|
| D | WebMessagePortImpl.java | 42 private WebMessagePortBoundaryInterface mBoundaryInterface; field in WebMessagePortImpl 49 mBoundaryInterface = BoundaryInterfaceReflectionUtil.castToSuppLibClass( in WebMessagePortImpl() 57 Proxy.getInvocationHandler(mBoundaryInterface)); in getFrameworksImpl() 63 if (mBoundaryInterface == null) { in getBoundaryInterface() 64 mBoundaryInterface = BoundaryInterfaceReflectionUtil.castToSuppLibClass( in getBoundaryInterface() 69 return mBoundaryInterface; in getBoundaryInterface()
|
| D | ScriptHandlerImpl.java | 31 private final ScriptHandlerBoundaryInterface mBoundaryInterface; field in ScriptHandlerImpl 34 mBoundaryInterface = boundaryInterface; in ScriptHandlerImpl() 44 mBoundaryInterface.remove(); in remove()
|
| D | ProxyControllerImpl.java | 34 private ProxyControllerBoundaryInterface mBoundaryInterface; field in ProxyControllerImpl 86 if (mBoundaryInterface == null) { in getBoundaryInterface() 87 mBoundaryInterface = WebViewGlueCommunicator.getFactory().getProxyController(); in getBoundaryInterface() 89 return mBoundaryInterface; in getBoundaryInterface()
|
| D | WebViewRenderProcessImpl.java | 35 private WebViewRendererBoundaryInterface mBoundaryInterface; field in WebViewRenderProcessImpl 41 mBoundaryInterface = boundaryInterface; in WebViewRenderProcessImpl() 87 return mBoundaryInterface.terminate(); in terminate()
|