Searched refs:boundaryInterface (Results 1 – 9 of 9) sorted by relevance
51 WebViewNavigationBoundaryInterface boundaryInterface = in onNavigationStarted() local56 (NavigationAdapter) boundaryInterface.getOrCreatePeer( in onNavigationStarted()57 () -> new NavigationAdapter(boundaryInterface))); in onNavigationStarted()62 WebViewNavigationBoundaryInterface boundaryInterface = in onNavigationRedirected() local67 (NavigationAdapter) boundaryInterface.getOrCreatePeer( in onNavigationRedirected()68 () -> new NavigationAdapter(boundaryInterface))); in onNavigationRedirected()73 WebViewNavigationBoundaryInterface boundaryInterface = in onNavigationCompleted() local78 (NavigationAdapter) boundaryInterface.getOrCreatePeer( in onNavigationCompleted()79 () -> new NavigationAdapter(boundaryInterface))); in onNavigationCompleted()84 final WebViewPageBoundaryInterface boundaryInterface = in onPageDeleted() local[all …]
34 public JavaScriptReplyProxyImpl(@NonNull JsReplyProxyBoundaryInterface boundaryInterface) { in JavaScriptReplyProxyImpl() argument35 mBoundaryInterface = boundaryInterface; in JavaScriptReplyProxyImpl()43 final JsReplyProxyBoundaryInterface boundaryInterface = in forInvocationHandler() local46 return (JavaScriptReplyProxyImpl) boundaryInterface.getOrCreatePeer( in forInvocationHandler()47 () -> new JavaScriptReplyProxyImpl(boundaryInterface)); in forInvocationHandler()
33 private ScriptHandlerImpl(@NonNull ScriptHandlerBoundaryInterface boundaryInterface) { in ScriptHandlerImpl() argument34 mBoundaryInterface = boundaryInterface; in ScriptHandlerImpl()52 final ScriptHandlerBoundaryInterface boundaryInterface = in toScriptHandler() local55 return new ScriptHandlerImpl(boundaryInterface); in toScriptHandler()
40 public WebViewRenderProcessImpl(@NonNull WebViewRendererBoundaryInterface boundaryInterface) { in WebViewRenderProcessImpl() argument41 mBoundaryInterface = boundaryInterface; in WebViewRenderProcessImpl()55 final WebViewRendererBoundaryInterface boundaryInterface = in forInvocationHandler() local62 return (WebViewRenderProcessImpl) boundaryInterface.getOrCreatePeer( in forInvocationHandler()63 () -> new WebViewRenderProcessImpl(boundaryInterface)); in forInvocationHandler()
115 @NonNull WebMessageBoundaryInterface boundaryInterface) { in webMessageCompatFromBoundaryInterface()117 boundaryInterface.getPorts()); in webMessageCompatFromBoundaryInterface()122 boundaryInterface.getMessagePayload()); in webMessageCompatFromBoundaryInterface()134 return new WebMessageCompat(boundaryInterface.getData(), ports); in webMessageCompatFromBoundaryInterface()
32 @NonNull WebResourceRequestBoundaryInterface boundaryInterface) { in WebResourceRequestAdapter()33 mBoundaryInterface = boundaryInterface; in WebResourceRequestAdapter()
32 public CookieManagerAdapter(@NonNull WebViewCookieManagerBoundaryInterface boundaryInterface) { in CookieManagerAdapter() argument33 mBoundaryInterface = boundaryInterface; in CookieManagerAdapter()
41 WebViewPageBoundaryInterface boundaryInterface = in getPage() local44 mPage = new PageImpl(boundaryInterface); in getPage()
37 public WebSettingsAdapter(@NonNull WebSettingsBoundaryInterface boundaryInterface) { in WebSettingsAdapter() argument38 mBoundaryInterface = boundaryInterface; in WebSettingsAdapter()