Home
last modified time | relevance | path

Searched refs:mBoundaryInterface (Results 1 – 13 of 13) sorted by relevance

/webkit/webkit/src/main/java/androidx/webkit/internal/
DWebSettingsAdapter.java35 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 …]
DServiceWorkerControllerImpl.java38 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()
DWebResourceErrorImpl.java48 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()
DSafeBrowsingResponseImpl.java48 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()
DTracingControllerImpl.java37 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()
DJavaScriptReplyProxyImpl.java32 private final JsReplyProxyBoundaryInterface mBoundaryInterface; field in JavaScriptReplyProxyImpl
35 mBoundaryInterface = boundaryInterface; in JavaScriptReplyProxyImpl()
54 mBoundaryInterface.postMessage(message); in postMessage()
66 mBoundaryInterface.postMessageWithPayload(BoundaryInterfaceReflectionUtil in postMessage()
DWebResourceRequestAdapter.java29 private final WebResourceRequestBoundaryInterface mBoundaryInterface; field in WebResourceRequestAdapter
33 mBoundaryInterface = boundaryInterface; in WebResourceRequestAdapter()
41 return mBoundaryInterface.isRedirect(); in isRedirect()
DCookieManagerAdapter.java30 private final WebViewCookieManagerBoundaryInterface mBoundaryInterface; field in CookieManagerAdapter
33 mBoundaryInterface = boundaryInterface; in CookieManagerAdapter()
40 return mBoundaryInterface.getCookieInfo(url); in getCookieInfo()
DServiceWorkerWebSettingsImpl.java39 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()
DWebMessagePortImpl.java42 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()
DScriptHandlerImpl.java31 private final ScriptHandlerBoundaryInterface mBoundaryInterface; field in ScriptHandlerImpl
34 mBoundaryInterface = boundaryInterface; in ScriptHandlerImpl()
44 mBoundaryInterface.remove(); in remove()
DProxyControllerImpl.java34 private ProxyControllerBoundaryInterface mBoundaryInterface; field in ProxyControllerImpl
86 if (mBoundaryInterface == null) { in getBoundaryInterface()
87 mBoundaryInterface = WebViewGlueCommunicator.getFactory().getProxyController(); in getBoundaryInterface()
89 return mBoundaryInterface; in getBoundaryInterface()
DWebViewRenderProcessImpl.java35 private WebViewRendererBoundaryInterface mBoundaryInterface; field in WebViewRenderProcessImpl
41 mBoundaryInterface = boundaryInterface; in WebViewRenderProcessImpl()
87 return mBoundaryInterface.terminate(); in terminate()