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