Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ConsoleMessageServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ConsoleMessageServer) LineNumber(_ context.Context, req *pb.LineNumberRequest) (*pb.LineNumberResponse, error) + func (s *ConsoleMessageServer) Message(_ context.Context, req *pb.MessageRequest) (*pb.MessageResponse, error) + func (s *ConsoleMessageServer) MessageLevel(_ context.Context, req *pb.MessageLevelRequest) (*pb.MessageLevelResponse, error) + func (s *ConsoleMessageServer) NewConsoleMessage(_ context.Context, req *pb.NewConsoleMessageRequest) (*pb.NewConsoleMessageResponse, error) + func (s *ConsoleMessageServer) SourceId(_ context.Context, req *pb.SourceIdRequest) (*pb.SourceIdResponse, error) + type DateSorterServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *DateSorterServer) GetBoundary(_ context.Context, req *pb.GetBoundaryRequest) (*pb.GetBoundaryResponse, error) + func (s *DateSorterServer) GetIndex(_ context.Context, req *pb.GetIndexRequest) (*pb.GetIndexResponse, error) + func (s *DateSorterServer) GetLabel(_ context.Context, req *pb.GetLabelRequest) (*pb.GetLabelResponse, error) + func (s *DateSorterServer) NewDateSorter(_ context.Context, req *pb.NewDateSorterRequest) (*pb.NewDateSorterResponse, error) + type ServiceWorkerClientServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ServiceWorkerClientServer) NewServiceWorkerClient(_ context.Context, req *pb.NewServiceWorkerClientRequest) (*pb.NewServiceWorkerClientResponse, error) + func (s *ServiceWorkerClientServer) ShouldInterceptRequest(_ context.Context, req *pb.ShouldInterceptRequestRequest) (*pb.ShouldInterceptRequestResponse, error) + type URLUtilServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *URLUtilServer) ComposeSearchUrl(_ context.Context, req *pb.ComposeSearchUrlRequest) (*pb.ComposeSearchUrlResponse, error) + func (s *URLUtilServer) Decode(_ context.Context, req *pb.DecodeRequest) (*pb.DecodeResponse, error) + func (s *URLUtilServer) GuessFileName(_ context.Context, req *pb.GuessFileNameRequest) (*pb.GuessFileNameResponse, error) + func (s *URLUtilServer) GuessUrl(_ context.Context, req *pb.GuessUrlRequest) (*pb.GuessUrlResponse, error) + func (s *URLUtilServer) IsAboutUrl(_ context.Context, req *pb.IsAboutUrlRequest) (*pb.IsAboutUrlResponse, error) + func (s *URLUtilServer) IsAssetUrl(_ context.Context, req *pb.IsAssetUrlRequest) (*pb.IsAssetUrlResponse, error) + func (s *URLUtilServer) IsContentUrl(_ context.Context, req *pb.IsContentUrlRequest) (*pb.IsContentUrlResponse, error) + func (s *URLUtilServer) IsCookielessProxyUrl(_ context.Context, req *pb.IsCookielessProxyUrlRequest) (*pb.IsCookielessProxyUrlResponse, error) + func (s *URLUtilServer) IsDataUrl(_ context.Context, req *pb.IsDataUrlRequest) (*pb.IsDataUrlResponse, error) + func (s *URLUtilServer) IsFileUrl(_ context.Context, req *pb.IsFileUrlRequest) (*pb.IsFileUrlResponse, error) + func (s *URLUtilServer) IsHttpUrl(_ context.Context, req *pb.IsHttpUrlRequest) (*pb.IsHttpUrlResponse, error) + func (s *URLUtilServer) IsHttpsUrl(_ context.Context, req *pb.IsHttpsUrlRequest) (*pb.IsHttpsUrlResponse, error) + func (s *URLUtilServer) IsJavaScriptUrl(_ context.Context, req *pb.IsJavaScriptUrlRequest) (*pb.IsJavaScriptUrlResponse, error) + func (s *URLUtilServer) IsNetworkUrl(_ context.Context, req *pb.IsNetworkUrlRequest) (*pb.IsNetworkUrlResponse, error) + func (s *URLUtilServer) IsValidUrl(_ context.Context, req *pb.IsValidUrlRequest) (*pb.IsValidUrlResponse, error) + func (s *URLUtilServer) NewURLUtil(_ context.Context, req *pb.NewURLUtilRequest) (*pb.NewURLUtilResponse, error) + func (s *URLUtilServer) StripAnchor(_ context.Context, req *pb.StripAnchorRequest) (*pb.StripAnchorResponse, error) + type WebChromeClientServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *WebChromeClientServer) GetDefaultVideoPoster(_ context.Context, req *pb.GetDefaultVideoPosterRequest) (*pb.GetDefaultVideoPosterResponse, error) + func (s *WebChromeClientServer) GetVideoLoadingProgressView(_ context.Context, req *pb.GetVideoLoadingProgressViewRequest) (*pb.GetVideoLoadingProgressViewResponse, error) + func (s *WebChromeClientServer) NewWebChromeClient(_ context.Context, req *pb.NewWebChromeClientRequest) (*pb.NewWebChromeClientResponse, error) + func (s *WebChromeClientServer) OnCloseWindow(_ context.Context, req *pb.OnCloseWindowRequest) (*pb.OnCloseWindowResponse, error) + func (s *WebChromeClientServer) OnConsoleMessage1(_ context.Context, req *pb.OnConsoleMessage1Request) (*pb.OnConsoleMessage1Response, error) + func (s *WebChromeClientServer) OnConsoleMessage3_1(_ context.Context, req *pb.OnConsoleMessage3_1Request) (*pb.OnConsoleMessage3_1Response, error) + func (s *WebChromeClientServer) OnCreateWindow(_ context.Context, req *pb.OnCreateWindowRequest) (*pb.OnCreateWindowResponse, error) + func (s *WebChromeClientServer) OnExceededDatabaseQuota(_ context.Context, req *pb.OnExceededDatabaseQuotaRequest) (*pb.OnExceededDatabaseQuotaResponse, error) + func (s *WebChromeClientServer) OnGeolocationPermissionsHidePrompt(_ context.Context, req *pb.OnGeolocationPermissionsHidePromptRequest) (*pb.OnGeolocationPermissionsHidePromptResponse, error) + func (s *WebChromeClientServer) OnGeolocationPermissionsShowPrompt(_ context.Context, req *pb.OnGeolocationPermissionsShowPromptRequest) (*pb.OnGeolocationPermissionsShowPromptResponse, error) + func (s *WebChromeClientServer) OnHideCustomView(_ context.Context, req *pb.OnHideCustomViewRequest) (*pb.OnHideCustomViewResponse, error) + func (s *WebChromeClientServer) OnJsAlert(_ context.Context, req *pb.OnJsAlertRequest) (*pb.OnJsAlertResponse, error) + func (s *WebChromeClientServer) OnJsBeforeUnload(_ context.Context, req *pb.OnJsBeforeUnloadRequest) (*pb.OnJsBeforeUnloadResponse, error) + func (s *WebChromeClientServer) OnJsConfirm(_ context.Context, req *pb.OnJsConfirmRequest) (*pb.OnJsConfirmResponse, error) + func (s *WebChromeClientServer) OnJsPrompt(_ context.Context, req *pb.OnJsPromptRequest) (*pb.OnJsPromptResponse, error) + func (s *WebChromeClientServer) OnJsTimeout(_ context.Context, req *pb.OnJsTimeoutRequest) (*pb.OnJsTimeoutResponse, error) + func (s *WebChromeClientServer) OnPermissionRequest(_ context.Context, req *pb.OnPermissionRequestRequest) (*pb.OnPermissionRequestResponse, error) + func (s *WebChromeClientServer) OnPermissionRequestCanceled(_ context.Context, req *pb.OnPermissionRequestCanceledRequest) (*pb.OnPermissionRequestCanceledResponse, error) + func (s *WebChromeClientServer) OnProgressChanged(_ context.Context, req *pb.OnProgressChangedRequest) (*pb.OnProgressChangedResponse, error) + func (s *WebChromeClientServer) OnReceivedIcon(_ context.Context, req *pb.OnReceivedIconRequest) (*pb.OnReceivedIconResponse, error) + func (s *WebChromeClientServer) OnReceivedTitle(_ context.Context, req *pb.OnReceivedTitleRequest) (*pb.OnReceivedTitleResponse, error) + func (s *WebChromeClientServer) OnReceivedTouchIconUrl(_ context.Context, req *pb.OnReceivedTouchIconUrlRequest) (*pb.OnReceivedTouchIconUrlResponse, error) + func (s *WebChromeClientServer) OnRequestFocus(_ context.Context, req *pb.OnRequestFocusRequest) (*pb.OnRequestFocusResponse, error) + func (s *WebChromeClientServer) OnShowCustomView2(_ context.Context, req *pb.OnShowCustomView2Request) (*pb.OnShowCustomView2Response, error) + func (s *WebChromeClientServer) OnShowCustomView3_1(_ context.Context, req *pb.OnShowCustomView3_1Request) (*pb.OnShowCustomView3_1Response, error) + type WebMessageServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *WebMessageServer) GetData(_ context.Context, req *pb.GetDataRequest) (*pb.WebMessageGetDataResponse, error) + func (s *WebMessageServer) GetPorts(_ context.Context, req *pb.GetPortsRequest) (*pb.GetPortsResponse, error) + func (s *WebMessageServer) NewWebMessage(_ context.Context, req *pb.NewWebMessageRequest) (*pb.NewWebMessageResponse, error) + type WebResourceResponseServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *WebResourceResponseServer) GetData(_ context.Context, req *pb.GetDataRequest) (*pb.GetDataResponse, error) + func (s *WebResourceResponseServer) GetEncoding(_ context.Context, req *pb.GetEncodingRequest) (*pb.GetEncodingResponse, error) + func (s *WebResourceResponseServer) GetMimeType(_ context.Context, req *pb.GetMimeTypeRequest) (*pb.GetMimeTypeResponse, error) + func (s *WebResourceResponseServer) GetReasonPhrase(_ context.Context, req *pb.GetReasonPhraseRequest) (*pb.GetReasonPhraseResponse, error) + func (s *WebResourceResponseServer) GetStatusCode(_ context.Context, req *pb.GetStatusCodeRequest) (*pb.GetStatusCodeResponse, error) + func (s *WebResourceResponseServer) NewWebResourceResponse(_ context.Context, req *pb.NewWebResourceResponseRequest) (*pb.NewWebResourceResponseResponse, error) + func (s *WebResourceResponseServer) SetData(_ context.Context, req *pb.SetDataRequest) (*pb.SetDataResponse, error) + func (s *WebResourceResponseServer) SetEncoding(_ context.Context, req *pb.SetEncodingRequest) (*pb.SetEncodingResponse, error) + func (s *WebResourceResponseServer) SetMimeType(_ context.Context, req *pb.SetMimeTypeRequest) (*pb.SetMimeTypeResponse, error) + func (s *WebResourceResponseServer) SetStatusCodeAndReasonPhrase(_ context.Context, req *pb.SetStatusCodeAndReasonPhraseRequest) (*pb.SetStatusCodeAndReasonPhraseResponse, error) + type WebViewClientServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *WebViewClientServer) DoUpdateVisitedHistory(_ context.Context, req *pb.DoUpdateVisitedHistoryRequest) (*pb.DoUpdateVisitedHistoryResponse, error) + func (s *WebViewClientServer) NewWebViewClient(_ context.Context, req *pb.NewWebViewClientRequest) (*pb.NewWebViewClientResponse, error) + func (s *WebViewClientServer) OnFormResubmission(_ context.Context, req *pb.OnFormResubmissionRequest) (*pb.OnFormResubmissionResponse, error) + func (s *WebViewClientServer) OnLoadResource(_ context.Context, req *pb.OnLoadResourceRequest) (*pb.OnLoadResourceResponse, error) + func (s *WebViewClientServer) OnPageCommitVisible(_ context.Context, req *pb.OnPageCommitVisibleRequest) (*pb.OnPageCommitVisibleResponse, error) + func (s *WebViewClientServer) OnPageFinished(_ context.Context, req *pb.OnPageFinishedRequest) (*pb.OnPageFinishedResponse, error) + func (s *WebViewClientServer) OnPageStarted(_ context.Context, req *pb.OnPageStartedRequest) (*pb.OnPageStartedResponse, error) + func (s *WebViewClientServer) OnReceivedClientCertRequest(_ context.Context, req *pb.OnReceivedClientCertRequestRequest) (*pb.OnReceivedClientCertRequestResponse, error) + func (s *WebViewClientServer) OnReceivedError3(_ context.Context, req *pb.OnReceivedError3Request) (*pb.OnReceivedError3Response, error) + func (s *WebViewClientServer) OnReceivedError4_1(_ context.Context, req *pb.OnReceivedError4_1Request) (*pb.OnReceivedError4_1Response, error) + func (s *WebViewClientServer) OnReceivedHttpError(_ context.Context, req *pb.OnReceivedHttpErrorRequest) (*pb.OnReceivedHttpErrorResponse, error) + func (s *WebViewClientServer) OnReceivedLoginRequest(_ context.Context, req *pb.OnReceivedLoginRequestRequest) (*pb.OnReceivedLoginRequestResponse, error) + func (s *WebViewClientServer) OnRenderProcessGone(_ context.Context, req *pb.OnRenderProcessGoneRequest) (*pb.OnRenderProcessGoneResponse, error) + func (s *WebViewClientServer) OnSafeBrowsingHit(_ context.Context, req *pb.OnSafeBrowsingHitRequest) (*pb.OnSafeBrowsingHitResponse, error) + func (s *WebViewClientServer) OnScaleChanged(_ context.Context, req *pb.OnScaleChangedRequest) (*pb.OnScaleChangedResponse, error) + func (s *WebViewClientServer) OnTooManyRedirects(_ context.Context, req *pb.OnTooManyRedirectsRequest) (*pb.OnTooManyRedirectsResponse, error) + func (s *WebViewClientServer) OnUnhandledKeyEvent(_ context.Context, req *pb.OnUnhandledKeyEventRequest) (*pb.OnUnhandledKeyEventResponse, error) + func (s *WebViewClientServer) ShouldInterceptRequest2(_ context.Context, req *pb.ShouldInterceptRequest2Request) (*pb.ShouldInterceptRequest2Response, error) + func (s *WebViewClientServer) ShouldInterceptRequest2_1(_ context.Context, req *pb.ShouldInterceptRequest2_1Request) (*pb.ShouldInterceptRequest2_1Response, error) + func (s *WebViewClientServer) ShouldOverrideKeyEvent(_ context.Context, req *pb.ShouldOverrideKeyEventRequest) (*pb.ShouldOverrideKeyEventResponse, error) + func (s *WebViewClientServer) ShouldOverrideUrlLoading2(_ context.Context, req *pb.ShouldOverrideUrlLoading2Request) (*pb.ShouldOverrideUrlLoading2Response, error) + func (s *WebViewClientServer) ShouldOverrideUrlLoading2_1(_ context.Context, req *pb.ShouldOverrideUrlLoading2_1Request) (*pb.ShouldOverrideUrlLoading2_1Response, error) + type WebViewFragmentServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *WebViewFragmentServer) GetWebView(_ context.Context, req *pb.GetWebViewRequest) (*pb.GetWebViewResponse, error) + func (s *WebViewFragmentServer) NewWebViewFragment(_ context.Context, req *pb.NewWebViewFragmentRequest) (*pb.NewWebViewFragmentResponse, error) + func (s *WebViewFragmentServer) OnCreateView(_ context.Context, req *pb.OnCreateViewRequest) (*pb.OnCreateViewResponse, error) + func (s *WebViewFragmentServer) OnDestroy(_ context.Context, req *pb.OnDestroyRequest) (*pb.OnDestroyResponse, error) + func (s *WebViewFragmentServer) OnDestroyView(_ context.Context, req *pb.OnDestroyViewRequest) (*pb.OnDestroyViewResponse, error) + func (s *WebViewFragmentServer) OnPause(_ context.Context, req *pb.OnPauseRequest) (*pb.OnPauseResponse, error) + func (s *WebViewFragmentServer) OnResume(_ context.Context, req *pb.OnResumeRequest) (*pb.OnResumeResponse, error) + type WebViewServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *WebViewServer) AddJavascriptInterface(_ context.Context, req *pb.AddJavascriptInterfaceRequest) (*pb.AddJavascriptInterfaceResponse, error) + func (s *WebViewServer) CanGoBack(_ context.Context, req *pb.CanGoBackRequest) (*pb.CanGoBackResponse, error) + func (s *WebViewServer) CanGoBackOrForward(_ context.Context, req *pb.CanGoBackOrForwardRequest) (*pb.CanGoBackOrForwardResponse, error) + func (s *WebViewServer) CanGoForward(_ context.Context, req *pb.CanGoForwardRequest) (*pb.CanGoForwardResponse, error) + func (s *WebViewServer) CanZoomIn(_ context.Context, req *pb.CanZoomInRequest) (*pb.CanZoomInResponse, error) + func (s *WebViewServer) CanZoomOut(_ context.Context, req *pb.CanZoomOutRequest) (*pb.CanZoomOutResponse, error) + func (s *WebViewServer) CapturePicture(_ context.Context, req *pb.CapturePictureRequest) (*pb.CapturePictureResponse, error) + func (s *WebViewServer) ClearCache(_ context.Context, req *pb.ClearCacheRequest) (*pb.ClearCacheResponse, error) + func (s *WebViewServer) ClearClientCertPreferences(_ context.Context, req *pb.ClearClientCertPreferencesRequest) (*pb.ClearClientCertPreferencesResponse, error) + func (s *WebViewServer) ClearFormData(_ context.Context, req *pb.ClearFormDataRequest) (*pb.ClearFormDataResponse, error) + func (s *WebViewServer) ClearHistory(_ context.Context, req *pb.ClearHistoryRequest) (*pb.ClearHistoryResponse, error) + func (s *WebViewServer) ClearMatches(_ context.Context, req *pb.ClearMatchesRequest) (*pb.ClearMatchesResponse, error) + func (s *WebViewServer) ClearSslPreferences(_ context.Context, req *pb.ClearSslPreferencesRequest) (*pb.ClearSslPreferencesResponse, error) + func (s *WebViewServer) ClearView(_ context.Context, req *pb.ClearViewRequest) (*pb.ClearViewResponse, error) + func (s *WebViewServer) ComputeScroll(_ context.Context, req *pb.ComputeScrollRequest) (*pb.ComputeScrollResponse, error) + func (s *WebViewServer) CopyBackForwardList(_ context.Context, req *pb.CopyBackForwardListRequest) (*pb.CopyBackForwardListResponse, error) + func (s *WebViewServer) CreatePrintDocumentAdapter0(_ context.Context, req *pb.CreatePrintDocumentAdapter0Request) (*pb.CreatePrintDocumentAdapter0Response, error) + func (s *WebViewServer) CreatePrintDocumentAdapter1_1(_ context.Context, req *pb.CreatePrintDocumentAdapter1_1Request) (*pb.CreatePrintDocumentAdapter1_1Response, error) + func (s *WebViewServer) CreateWebMessageChannel(_ context.Context, req *pb.CreateWebMessageChannelRequest) (*pb.CreateWebMessageChannelResponse, error) + func (s *WebViewServer) Destroy(_ context.Context, req *pb.DestroyRequest) (*pb.DestroyResponse, error) + func (s *WebViewServer) DisableWebView(_ context.Context, req *pb.DisableWebViewRequest) (*pb.DisableWebViewResponse, error) + func (s *WebViewServer) DispatchKeyEvent(_ context.Context, req *pb.DispatchKeyEventRequest) (*pb.DispatchKeyEventResponse, error) + func (s *WebViewServer) DocumentHasImages(_ context.Context, req *pb.DocumentHasImagesRequest) (*pb.DocumentHasImagesResponse, error) + func (s *WebViewServer) EnableSlowWholeDocumentDraw(_ context.Context, req *pb.EnableSlowWholeDocumentDrawRequest) (*pb.EnableSlowWholeDocumentDrawResponse, error) + func (s *WebViewServer) FindAddress(_ context.Context, req *pb.FindAddressRequest) (*pb.FindAddressResponse, error) + func (s *WebViewServer) FindAll(_ context.Context, req *pb.FindAllRequest) (*pb.FindAllResponse, error) + func (s *WebViewServer) FindAllAsync(_ context.Context, req *pb.FindAllAsyncRequest) (*pb.FindAllAsyncResponse, error) + func (s *WebViewServer) FindFocus(_ context.Context, req *pb.FindFocusRequest) (*pb.FindFocusResponse, error) + func (s *WebViewServer) FindNext(_ context.Context, req *pb.FindNextRequest) (*pb.FindNextResponse, error) + func (s *WebViewServer) FlingScroll(_ context.Context, req *pb.FlingScrollRequest) (*pb.FlingScrollResponse, error) + func (s *WebViewServer) FreeMemory(_ context.Context, req *pb.FreeMemoryRequest) (*pb.FreeMemoryResponse, error) + func (s *WebViewServer) GetAccessibilityClassName(_ context.Context, req *pb.GetAccessibilityClassNameRequest) (*pb.GetAccessibilityClassNameResponse, error) + func (s *WebViewServer) GetAccessibilityNodeProvider(_ context.Context, req *pb.GetAccessibilityNodeProviderRequest) (*pb.GetAccessibilityNodeProviderResponse, error) + func (s *WebViewServer) GetCertificate(_ context.Context, req *pb.GetCertificateRequest) (*pb.GetCertificateResponse, error) + func (s *WebViewServer) GetContentHeight(_ context.Context, req *pb.GetContentHeightRequest) (*pb.GetContentHeightResponse, error) + func (s *WebViewServer) GetCurrentWebViewPackage(_ context.Context, req *pb.GetCurrentWebViewPackageRequest) (*pb.GetCurrentWebViewPackageResponse, error) + func (s *WebViewServer) GetFavicon(_ context.Context, req *pb.GetFaviconRequest) (*pb.GetFaviconResponse, error) + func (s *WebViewServer) GetHandler(_ context.Context, req *pb.GetHandlerRequest) (*pb.GetHandlerResponse, error) + func (s *WebViewServer) GetHitTestResult(_ context.Context, req *pb.GetHitTestResultRequest) (*pb.GetHitTestResultResponse, error) + func (s *WebViewServer) GetHttpAuthUsernamePassword(_ context.Context, req *pb.GetHttpAuthUsernamePasswordRequest) (*pb.GetHttpAuthUsernamePasswordResponse, error) + func (s *WebViewServer) GetOriginalUrl(_ context.Context, req *pb.GetOriginalUrlRequest) (*pb.GetOriginalUrlResponse, error) + func (s *WebViewServer) GetProgress(_ context.Context, req *pb.GetProgressRequest) (*pb.GetProgressResponse, error) + func (s *WebViewServer) GetRendererPriorityWaivedWhenNotVisible(_ context.Context, req *pb.GetRendererPriorityWaivedWhenNotVisibleRequest) (*pb.GetRendererPriorityWaivedWhenNotVisibleResponse, error) + func (s *WebViewServer) GetRendererRequestedPriority(_ context.Context, req *pb.GetRendererRequestedPriorityRequest) (*pb.GetRendererRequestedPriorityResponse, error) + func (s *WebViewServer) GetSafeBrowsingPrivacyPolicyUrl(_ context.Context, req *pb.GetSafeBrowsingPrivacyPolicyUrlRequest) (*pb.GetSafeBrowsingPrivacyPolicyUrlResponse, error) + func (s *WebViewServer) GetScale(_ context.Context, req *pb.GetScaleRequest) (*pb.GetScaleResponse, error) + func (s *WebViewServer) GetSettings(_ context.Context, req *pb.GetSettingsRequest) (*pb.GetSettingsResponse, error) + func (s *WebViewServer) GetTextClassifier(_ context.Context, req *pb.GetTextClassifierRequest) (*pb.GetTextClassifierResponse, error) + func (s *WebViewServer) GetTitle(_ context.Context, req *pb.GetTitleRequest) (*pb.GetTitleResponse, error) + func (s *WebViewServer) GetUrl(_ context.Context, req *pb.GetUrlRequest) (*pb.GetUrlResponse, error) + func (s *WebViewServer) GetWebChromeClient(_ context.Context, req *pb.GetWebChromeClientRequest) (*pb.GetWebChromeClientResponse, error) + func (s *WebViewServer) GetWebViewClassLoader(_ context.Context, req *pb.GetWebViewClassLoaderRequest) (*pb.GetWebViewClassLoaderResponse, error) + func (s *WebViewServer) GetWebViewClient(_ context.Context, req *pb.GetWebViewClientRequest) (*pb.GetWebViewClientResponse, error) + func (s *WebViewServer) GetWebViewLooper(_ context.Context, req *pb.GetWebViewLooperRequest) (*pb.GetWebViewLooperResponse, error) + func (s *WebViewServer) GetWebViewRenderProcess(_ context.Context, req *pb.GetWebViewRenderProcessRequest) (*pb.GetWebViewRenderProcessResponse, error) + func (s *WebViewServer) GetWebViewRenderProcessClient(_ context.Context, req *pb.GetWebViewRenderProcessClientRequest) (*pb.GetWebViewRenderProcessClientResponse, error) + func (s *WebViewServer) GoBack(_ context.Context, req *pb.GoBackRequest) (*pb.GoBackResponse, error) + func (s *WebViewServer) GoBackOrForward(_ context.Context, req *pb.GoBackOrForwardRequest) (*pb.GoBackOrForwardResponse, error) + func (s *WebViewServer) GoForward(_ context.Context, req *pb.GoForwardRequest) (*pb.GoForwardResponse, error) + func (s *WebViewServer) InvokeZoomPicker(_ context.Context, req *pb.InvokeZoomPickerRequest) (*pb.InvokeZoomPickerResponse, error) + func (s *WebViewServer) IsPrivateBrowsingEnabled(_ context.Context, req *pb.IsPrivateBrowsingEnabledRequest) (*pb.IsPrivateBrowsingEnabledResponse, error) + func (s *WebViewServer) IsVisibleToUserForAutofill(_ context.Context, req *pb.IsVisibleToUserForAutofillRequest) (*pb.IsVisibleToUserForAutofillResponse, error) + func (s *WebViewServer) LoadData(_ context.Context, req *pb.LoadDataRequest) (*pb.LoadDataResponse, error) + func (s *WebViewServer) LoadDataWithBaseURL(_ context.Context, req *pb.LoadDataWithBaseURLRequest) (*pb.LoadDataWithBaseURLResponse, error) + func (s *WebViewServer) LoadUrl(_ context.Context, req *pb.LoadUrlRequest) (*pb.LoadUrlResponse, error) + func (s *WebViewServer) NewWebView(_ context.Context, req *pb.NewWebViewRequest) (*pb.NewWebViewResponse, error) + func (s *WebViewServer) OnApplyWindowInsets(_ context.Context, req *pb.OnApplyWindowInsetsRequest) (*pb.OnApplyWindowInsetsResponse, error) + func (s *WebViewServer) OnCheckIsTextEditor(_ context.Context, req *pb.OnCheckIsTextEditorRequest) (*pb.OnCheckIsTextEditorResponse, error) + func (s *WebViewServer) OnChildViewAdded(_ context.Context, req *pb.OnChildViewAddedRequest) (*pb.OnChildViewAddedResponse, error) + func (s *WebViewServer) OnChildViewRemoved(_ context.Context, req *pb.OnChildViewRemovedRequest) (*pb.OnChildViewRemovedResponse, error) + func (s *WebViewServer) OnCreateInputConnection(_ context.Context, req *pb.OnCreateInputConnectionRequest) (*pb.OnCreateInputConnectionResponse, error) + func (s *WebViewServer) OnDragEvent(_ context.Context, req *pb.OnDragEventRequest) (*pb.OnDragEventResponse, error) + func (s *WebViewServer) OnFinishTemporaryDetach(_ context.Context, req *pb.OnFinishTemporaryDetachRequest) (*pb.OnFinishTemporaryDetachResponse, error) + func (s *WebViewServer) OnGenericMotionEvent(_ context.Context, req *pb.OnGenericMotionEventRequest) (*pb.OnGenericMotionEventResponse, error) + func (s *WebViewServer) OnGlobalFocusChanged(_ context.Context, req *pb.OnGlobalFocusChangedRequest) (*pb.OnGlobalFocusChangedResponse, error) + func (s *WebViewServer) OnHoverEvent(_ context.Context, req *pb.OnHoverEventRequest) (*pb.OnHoverEventResponse, error) + func (s *WebViewServer) OnKeyDown(_ context.Context, req *pb.OnKeyDownRequest) (*pb.OnKeyDownResponse, error) + func (s *WebViewServer) OnKeyMultiple(_ context.Context, req *pb.OnKeyMultipleRequest) (*pb.OnKeyMultipleResponse, error) + func (s *WebViewServer) OnKeyUp(_ context.Context, req *pb.OnKeyUpRequest) (*pb.OnKeyUpResponse, error) + func (s *WebViewServer) OnPause(_ context.Context, req *pb.OnPauseRequest) (*pb.OnPauseResponse, error) + func (s *WebViewServer) OnProvideAutofillVirtualStructure(_ context.Context, req *pb.OnProvideAutofillVirtualStructureRequest) (*pb.OnProvideAutofillVirtualStructureResponse, error) + func (s *WebViewServer) OnProvideContentCaptureStructure(_ context.Context, req *pb.OnProvideContentCaptureStructureRequest) (*pb.OnProvideContentCaptureStructureResponse, error) + func (s *WebViewServer) OnProvideVirtualStructure(_ context.Context, req *pb.OnProvideVirtualStructureRequest) (*pb.OnProvideVirtualStructureResponse, error) + func (s *WebViewServer) OnResolvePointerIcon(_ context.Context, req *pb.OnResolvePointerIconRequest) (*pb.OnResolvePointerIconResponse, error) + func (s *WebViewServer) OnResume(_ context.Context, req *pb.OnResumeRequest) (*pb.OnResumeResponse, error) + func (s *WebViewServer) OnStartTemporaryDetach(_ context.Context, req *pb.OnStartTemporaryDetachRequest) (*pb.OnStartTemporaryDetachResponse, error) + func (s *WebViewServer) OnTouchEvent(_ context.Context, req *pb.OnTouchEventRequest) (*pb.OnTouchEventResponse, error) + func (s *WebViewServer) OnTrackballEvent(_ context.Context, req *pb.OnTrackballEventRequest) (*pb.OnTrackballEventResponse, error) + func (s *WebViewServer) OnWindowFocusChanged(_ context.Context, req *pb.OnWindowFocusChangedRequest) (*pb.OnWindowFocusChangedResponse, error) + func (s *WebViewServer) OverlayHorizontalScrollbar(_ context.Context, req *pb.OverlayHorizontalScrollbarRequest) (*pb.OverlayHorizontalScrollbarResponse, error) + func (s *WebViewServer) OverlayVerticalScrollbar(_ context.Context, req *pb.OverlayVerticalScrollbarRequest) (*pb.OverlayVerticalScrollbarResponse, error) + func (s *WebViewServer) PageDown(_ context.Context, req *pb.PageDownRequest) (*pb.PageDownResponse, error) + func (s *WebViewServer) PageUp(_ context.Context, req *pb.PageUpRequest) (*pb.PageUpResponse, error) + func (s *WebViewServer) PauseTimers(_ context.Context, req *pb.PauseTimersRequest) (*pb.PauseTimersResponse, error) + func (s *WebViewServer) PerformLongClick(_ context.Context, req *pb.PerformLongClickRequest) (*pb.PerformLongClickResponse, error) + func (s *WebViewServer) PostUrl(_ context.Context, req *pb.PostUrlRequest) (*pb.PostUrlResponse, error) + func (s *WebViewServer) PostVisualStateCallback(_ context.Context, req *pb.PostVisualStateCallbackRequest) (*pb.PostVisualStateCallbackResponse, error) + func (s *WebViewServer) PostWebMessage(_ context.Context, req *pb.PostWebMessageRequest) (*pb.PostWebMessageResponse, error) + func (s *WebViewServer) Reload(_ context.Context, req *pb.ReloadRequest) (*pb.ReloadResponse, error) + func (s *WebViewServer) RemoveJavascriptInterface(_ context.Context, req *pb.RemoveJavascriptInterfaceRequest) (*pb.RemoveJavascriptInterfaceResponse, error) + func (s *WebViewServer) RequestChildRectangleOnScreen(_ context.Context, req *pb.RequestChildRectangleOnScreenRequest) (*pb.RequestChildRectangleOnScreenResponse, error) + func (s *WebViewServer) RequestFocus(_ context.Context, req *pb.RequestFocusRequest) (*pb.RequestFocusResponse, error) + func (s *WebViewServer) RequestFocusNodeHref(_ context.Context, req *pb.RequestFocusNodeHrefRequest) (*pb.RequestFocusNodeHrefResponse, error) + func (s *WebViewServer) RequestImageRef(_ context.Context, req *pb.RequestImageRefRequest) (*pb.RequestImageRefResponse, error) + func (s *WebViewServer) RestoreState(_ context.Context, req *pb.RestoreStateRequest) (*pb.RestoreStateResponse, error) + func (s *WebViewServer) ResumeTimers(_ context.Context, req *pb.ResumeTimersRequest) (*pb.ResumeTimersResponse, error) + func (s *WebViewServer) SavePassword(_ context.Context, req *pb.SavePasswordRequest) (*pb.SavePasswordResponse, error) + func (s *WebViewServer) SaveState(_ context.Context, req *pb.SaveStateRequest) (*pb.SaveStateResponse, error) + func (s *WebViewServer) SaveWebArchive(_ context.Context, req *pb.SaveWebArchiveRequest) (*pb.SaveWebArchiveResponse, error) + func (s *WebViewServer) SetBackgroundColor(_ context.Context, req *pb.SetBackgroundColorRequest) (*pb.SetBackgroundColorResponse, error) + func (s *WebViewServer) SetCertificate(_ context.Context, req *pb.SetCertificateRequest) (*pb.SetCertificateResponse, error) + func (s *WebViewServer) SetDataDirectorySuffix(_ context.Context, req *pb.SetDataDirectorySuffixRequest) (*pb.SetDataDirectorySuffixResponse, error) + func (s *WebViewServer) SetDownloadListener(_ context.Context, req *pb.SetDownloadListenerRequest) (*pb.SetDownloadListenerResponse, error) + func (s *WebViewServer) SetFindListener(_ context.Context, req *pb.SetFindListenerRequest) (*pb.SetFindListenerResponse, error) + func (s *WebViewServer) SetHorizontalScrollbarOverlay(_ context.Context, req *pb.SetHorizontalScrollbarOverlayRequest) (*pb.SetHorizontalScrollbarOverlayResponse, error) + func (s *WebViewServer) SetHttpAuthUsernamePassword(_ context.Context, req *pb.SetHttpAuthUsernamePasswordRequest) (*pb.SetHttpAuthUsernamePasswordResponse, error) + func (s *WebViewServer) SetInitialScale(_ context.Context, req *pb.SetInitialScaleRequest) (*pb.SetInitialScaleResponse, error) + func (s *WebViewServer) SetLayerType(_ context.Context, req *pb.SetLayerTypeRequest) (*pb.SetLayerTypeResponse, error) + func (s *WebViewServer) SetLayoutParams(_ context.Context, req *pb.SetLayoutParamsRequest) (*pb.SetLayoutParamsResponse, error) + func (s *WebViewServer) SetMapTrackballToArrowKeys(_ context.Context, req *pb.SetMapTrackballToArrowKeysRequest) (*pb.SetMapTrackballToArrowKeysResponse, error) + func (s *WebViewServer) SetNetworkAvailable(_ context.Context, req *pb.SetNetworkAvailableRequest) (*pb.SetNetworkAvailableResponse, error) + func (s *WebViewServer) SetOverScrollMode(_ context.Context, req *pb.SetOverScrollModeRequest) (*pb.SetOverScrollModeResponse, error) + func (s *WebViewServer) SetPictureListener(_ context.Context, req *pb.SetPictureListenerRequest) (*pb.SetPictureListenerResponse, error) + func (s *WebViewServer) SetRendererPriorityPolicy(_ context.Context, req *pb.SetRendererPriorityPolicyRequest) (*pb.SetRendererPriorityPolicyResponse, error) + func (s *WebViewServer) SetScrollBarStyle(_ context.Context, req *pb.SetScrollBarStyleRequest) (*pb.SetScrollBarStyleResponse, error) + func (s *WebViewServer) SetTextClassifier(_ context.Context, req *pb.SetTextClassifierRequest) (*pb.SetTextClassifierResponse, error) + func (s *WebViewServer) SetVerticalScrollbarOverlay(_ context.Context, req *pb.SetVerticalScrollbarOverlayRequest) (*pb.SetVerticalScrollbarOverlayResponse, error) + func (s *WebViewServer) SetWebChromeClient(_ context.Context, req *pb.SetWebChromeClientRequest) (*pb.SetWebChromeClientResponse, error) + func (s *WebViewServer) SetWebContentsDebuggingEnabled(_ context.Context, req *pb.SetWebContentsDebuggingEnabledRequest) (*pb.SetWebContentsDebuggingEnabledResponse, error) + func (s *WebViewServer) SetWebViewClient(_ context.Context, req *pb.SetWebViewClientRequest) (*pb.SetWebViewClientResponse, error) + func (s *WebViewServer) SetWebViewRenderProcessClient1(_ context.Context, req *pb.SetWebViewRenderProcessClient1Request) (*pb.SetWebViewRenderProcessClient1Response, error) + func (s *WebViewServer) SetWebViewRenderProcessClient2_1(_ context.Context, req *pb.SetWebViewRenderProcessClient2_1Request) (*pb.SetWebViewRenderProcessClient2_1Response, error) + func (s *WebViewServer) ShouldDelayChildPressedState(_ context.Context, req *pb.ShouldDelayChildPressedStateRequest) (*pb.ShouldDelayChildPressedStateResponse, error) + func (s *WebViewServer) ShowFindDialog(_ context.Context, req *pb.ShowFindDialogRequest) (*pb.ShowFindDialogResponse, error) + func (s *WebViewServer) StopLoading(_ context.Context, req *pb.StopLoadingRequest) (*pb.StopLoadingResponse, error) + func (s *WebViewServer) ZoomBy(_ context.Context, req *pb.ZoomByRequest) (*pb.ZoomByResponse, error) + func (s *WebViewServer) ZoomIn(_ context.Context, req *pb.ZoomInRequest) (*pb.ZoomInResponse, error) + func (s *WebViewServer) ZoomOut(_ context.Context, req *pb.ZoomOutRequest) (*pb.ZoomOutResponse, error)