Home
last modified time | relevance | path

Searched refs:invocationHandler (Results 1 – 8 of 8) sorted by relevance

/webkit/webkit/src/main/java/androidx/webkit/internal/
DWebViewGlueCommunicator.java71 InvocationHandler invocationHandler; in createGlueProviderFactory() local
73 invocationHandler = fetchGlueProviderFactoryImpl(); in createGlueProviderFactory()
85 WebViewProviderFactoryBoundaryInterface.class, invocationHandler)); in createGlueProviderFactory()
DScriptHandlerImpl.java51 /* ScriptHandler */ @NonNull InvocationHandler invocationHandler) { in toScriptHandler()
54 ScriptHandlerBoundaryInterface.class, invocationHandler); in toScriptHandler()
DJavaScriptReplyProxyImpl.java42 /* JsReplyProxy */ @NonNull InvocationHandler invocationHandler) { in forInvocationHandler()
45 JsReplyProxyBoundaryInterface.class, invocationHandler); in forInvocationHandler()
DWebResourceErrorImpl.java50 public WebResourceErrorImpl(@NonNull InvocationHandler invocationHandler) { in WebResourceErrorImpl() argument
52 WebResourceErrorBoundaryInterface.class, invocationHandler); in WebResourceErrorImpl()
DWebViewRenderProcessImpl.java53 @NonNull InvocationHandler invocationHandler) { in forInvocationHandler()
58 invocationHandler); in forInvocationHandler()
DSafeBrowsingResponseImpl.java50 public SafeBrowsingResponseImpl(@NonNull InvocationHandler invocationHandler) { in SafeBrowsingResponseImpl() argument
52 SafeBrowsingResponseBoundaryInterface.class, invocationHandler); in SafeBrowsingResponseImpl()
DServiceWorkerWebSettingsImpl.java57 public ServiceWorkerWebSettingsImpl(@NonNull InvocationHandler invocationHandler) { in ServiceWorkerWebSettingsImpl() argument
59 ServiceWorkerWebSettingsBoundaryInterface.class, invocationHandler); in ServiceWorkerWebSettingsImpl()
DWebMessagePortImpl.java48 public WebMessagePortImpl(@NonNull InvocationHandler invocationHandler) { in WebMessagePortImpl() argument
50 WebMessagePortBoundaryInterface.class, invocationHandler); in WebMessagePortImpl()