Home
last modified time | relevance | path

Searched refs:getBoundaryInterface (Results 1 – 7 of 7) sorted by relevance

/webkit/webkit/src/main/java/androidx/webkit/internal/
DServiceWorkerWebSettingsImpl.java72 private ServiceWorkerWebSettingsBoundaryInterface getBoundaryInterface() { in getBoundaryInterface() method in ServiceWorkerWebSettingsImpl
96 getBoundaryInterface().setCacheMode(mode); in setCacheMode()
108 return getBoundaryInterface().getCacheMode(); in getCacheMode()
120 getBoundaryInterface().setAllowContentAccess(allow); in setAllowContentAccess()
132 return getBoundaryInterface().getAllowContentAccess(); in getAllowContentAccess()
144 getBoundaryInterface().setAllowFileAccess(allow); in setAllowFileAccess()
156 return getBoundaryInterface().getAllowFileAccess(); in getAllowFileAccess()
168 getBoundaryInterface().setBlockNetworkLoads(flag); in setBlockNetworkLoads()
180 return getBoundaryInterface().getBlockNetworkLoads(); in getBlockNetworkLoads()
191 return getBoundaryInterface().getRequestedWithHeaderOriginAllowList(); in getRequestedWithHeaderOriginAllowList()
[all …]
DWebMessagePortImpl.java62 private WebMessagePortBoundaryInterface getBoundaryInterface() { in getBoundaryInterface() method in WebMessagePortImpl
80 getBoundaryInterface().postMessage( in postMessage()
94 getBoundaryInterface().close(); in close()
106 getBoundaryInterface().setWebMessageCallback( in setWebMessageCallback()
123 getBoundaryInterface().setWebMessageCallback( in setWebMessageCallback()
141 return Proxy.getInvocationHandler(getBoundaryInterface()); in getInvocationHandler()
DSafeBrowsingResponseImpl.java69 private SafeBrowsingResponseBoundaryInterface getBoundaryInterface() { in getBoundaryInterface() method in SafeBrowsingResponseImpl
86 getBoundaryInterface().showInterstitial(allowReporting); in showInterstitial()
98 getBoundaryInterface().proceed(report); in proceed()
111 getBoundaryInterface().backToSafety(report); in backToSafety()
DTracingControllerImpl.java60 private TracingControllerBoundaryInterface getBoundaryInterface() { in getBoundaryInterface() method in TracingControllerImpl
73 return getBoundaryInterface().isTracing(); in isTracing()
89 getBoundaryInterface().start(tracingConfig.getPredefinedCategories(), in start()
102 return getBoundaryInterface().stop(outputStream, executor); in stop()
DProxyControllerImpl.java47 getBoundaryInterface().setProxyOverride( in setProxyOverride()
50 getBoundaryInterface().setProxyOverride( in setProxyOverride()
65 getBoundaryInterface().clearProxyOverride(listener, executor); in clearProxyOverride()
85 private ProxyControllerBoundaryInterface getBoundaryInterface() { in getBoundaryInterface() method in ProxyControllerImpl
DWebResourceErrorImpl.java68 private WebResourceErrorBoundaryInterface getBoundaryInterface() { in getBoundaryInterface() method in WebResourceErrorImpl
84 return getBoundaryInterface().getErrorCode(); in getErrorCode()
96 return getBoundaryInterface().getDescription(); in getDescription()
DServiceWorkerControllerImpl.java67 private ServiceWorkerControllerBoundaryInterface getBoundaryInterface() { in getBoundaryInterface() method in ServiceWorkerControllerImpl
90 getBoundaryInterface().setServiceWorkerClient(null); in setServiceWorkerClient()
92 getBoundaryInterface().setServiceWorkerClient( in setServiceWorkerClient()