webkit

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientCertRequestClient

type ClientCertRequestClient struct {
	// contains filtered or unexported fields
}

ClientCertRequestClient wraps the gRPC ClientCertRequestService client.

func NewClientCertRequestClient

func NewClientCertRequestClient(cc grpc.ClientConnInterface) *ClientCertRequestClient

NewClientCertRequestClient creates a new ClientCertRequest client.

func (*ClientCertRequestClient) Cancel

Cancel calls the Cancel RPC.

func (*ClientCertRequestClient) GetHost

func (c *ClientCertRequestClient) GetHost(ctx context.Context) (string, error)

GetHost calls the GetHost RPC.

func (*ClientCertRequestClient) GetKeyTypes

func (c *ClientCertRequestClient) GetKeyTypes(ctx context.Context) (int64, error)

GetKeyTypes calls the GetKeyTypes RPC.

func (*ClientCertRequestClient) GetPort

func (c *ClientCertRequestClient) GetPort(ctx context.Context) (int32, error)

GetPort calls the GetPort RPC.

func (*ClientCertRequestClient) GetPrincipals

func (c *ClientCertRequestClient) GetPrincipals(ctx context.Context) (int64, error)

GetPrincipals calls the GetPrincipals RPC.

func (*ClientCertRequestClient) Ignore

Ignore calls the Ignore RPC.

func (*ClientCertRequestClient) Proceed

func (c *ClientCertRequestClient) Proceed(ctx context.Context, arg0 int64, arg1 int64) error

Proceed calls the Proceed RPC.

type ConsoleMessageClient

type ConsoleMessageClient struct {
	// contains filtered or unexported fields
}

ConsoleMessageClient wraps the gRPC ConsoleMessageService client.

func NewConsoleMessageClient

func NewConsoleMessageClient(cc grpc.ClientConnInterface) *ConsoleMessageClient

NewConsoleMessageClient creates a new ConsoleMessage client.

func (*ConsoleMessageClient) LineNumber

func (c *ConsoleMessageClient) LineNumber(ctx context.Context, handle int64) (int32, error)

LineNumber calls the LineNumber RPC.

func (*ConsoleMessageClient) Message

func (c *ConsoleMessageClient) Message(ctx context.Context, handle int64) (string, error)

Message calls the Message RPC.

func (*ConsoleMessageClient) MessageLevel

func (c *ConsoleMessageClient) MessageLevel(ctx context.Context, handle int64) (int64, error)

MessageLevel calls the MessageLevel RPC.

func (*ConsoleMessageClient) SourceId

func (c *ConsoleMessageClient) SourceId(ctx context.Context, handle int64) (string, error)

SourceId calls the SourceId RPC.

type ConsoleMessageMessageLevelClient

type ConsoleMessageMessageLevelClient struct {
	// contains filtered or unexported fields
}

ConsoleMessageMessageLevelClient wraps the gRPC ConsoleMessageMessageLevelService client.

func NewConsoleMessageMessageLevelClient

func NewConsoleMessageMessageLevelClient(cc grpc.ClientConnInterface) *ConsoleMessageMessageLevelClient

NewConsoleMessageMessageLevelClient creates a new ConsoleMessageMessageLevel client.

func (*ConsoleMessageMessageLevelClient) ValueOf

ValueOf calls the ValueOf RPC.

func (*ConsoleMessageMessageLevelClient) Values

Values calls the Values RPC.

type CookieManagerClient

type CookieManagerClient struct {
	// contains filtered or unexported fields
}

CookieManagerClient wraps the gRPC CookieManagerService client.

func NewCookieManagerClient

func NewCookieManagerClient(cc grpc.ClientConnInterface) *CookieManagerClient

NewCookieManagerClient creates a new CookieManager client.

func (*CookieManagerClient) AcceptCookie

func (c *CookieManagerClient) AcceptCookie(ctx context.Context) (bool, error)

AcceptCookie calls the AcceptCookie RPC.

func (*CookieManagerClient) AcceptThirdPartyCookies

func (c *CookieManagerClient) AcceptThirdPartyCookies(ctx context.Context, arg0 int64) (bool, error)

AcceptThirdPartyCookies calls the AcceptThirdPartyCookies RPC.

func (*CookieManagerClient) AllowFileSchemeCookies

func (c *CookieManagerClient) AllowFileSchemeCookies(ctx context.Context) (bool, error)

AllowFileSchemeCookies calls the AllowFileSchemeCookies RPC.

func (*CookieManagerClient) Flush

func (c *CookieManagerClient) Flush(ctx context.Context) error

Flush calls the Flush RPC.

func (*CookieManagerClient) GetCookie

func (c *CookieManagerClient) GetCookie(ctx context.Context, arg0 string) (string, error)

GetCookie calls the GetCookie RPC.

func (*CookieManagerClient) GetInstance

func (c *CookieManagerClient) GetInstance(ctx context.Context) (int64, error)

GetInstance calls the GetInstance RPC.

func (*CookieManagerClient) HasCookies

func (c *CookieManagerClient) HasCookies(ctx context.Context) (bool, error)

HasCookies calls the HasCookies RPC.

func (*CookieManagerClient) RemoveAllCookie

func (c *CookieManagerClient) RemoveAllCookie(ctx context.Context) error

RemoveAllCookie calls the RemoveAllCookie RPC.

func (*CookieManagerClient) RemoveExpiredCookie

func (c *CookieManagerClient) RemoveExpiredCookie(ctx context.Context) error

RemoveExpiredCookie calls the RemoveExpiredCookie RPC.

func (*CookieManagerClient) RemoveSessionCookie

func (c *CookieManagerClient) RemoveSessionCookie(ctx context.Context) error

RemoveSessionCookie calls the RemoveSessionCookie RPC.

func (*CookieManagerClient) SetAcceptCookie

func (c *CookieManagerClient) SetAcceptCookie(ctx context.Context, arg0 bool) error

SetAcceptCookie calls the SetAcceptCookie RPC.

func (*CookieManagerClient) SetAcceptFileSchemeCookies

func (c *CookieManagerClient) SetAcceptFileSchemeCookies(ctx context.Context, arg0 bool) error

SetAcceptFileSchemeCookies calls the SetAcceptFileSchemeCookies RPC.

func (*CookieManagerClient) SetAcceptThirdPartyCookies

func (c *CookieManagerClient) SetAcceptThirdPartyCookies(ctx context.Context, arg0 int64, arg1 bool) error

SetAcceptThirdPartyCookies calls the SetAcceptThirdPartyCookies RPC.

func (*CookieManagerClient) SetCookie

func (c *CookieManagerClient) SetCookie(ctx context.Context, arg0 string, arg1 string) error

SetCookie calls the SetCookie RPC.

type CookieSyncManagerClient

type CookieSyncManagerClient struct {
	// contains filtered or unexported fields
}

CookieSyncManagerClient wraps the gRPC CookieSyncManagerService client.

func NewCookieSyncManagerClient

func NewCookieSyncManagerClient(cc grpc.ClientConnInterface) *CookieSyncManagerClient

NewCookieSyncManagerClient creates a new CookieSyncManager client.

func (*CookieSyncManagerClient) CreateInstance

func (c *CookieSyncManagerClient) CreateInstance(ctx context.Context, arg0 int64) (int64, error)

CreateInstance calls the CreateInstance RPC.

func (*CookieSyncManagerClient) GetInstance

func (c *CookieSyncManagerClient) GetInstance(ctx context.Context) (int64, error)

GetInstance calls the GetInstance RPC.

func (*CookieSyncManagerClient) ResetSync

func (c *CookieSyncManagerClient) ResetSync(ctx context.Context) error

ResetSync calls the ResetSync RPC.

func (*CookieSyncManagerClient) Run

Run calls the Run RPC.

func (*CookieSyncManagerClient) StartSync

func (c *CookieSyncManagerClient) StartSync(ctx context.Context) error

StartSync calls the StartSync RPC.

func (*CookieSyncManagerClient) StopSync

func (c *CookieSyncManagerClient) StopSync(ctx context.Context) error

StopSync calls the StopSync RPC.

func (*CookieSyncManagerClient) Sync

Sync calls the Sync RPC.

type DateSorterClient

type DateSorterClient struct {
	// contains filtered or unexported fields
}

DateSorterClient wraps the gRPC DateSorterService client.

func NewDateSorterClient

func NewDateSorterClient(cc grpc.ClientConnInterface) *DateSorterClient

NewDateSorterClient creates a new DateSorter client.

func (*DateSorterClient) GetBoundary

func (c *DateSorterClient) GetBoundary(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetBoundary calls the GetBoundary RPC.

func (*DateSorterClient) GetIndex

func (c *DateSorterClient) GetIndex(ctx context.Context, handle int64, arg0 int64) (int32, error)

GetIndex calls the GetIndex RPC.

func (*DateSorterClient) GetLabel

func (c *DateSorterClient) GetLabel(ctx context.Context, handle int64, arg0 int32) (string, error)

GetLabel calls the GetLabel RPC.

type DownloadListenerClient

type DownloadListenerClient struct {
	// contains filtered or unexported fields
}

DownloadListenerClient wraps the gRPC DownloadListenerService client.

func NewDownloadListenerClient

func NewDownloadListenerClient(cc grpc.ClientConnInterface) *DownloadListenerClient

NewDownloadListenerClient creates a new DownloadListener client.

func (*DownloadListenerClient) OnDownloadStart

func (c *DownloadListenerClient) OnDownloadStart(ctx context.Context, arg0 string, arg1 string, arg2 string, arg3 string, arg4 int64) error

OnDownloadStart calls the OnDownloadStart RPC.

type GeolocationPermissionsCallbackClient

type GeolocationPermissionsCallbackClient struct {
	// contains filtered or unexported fields
}

GeolocationPermissionsCallbackClient wraps the gRPC GeolocationPermissionsCallbackService client.

func NewGeolocationPermissionsCallbackClient

func NewGeolocationPermissionsCallbackClient(cc grpc.ClientConnInterface) *GeolocationPermissionsCallbackClient

NewGeolocationPermissionsCallbackClient creates a new GeolocationPermissionsCallback client.

func (*GeolocationPermissionsCallbackClient) Invoke

func (c *GeolocationPermissionsCallbackClient) Invoke(ctx context.Context, arg0 string, arg1 bool, arg2 bool) error

Invoke calls the Invoke RPC.

type GeolocationPermissionsClient

type GeolocationPermissionsClient struct {
	// contains filtered or unexported fields
}

GeolocationPermissionsClient wraps the gRPC GeolocationPermissionsService client.

func NewGeolocationPermissionsClient

func NewGeolocationPermissionsClient(cc grpc.ClientConnInterface) *GeolocationPermissionsClient

NewGeolocationPermissionsClient creates a new GeolocationPermissions client.

func (*GeolocationPermissionsClient) Allow

Allow calls the Allow RPC.

func (*GeolocationPermissionsClient) Clear

Clear calls the Clear RPC.

func (*GeolocationPermissionsClient) ClearAll

ClearAll calls the ClearAll RPC.

func (*GeolocationPermissionsClient) GetInstance

func (c *GeolocationPermissionsClient) GetInstance(ctx context.Context) (int64, error)

GetInstance calls the GetInstance RPC.

type HttpAuthHandlerClient

type HttpAuthHandlerClient struct {
	// contains filtered or unexported fields
}

HttpAuthHandlerClient wraps the gRPC HttpAuthHandlerService client.

func NewHttpAuthHandlerClient

func NewHttpAuthHandlerClient(cc grpc.ClientConnInterface) *HttpAuthHandlerClient

NewHttpAuthHandlerClient creates a new HttpAuthHandler client.

func (*HttpAuthHandlerClient) Cancel

func (c *HttpAuthHandlerClient) Cancel(ctx context.Context) error

Cancel calls the Cancel RPC.

func (*HttpAuthHandlerClient) Proceed

func (c *HttpAuthHandlerClient) Proceed(ctx context.Context, arg0 string, arg1 string) error

Proceed calls the Proceed RPC.

func (*HttpAuthHandlerClient) UseHttpAuthUsernamePassword

func (c *HttpAuthHandlerClient) UseHttpAuthUsernamePassword(ctx context.Context) (bool, error)

UseHttpAuthUsernamePassword calls the UseHttpAuthUsernamePassword RPC.

type JsPromptResultClient

type JsPromptResultClient struct {
	// contains filtered or unexported fields
}

JsPromptResultClient wraps the gRPC JsPromptResultService client.

func NewJsPromptResultClient

func NewJsPromptResultClient(cc grpc.ClientConnInterface) *JsPromptResultClient

NewJsPromptResultClient creates a new JsPromptResult client.

func (*JsPromptResultClient) Confirm

func (c *JsPromptResultClient) Confirm(ctx context.Context, arg0 string) error

Confirm calls the Confirm RPC.

type JsResultClient

type JsResultClient struct {
	// contains filtered or unexported fields
}

JsResultClient wraps the gRPC JsResultService client.

func NewJsResultClient

func NewJsResultClient(cc grpc.ClientConnInterface) *JsResultClient

NewJsResultClient creates a new JsResult client.

func (*JsResultClient) Cancel

func (c *JsResultClient) Cancel(ctx context.Context) error

Cancel calls the Cancel RPC.

func (*JsResultClient) Confirm

func (c *JsResultClient) Confirm(ctx context.Context) error

Confirm calls the Confirm RPC.

type MimeTypeMapClient

type MimeTypeMapClient struct {
	// contains filtered or unexported fields
}

MimeTypeMapClient wraps the gRPC MimeTypeMapService client.

func NewMimeTypeMapClient

func NewMimeTypeMapClient(cc grpc.ClientConnInterface) *MimeTypeMapClient

NewMimeTypeMapClient creates a new MimeTypeMap client.

func (*MimeTypeMapClient) GetExtensionFromMimeType

func (c *MimeTypeMapClient) GetExtensionFromMimeType(ctx context.Context, arg0 string) (string, error)

GetExtensionFromMimeType calls the GetExtensionFromMimeType RPC.

func (*MimeTypeMapClient) GetFileExtensionFromUrl

func (c *MimeTypeMapClient) GetFileExtensionFromUrl(ctx context.Context, arg0 string) (string, error)

GetFileExtensionFromUrl calls the GetFileExtensionFromUrl RPC.

func (*MimeTypeMapClient) GetMimeTypeFromExtension

func (c *MimeTypeMapClient) GetMimeTypeFromExtension(ctx context.Context, arg0 string) (string, error)

GetMimeTypeFromExtension calls the GetMimeTypeFromExtension RPC.

func (*MimeTypeMapClient) GetSingleton

func (c *MimeTypeMapClient) GetSingleton(ctx context.Context) (int64, error)

GetSingleton calls the GetSingleton RPC.

func (*MimeTypeMapClient) HasExtension

func (c *MimeTypeMapClient) HasExtension(ctx context.Context, arg0 string) (bool, error)

HasExtension calls the HasExtension RPC.

func (*MimeTypeMapClient) HasMimeType

func (c *MimeTypeMapClient) HasMimeType(ctx context.Context, arg0 string) (bool, error)

HasMimeType calls the HasMimeType RPC.

type PermissionRequestClient

type PermissionRequestClient struct {
	// contains filtered or unexported fields
}

PermissionRequestClient wraps the gRPC PermissionRequestService client.

func NewPermissionRequestClient

func NewPermissionRequestClient(cc grpc.ClientConnInterface) *PermissionRequestClient

NewPermissionRequestClient creates a new PermissionRequest client.

func (*PermissionRequestClient) Deny

Deny calls the Deny RPC.

func (*PermissionRequestClient) GetOrigin

func (c *PermissionRequestClient) GetOrigin(ctx context.Context) (int64, error)

GetOrigin calls the GetOrigin RPC.

func (*PermissionRequestClient) GetResources

func (c *PermissionRequestClient) GetResources(ctx context.Context) (int64, error)

GetResources calls the GetResources RPC.

func (*PermissionRequestClient) Grant

func (c *PermissionRequestClient) Grant(ctx context.Context, arg0 int64) error

Grant calls the Grant RPC.

type PluginStubClient

type PluginStubClient struct {
	// contains filtered or unexported fields
}

PluginStubClient wraps the gRPC PluginStubService client.

func NewPluginStubClient

func NewPluginStubClient(cc grpc.ClientConnInterface) *PluginStubClient

NewPluginStubClient creates a new PluginStub client.

func (*PluginStubClient) GetEmbeddedView

func (c *PluginStubClient) GetEmbeddedView(ctx context.Context, arg0 int32, arg1 int64) (int64, error)

GetEmbeddedView calls the GetEmbeddedView RPC.

func (*PluginStubClient) GetFullScreenView

func (c *PluginStubClient) GetFullScreenView(ctx context.Context, arg0 int32, arg1 int64) (int64, error)

GetFullScreenView calls the GetFullScreenView RPC.

type RenderProcessGoneDetailClient

type RenderProcessGoneDetailClient struct {
	// contains filtered or unexported fields
}

RenderProcessGoneDetailClient wraps the gRPC RenderProcessGoneDetailService client.

func NewRenderProcessGoneDetailClient

func NewRenderProcessGoneDetailClient(cc grpc.ClientConnInterface) *RenderProcessGoneDetailClient

NewRenderProcessGoneDetailClient creates a new RenderProcessGoneDetail client.

func (*RenderProcessGoneDetailClient) DidCrash

DidCrash calls the DidCrash RPC.

func (*RenderProcessGoneDetailClient) RendererPriorityAtExit

func (c *RenderProcessGoneDetailClient) RendererPriorityAtExit(ctx context.Context) (int32, error)

RendererPriorityAtExit calls the RendererPriorityAtExit RPC.

type SafeBrowsingResponseClient

type SafeBrowsingResponseClient struct {
	// contains filtered or unexported fields
}

SafeBrowsingResponseClient wraps the gRPC SafeBrowsingResponseService client.

func NewSafeBrowsingResponseClient

func NewSafeBrowsingResponseClient(cc grpc.ClientConnInterface) *SafeBrowsingResponseClient

NewSafeBrowsingResponseClient creates a new SafeBrowsingResponse client.

func (*SafeBrowsingResponseClient) BackToSafety

func (c *SafeBrowsingResponseClient) BackToSafety(ctx context.Context, arg0 bool) error

BackToSafety calls the BackToSafety RPC.

func (*SafeBrowsingResponseClient) Proceed

func (c *SafeBrowsingResponseClient) Proceed(ctx context.Context, arg0 bool) error

Proceed calls the Proceed RPC.

func (*SafeBrowsingResponseClient) ShowInterstitial

func (c *SafeBrowsingResponseClient) ShowInterstitial(ctx context.Context, arg0 bool) error

ShowInterstitial calls the ShowInterstitial RPC.

type ServiceWorkerClientClient

type ServiceWorkerClientClient struct {
	// contains filtered or unexported fields
}

ServiceWorkerClientClient wraps the gRPC ServiceWorkerClientService client.

func NewServiceWorkerClientClient

func NewServiceWorkerClientClient(cc grpc.ClientConnInterface) *ServiceWorkerClientClient

NewServiceWorkerClientClient creates a new ServiceWorkerClient client.

func (*ServiceWorkerClientClient) ShouldInterceptRequest

func (c *ServiceWorkerClientClient) ShouldInterceptRequest(ctx context.Context, handle int64, arg0 int64) (int64, error)

ShouldInterceptRequest calls the ShouldInterceptRequest RPC.

type ServiceWorkerControllerClient

type ServiceWorkerControllerClient struct {
	// contains filtered or unexported fields
}

ServiceWorkerControllerClient wraps the gRPC ServiceWorkerControllerService client.

func NewServiceWorkerControllerClient

func NewServiceWorkerControllerClient(cc grpc.ClientConnInterface) *ServiceWorkerControllerClient

NewServiceWorkerControllerClient creates a new ServiceWorkerController client.

func (*ServiceWorkerControllerClient) GetInstance

func (c *ServiceWorkerControllerClient) GetInstance(ctx context.Context) (int64, error)

GetInstance calls the GetInstance RPC.

func (*ServiceWorkerControllerClient) GetServiceWorkerWebSettings

func (c *ServiceWorkerControllerClient) GetServiceWorkerWebSettings(ctx context.Context) (int64, error)

GetServiceWorkerWebSettings calls the GetServiceWorkerWebSettings RPC.

func (*ServiceWorkerControllerClient) SetServiceWorkerClient

func (c *ServiceWorkerControllerClient) SetServiceWorkerClient(ctx context.Context, arg0 int64) error

SetServiceWorkerClient calls the SetServiceWorkerClient RPC.

type ServiceWorkerWebSettingsClient

type ServiceWorkerWebSettingsClient struct {
	// contains filtered or unexported fields
}

ServiceWorkerWebSettingsClient wraps the gRPC ServiceWorkerWebSettingsService client.

func NewServiceWorkerWebSettingsClient

func NewServiceWorkerWebSettingsClient(cc grpc.ClientConnInterface) *ServiceWorkerWebSettingsClient

NewServiceWorkerWebSettingsClient creates a new ServiceWorkerWebSettings client.

func (*ServiceWorkerWebSettingsClient) GetAllowContentAccess

func (c *ServiceWorkerWebSettingsClient) GetAllowContentAccess(ctx context.Context) (bool, error)

GetAllowContentAccess calls the GetAllowContentAccess RPC.

func (*ServiceWorkerWebSettingsClient) GetAllowFileAccess

func (c *ServiceWorkerWebSettingsClient) GetAllowFileAccess(ctx context.Context) (bool, error)

GetAllowFileAccess calls the GetAllowFileAccess RPC.

func (*ServiceWorkerWebSettingsClient) GetBlockNetworkLoads

func (c *ServiceWorkerWebSettingsClient) GetBlockNetworkLoads(ctx context.Context) (bool, error)

GetBlockNetworkLoads calls the GetBlockNetworkLoads RPC.

func (*ServiceWorkerWebSettingsClient) GetCacheMode

func (c *ServiceWorkerWebSettingsClient) GetCacheMode(ctx context.Context) (int32, error)

GetCacheMode calls the GetCacheMode RPC.

func (*ServiceWorkerWebSettingsClient) SetAllowContentAccess

func (c *ServiceWorkerWebSettingsClient) SetAllowContentAccess(ctx context.Context, arg0 bool) error

SetAllowContentAccess calls the SetAllowContentAccess RPC.

func (*ServiceWorkerWebSettingsClient) SetAllowFileAccess

func (c *ServiceWorkerWebSettingsClient) SetAllowFileAccess(ctx context.Context, arg0 bool) error

SetAllowFileAccess calls the SetAllowFileAccess RPC.

func (*ServiceWorkerWebSettingsClient) SetBlockNetworkLoads

func (c *ServiceWorkerWebSettingsClient) SetBlockNetworkLoads(ctx context.Context, arg0 bool) error

SetBlockNetworkLoads calls the SetBlockNetworkLoads RPC.

func (*ServiceWorkerWebSettingsClient) SetCacheMode

func (c *ServiceWorkerWebSettingsClient) SetCacheMode(ctx context.Context, arg0 int32) error

SetCacheMode calls the SetCacheMode RPC.

type SslErrorHandlerClient

type SslErrorHandlerClient struct {
	// contains filtered or unexported fields
}

SslErrorHandlerClient wraps the gRPC SslErrorHandlerService client.

func NewSslErrorHandlerClient

func NewSslErrorHandlerClient(cc grpc.ClientConnInterface) *SslErrorHandlerClient

NewSslErrorHandlerClient creates a new SslErrorHandler client.

func (*SslErrorHandlerClient) Cancel

func (c *SslErrorHandlerClient) Cancel(ctx context.Context) error

Cancel calls the Cancel RPC.

func (*SslErrorHandlerClient) Proceed

func (c *SslErrorHandlerClient) Proceed(ctx context.Context) error

Proceed calls the Proceed RPC.

type TracingConfigBuilderClient

type TracingConfigBuilderClient struct {
	// contains filtered or unexported fields
}

TracingConfigBuilderClient wraps the gRPC TracingConfigBuilderService client.

func NewTracingConfigBuilderClient

func NewTracingConfigBuilderClient(cc grpc.ClientConnInterface) *TracingConfigBuilderClient

NewTracingConfigBuilderClient creates a new TracingConfigBuilder client.

func (*TracingConfigBuilderClient) AddCategories1

func (c *TracingConfigBuilderClient) AddCategories1(ctx context.Context, arg0 int64) (int64, error)

AddCategories1 calls the AddCategories1 RPC.

func (*TracingConfigBuilderClient) AddCategories1_1

func (c *TracingConfigBuilderClient) AddCategories1_1(ctx context.Context, arg0 int64) (int64, error)

AddCategories1_1 calls the AddCategories1_1 RPC.

func (*TracingConfigBuilderClient) Build

Build calls the Build RPC.

func (*TracingConfigBuilderClient) SetTracingMode

func (c *TracingConfigBuilderClient) SetTracingMode(ctx context.Context, arg0 int32) (int64, error)

SetTracingMode calls the SetTracingMode RPC.

type TracingConfigClient

type TracingConfigClient struct {
	// contains filtered or unexported fields
}

TracingConfigClient wraps the gRPC TracingConfigService client.

func NewTracingConfigClient

func NewTracingConfigClient(cc grpc.ClientConnInterface) *TracingConfigClient

NewTracingConfigClient creates a new TracingConfig client.

func (*TracingConfigClient) GetCustomIncludedCategories

func (c *TracingConfigClient) GetCustomIncludedCategories(ctx context.Context) (int64, error)

GetCustomIncludedCategories calls the GetCustomIncludedCategories RPC.

func (*TracingConfigClient) GetPredefinedCategories

func (c *TracingConfigClient) GetPredefinedCategories(ctx context.Context) (int32, error)

GetPredefinedCategories calls the GetPredefinedCategories RPC.

func (*TracingConfigClient) GetTracingMode

func (c *TracingConfigClient) GetTracingMode(ctx context.Context) (int32, error)

GetTracingMode calls the GetTracingMode RPC.

type TracingControllerClient

type TracingControllerClient struct {
	// contains filtered or unexported fields
}

TracingControllerClient wraps the gRPC TracingControllerService client.

func NewTracingControllerClient

func NewTracingControllerClient(cc grpc.ClientConnInterface) *TracingControllerClient

NewTracingControllerClient creates a new TracingController client.

func (*TracingControllerClient) GetInstance

func (c *TracingControllerClient) GetInstance(ctx context.Context) (int64, error)

GetInstance calls the GetInstance RPC.

func (*TracingControllerClient) IsTracing

func (c *TracingControllerClient) IsTracing(ctx context.Context) (bool, error)

IsTracing calls the IsTracing RPC.

func (*TracingControllerClient) Start

func (c *TracingControllerClient) Start(ctx context.Context, arg0 int64) error

Start calls the Start RPC.

func (*TracingControllerClient) Stop

func (c *TracingControllerClient) Stop(ctx context.Context, arg0 int64, arg1 int64) (bool, error)

Stop calls the Stop RPC.

type URLUtilClient

type URLUtilClient struct {
	// contains filtered or unexported fields
}

URLUtilClient wraps the gRPC URLUtilService client.

func NewURLUtilClient

func NewURLUtilClient(cc grpc.ClientConnInterface) *URLUtilClient

NewURLUtilClient creates a new URLUtil client.

func (*URLUtilClient) ComposeSearchUrl

func (c *URLUtilClient) ComposeSearchUrl(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 string) (string, error)

ComposeSearchUrl calls the ComposeSearchUrl RPC.

func (*URLUtilClient) Decode

func (c *URLUtilClient) Decode(ctx context.Context, handle int64, arg0 int64) (int64, error)

Decode calls the Decode RPC.

func (*URLUtilClient) GuessFileName

func (c *URLUtilClient) GuessFileName(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 string) (string, error)

GuessFileName calls the GuessFileName RPC.

func (*URLUtilClient) GuessUrl

func (c *URLUtilClient) GuessUrl(ctx context.Context, handle int64, arg0 string) (string, error)

GuessUrl calls the GuessUrl RPC.

func (*URLUtilClient) IsAboutUrl

func (c *URLUtilClient) IsAboutUrl(ctx context.Context, handle int64, arg0 string) (bool, error)

IsAboutUrl calls the IsAboutUrl RPC.

func (*URLUtilClient) IsAssetUrl

func (c *URLUtilClient) IsAssetUrl(ctx context.Context, handle int64, arg0 string) (bool, error)

IsAssetUrl calls the IsAssetUrl RPC.

func (*URLUtilClient) IsContentUrl

func (c *URLUtilClient) IsContentUrl(ctx context.Context, handle int64, arg0 string) (bool, error)

IsContentUrl calls the IsContentUrl RPC.

func (*URLUtilClient) IsCookielessProxyUrl

func (c *URLUtilClient) IsCookielessProxyUrl(ctx context.Context, handle int64, arg0 string) (bool, error)

IsCookielessProxyUrl calls the IsCookielessProxyUrl RPC.

func (*URLUtilClient) IsDataUrl

func (c *URLUtilClient) IsDataUrl(ctx context.Context, handle int64, arg0 string) (bool, error)

IsDataUrl calls the IsDataUrl RPC.

func (*URLUtilClient) IsFileUrl

func (c *URLUtilClient) IsFileUrl(ctx context.Context, handle int64, arg0 string) (bool, error)

IsFileUrl calls the IsFileUrl RPC.

func (*URLUtilClient) IsHttpUrl

func (c *URLUtilClient) IsHttpUrl(ctx context.Context, handle int64, arg0 string) (bool, error)

IsHttpUrl calls the IsHttpUrl RPC.

func (*URLUtilClient) IsHttpsUrl

func (c *URLUtilClient) IsHttpsUrl(ctx context.Context, handle int64, arg0 string) (bool, error)

IsHttpsUrl calls the IsHttpsUrl RPC.

func (*URLUtilClient) IsJavaScriptUrl

func (c *URLUtilClient) IsJavaScriptUrl(ctx context.Context, handle int64, arg0 string) (bool, error)

IsJavaScriptUrl calls the IsJavaScriptUrl RPC.

func (*URLUtilClient) IsNetworkUrl

func (c *URLUtilClient) IsNetworkUrl(ctx context.Context, handle int64, arg0 string) (bool, error)

IsNetworkUrl calls the IsNetworkUrl RPC.

func (*URLUtilClient) IsValidUrl

func (c *URLUtilClient) IsValidUrl(ctx context.Context, handle int64, arg0 string) (bool, error)

IsValidUrl calls the IsValidUrl RPC.

func (*URLUtilClient) StripAnchor

func (c *URLUtilClient) StripAnchor(ctx context.Context, handle int64, arg0 string) (string, error)

StripAnchor calls the StripAnchor RPC.

type WebBackForwardListClient

type WebBackForwardListClient struct {
	// contains filtered or unexported fields
}

WebBackForwardListClient wraps the gRPC WebBackForwardListService client.

func NewWebBackForwardListClient

func NewWebBackForwardListClient(cc grpc.ClientConnInterface) *WebBackForwardListClient

NewWebBackForwardListClient creates a new WebBackForwardList client.

func (*WebBackForwardListClient) GetCurrentIndex

func (c *WebBackForwardListClient) GetCurrentIndex(ctx context.Context) (int32, error)

GetCurrentIndex calls the GetCurrentIndex RPC.

func (*WebBackForwardListClient) GetCurrentItem

func (c *WebBackForwardListClient) GetCurrentItem(ctx context.Context) (int64, error)

GetCurrentItem calls the GetCurrentItem RPC.

func (*WebBackForwardListClient) GetItemAtIndex

func (c *WebBackForwardListClient) GetItemAtIndex(ctx context.Context, arg0 int32) (int64, error)

GetItemAtIndex calls the GetItemAtIndex RPC.

func (*WebBackForwardListClient) GetSize

func (c *WebBackForwardListClient) GetSize(ctx context.Context) (int32, error)

GetSize calls the GetSize RPC.

type WebChromeClientClient

type WebChromeClientClient struct {
	// contains filtered or unexported fields
}

WebChromeClientClient wraps the gRPC WebChromeClientService client.

func NewWebChromeClientClient

func NewWebChromeClientClient(cc grpc.ClientConnInterface) *WebChromeClientClient

NewWebChromeClientClient creates a new WebChromeClient client.

func (*WebChromeClientClient) GetDefaultVideoPoster

func (c *WebChromeClientClient) GetDefaultVideoPoster(ctx context.Context, handle int64) (int64, error)

GetDefaultVideoPoster calls the GetDefaultVideoPoster RPC.

func (*WebChromeClientClient) GetVideoLoadingProgressView

func (c *WebChromeClientClient) GetVideoLoadingProgressView(ctx context.Context, handle int64) (int64, error)

GetVideoLoadingProgressView calls the GetVideoLoadingProgressView RPC.

func (*WebChromeClientClient) OnCloseWindow

func (c *WebChromeClientClient) OnCloseWindow(ctx context.Context, handle int64, arg0 int64) error

OnCloseWindow calls the OnCloseWindow RPC.

func (*WebChromeClientClient) OnConsoleMessage1

func (c *WebChromeClientClient) OnConsoleMessage1(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnConsoleMessage1 calls the OnConsoleMessage1 RPC.

func (*WebChromeClientClient) OnConsoleMessage3_1

func (c *WebChromeClientClient) OnConsoleMessage3_1(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 string) error

OnConsoleMessage3_1 calls the OnConsoleMessage3_1 RPC.

func (*WebChromeClientClient) OnCreateWindow

func (c *WebChromeClientClient) OnCreateWindow(ctx context.Context, handle int64, arg0 int64, arg1 bool, arg2 bool, arg3 int64) (bool, error)

OnCreateWindow calls the OnCreateWindow RPC.

func (*WebChromeClientClient) OnExceededDatabaseQuota

func (c *WebChromeClientClient) OnExceededDatabaseQuota(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int64, arg3 int64, arg4 int64, arg5 int64) error

OnExceededDatabaseQuota calls the OnExceededDatabaseQuota RPC.

func (*WebChromeClientClient) OnGeolocationPermissionsHidePrompt

func (c *WebChromeClientClient) OnGeolocationPermissionsHidePrompt(ctx context.Context, handle int64) error

OnGeolocationPermissionsHidePrompt calls the OnGeolocationPermissionsHidePrompt RPC.

func (*WebChromeClientClient) OnGeolocationPermissionsShowPrompt

func (c *WebChromeClientClient) OnGeolocationPermissionsShowPrompt(ctx context.Context, handle int64, arg0 string, arg1 int64) error

OnGeolocationPermissionsShowPrompt calls the OnGeolocationPermissionsShowPrompt RPC.

func (*WebChromeClientClient) OnHideCustomView

func (c *WebChromeClientClient) OnHideCustomView(ctx context.Context, handle int64) error

OnHideCustomView calls the OnHideCustomView RPC.

func (*WebChromeClientClient) OnJsAlert

func (c *WebChromeClientClient) OnJsAlert(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, arg3 int64) (bool, error)

OnJsAlert calls the OnJsAlert RPC.

func (*WebChromeClientClient) OnJsBeforeUnload

func (c *WebChromeClientClient) OnJsBeforeUnload(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, arg3 int64) (bool, error)

OnJsBeforeUnload calls the OnJsBeforeUnload RPC.

func (*WebChromeClientClient) OnJsConfirm

func (c *WebChromeClientClient) OnJsConfirm(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, arg3 int64) (bool, error)

OnJsConfirm calls the OnJsConfirm RPC.

func (*WebChromeClientClient) OnJsPrompt

func (c *WebChromeClientClient) OnJsPrompt(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, arg3 string, arg4 int64) (bool, error)

OnJsPrompt calls the OnJsPrompt RPC.

func (*WebChromeClientClient) OnJsTimeout

func (c *WebChromeClientClient) OnJsTimeout(ctx context.Context, handle int64) (bool, error)

OnJsTimeout calls the OnJsTimeout RPC.

func (*WebChromeClientClient) OnPermissionRequest

func (c *WebChromeClientClient) OnPermissionRequest(ctx context.Context, handle int64, arg0 int64) error

OnPermissionRequest calls the OnPermissionRequest RPC.

func (*WebChromeClientClient) OnPermissionRequestCanceled

func (c *WebChromeClientClient) OnPermissionRequestCanceled(ctx context.Context, handle int64, arg0 int64) error

OnPermissionRequestCanceled calls the OnPermissionRequestCanceled RPC.

func (*WebChromeClientClient) OnProgressChanged

func (c *WebChromeClientClient) OnProgressChanged(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

OnProgressChanged calls the OnProgressChanged RPC.

func (*WebChromeClientClient) OnReceivedIcon

func (c *WebChromeClientClient) OnReceivedIcon(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

OnReceivedIcon calls the OnReceivedIcon RPC.

func (*WebChromeClientClient) OnReceivedTitle

func (c *WebChromeClientClient) OnReceivedTitle(ctx context.Context, handle int64, arg0 int64, arg1 string) error

OnReceivedTitle calls the OnReceivedTitle RPC.

func (*WebChromeClientClient) OnReceivedTouchIconUrl

func (c *WebChromeClientClient) OnReceivedTouchIconUrl(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 bool) error

OnReceivedTouchIconUrl calls the OnReceivedTouchIconUrl RPC.

func (*WebChromeClientClient) OnRequestFocus

func (c *WebChromeClientClient) OnRequestFocus(ctx context.Context, handle int64, arg0 int64) error

OnRequestFocus calls the OnRequestFocus RPC.

func (*WebChromeClientClient) OnShowCustomView2

func (c *WebChromeClientClient) OnShowCustomView2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

OnShowCustomView2 calls the OnShowCustomView2 RPC.

func (*WebChromeClientClient) OnShowCustomView3_1

func (c *WebChromeClientClient) OnShowCustomView3_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) error

OnShowCustomView3_1 calls the OnShowCustomView3_1 RPC.

type WebChromeClientCustomViewCallbackClient

type WebChromeClientCustomViewCallbackClient struct {
	// contains filtered or unexported fields
}

WebChromeClientCustomViewCallbackClient wraps the gRPC WebChromeClientCustomViewCallbackService client.

func NewWebChromeClientCustomViewCallbackClient

func NewWebChromeClientCustomViewCallbackClient(cc grpc.ClientConnInterface) *WebChromeClientCustomViewCallbackClient

NewWebChromeClientCustomViewCallbackClient creates a new WebChromeClientCustomViewCallback client.

func (*WebChromeClientCustomViewCallbackClient) OnCustomViewHidden

func (c *WebChromeClientCustomViewCallbackClient) OnCustomViewHidden(ctx context.Context) error

OnCustomViewHidden calls the OnCustomViewHidden RPC.

type WebChromeClientFileChooserParamsClient

type WebChromeClientFileChooserParamsClient struct {
	// contains filtered or unexported fields
}

WebChromeClientFileChooserParamsClient wraps the gRPC WebChromeClientFileChooserParamsService client.

func NewWebChromeClientFileChooserParamsClient

func NewWebChromeClientFileChooserParamsClient(cc grpc.ClientConnInterface) *WebChromeClientFileChooserParamsClient

NewWebChromeClientFileChooserParamsClient creates a new WebChromeClientFileChooserParams client.

func (*WebChromeClientFileChooserParamsClient) CreateIntent

CreateIntent calls the CreateIntent RPC.

func (*WebChromeClientFileChooserParamsClient) GetAcceptTypes

GetAcceptTypes calls the GetAcceptTypes RPC.

func (*WebChromeClientFileChooserParamsClient) GetFilenameHint

GetFilenameHint calls the GetFilenameHint RPC.

func (*WebChromeClientFileChooserParamsClient) GetMode

GetMode calls the GetMode RPC.

func (*WebChromeClientFileChooserParamsClient) GetTitle

GetTitle calls the GetTitle RPC.

func (*WebChromeClientFileChooserParamsClient) IsCaptureEnabled

func (c *WebChromeClientFileChooserParamsClient) IsCaptureEnabled(ctx context.Context) (bool, error)

IsCaptureEnabled calls the IsCaptureEnabled RPC.

func (*WebChromeClientFileChooserParamsClient) ParseResult

func (c *WebChromeClientFileChooserParamsClient) ParseResult(ctx context.Context, arg0 int32, arg1 int64) (int64, error)

ParseResult calls the ParseResult RPC.

type WebHistoryItemClient

type WebHistoryItemClient struct {
	// contains filtered or unexported fields
}

WebHistoryItemClient wraps the gRPC WebHistoryItemService client.

func NewWebHistoryItemClient

func NewWebHistoryItemClient(cc grpc.ClientConnInterface) *WebHistoryItemClient

NewWebHistoryItemClient creates a new WebHistoryItem client.

func (*WebHistoryItemClient) GetFavicon

func (c *WebHistoryItemClient) GetFavicon(ctx context.Context) (int64, error)

GetFavicon calls the GetFavicon RPC.

func (*WebHistoryItemClient) GetOriginalUrl

func (c *WebHistoryItemClient) GetOriginalUrl(ctx context.Context) (string, error)

GetOriginalUrl calls the GetOriginalUrl RPC.

func (*WebHistoryItemClient) GetTitle

func (c *WebHistoryItemClient) GetTitle(ctx context.Context) (string, error)

GetTitle calls the GetTitle RPC.

func (*WebHistoryItemClient) GetUrl

func (c *WebHistoryItemClient) GetUrl(ctx context.Context) (string, error)

GetUrl calls the GetUrl RPC.

type WebIconDatabaseClient

type WebIconDatabaseClient struct {
	// contains filtered or unexported fields
}

WebIconDatabaseClient wraps the gRPC WebIconDatabaseService client.

func NewWebIconDatabaseClient

func NewWebIconDatabaseClient(cc grpc.ClientConnInterface) *WebIconDatabaseClient

NewWebIconDatabaseClient creates a new WebIconDatabase client.

func (*WebIconDatabaseClient) Close

Close calls the Close RPC.

func (*WebIconDatabaseClient) GetInstance

func (c *WebIconDatabaseClient) GetInstance(ctx context.Context) (int64, error)

GetInstance calls the GetInstance RPC.

func (*WebIconDatabaseClient) Open

func (c *WebIconDatabaseClient) Open(ctx context.Context, arg0 string) error

Open calls the Open RPC.

func (*WebIconDatabaseClient) ReleaseIconForPageUrl

func (c *WebIconDatabaseClient) ReleaseIconForPageUrl(ctx context.Context, arg0 string) error

ReleaseIconForPageUrl calls the ReleaseIconForPageUrl RPC.

func (*WebIconDatabaseClient) RemoveAllIcons

func (c *WebIconDatabaseClient) RemoveAllIcons(ctx context.Context) error

RemoveAllIcons calls the RemoveAllIcons RPC.

func (*WebIconDatabaseClient) RequestIconForPageUrl

func (c *WebIconDatabaseClient) RequestIconForPageUrl(ctx context.Context, arg0 string, arg1 int64) error

RequestIconForPageUrl calls the RequestIconForPageUrl RPC.

func (*WebIconDatabaseClient) RetainIconForPageUrl

func (c *WebIconDatabaseClient) RetainIconForPageUrl(ctx context.Context, arg0 string) error

RetainIconForPageUrl calls the RetainIconForPageUrl RPC.

type WebIconDatabaseIconListenerClient

type WebIconDatabaseIconListenerClient struct {
	// contains filtered or unexported fields
}

WebIconDatabaseIconListenerClient wraps the gRPC WebIconDatabaseIconListenerService client.

func NewWebIconDatabaseIconListenerClient

func NewWebIconDatabaseIconListenerClient(cc grpc.ClientConnInterface) *WebIconDatabaseIconListenerClient

NewWebIconDatabaseIconListenerClient creates a new WebIconDatabaseIconListener client.

func (*WebIconDatabaseIconListenerClient) OnReceivedIcon

func (c *WebIconDatabaseIconListenerClient) OnReceivedIcon(ctx context.Context, arg0 string, arg1 int64) error

OnReceivedIcon calls the OnReceivedIcon RPC.

type WebMessageClient

type WebMessageClient struct {
	// contains filtered or unexported fields
}

WebMessageClient wraps the gRPC WebMessageService client.

func NewWebMessageClient

func NewWebMessageClient(cc grpc.ClientConnInterface) *WebMessageClient

NewWebMessageClient creates a new WebMessage client.

func (*WebMessageClient) GetData

func (c *WebMessageClient) GetData(ctx context.Context, handle int64) (string, error)

GetData calls the GetData RPC.

func (*WebMessageClient) GetPorts

func (c *WebMessageClient) GetPorts(ctx context.Context, handle int64) (int64, error)

GetPorts calls the GetPorts RPC.

type WebMessagePortClient

type WebMessagePortClient struct {
	// contains filtered or unexported fields
}

WebMessagePortClient wraps the gRPC WebMessagePortService client.

func NewWebMessagePortClient

func NewWebMessagePortClient(cc grpc.ClientConnInterface) *WebMessagePortClient

NewWebMessagePortClient creates a new WebMessagePort client.

func (*WebMessagePortClient) Close

func (c *WebMessagePortClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (*WebMessagePortClient) PostMessage

func (c *WebMessagePortClient) PostMessage(ctx context.Context, arg0 int64) error

PostMessage calls the PostMessage RPC.

func (*WebMessagePortClient) SetWebMessageCallback

func (c *WebMessagePortClient) SetWebMessageCallback(ctx context.Context, arg0 int64) error

SetWebMessageCallback calls the SetWebMessageCallback RPC.

type WebMessagePortWebMessageCallbackClient

type WebMessagePortWebMessageCallbackClient struct {
	// contains filtered or unexported fields
}

WebMessagePortWebMessageCallbackClient wraps the gRPC WebMessagePortWebMessageCallbackService client.

func NewWebMessagePortWebMessageCallbackClient

func NewWebMessagePortWebMessageCallbackClient(cc grpc.ClientConnInterface) *WebMessagePortWebMessageCallbackClient

NewWebMessagePortWebMessageCallbackClient creates a new WebMessagePortWebMessageCallback client.

func (*WebMessagePortWebMessageCallbackClient) OnMessage

OnMessage calls the OnMessage RPC.

type WebResourceErrorClient

type WebResourceErrorClient struct {
	// contains filtered or unexported fields
}

WebResourceErrorClient wraps the gRPC WebResourceErrorService client.

func NewWebResourceErrorClient

func NewWebResourceErrorClient(cc grpc.ClientConnInterface) *WebResourceErrorClient

NewWebResourceErrorClient creates a new WebResourceError client.

func (*WebResourceErrorClient) GetDescription

func (c *WebResourceErrorClient) GetDescription(ctx context.Context) (int64, error)

GetDescription calls the GetDescription RPC.

func (*WebResourceErrorClient) GetErrorCode

func (c *WebResourceErrorClient) GetErrorCode(ctx context.Context) (int32, error)

GetErrorCode calls the GetErrorCode RPC.

type WebResourceRequestClient

type WebResourceRequestClient struct {
	// contains filtered or unexported fields
}

WebResourceRequestClient wraps the gRPC WebResourceRequestService client.

func NewWebResourceRequestClient

func NewWebResourceRequestClient(cc grpc.ClientConnInterface) *WebResourceRequestClient

NewWebResourceRequestClient creates a new WebResourceRequest client.

func (*WebResourceRequestClient) GetMethod

func (c *WebResourceRequestClient) GetMethod(ctx context.Context) (string, error)

GetMethod calls the GetMethod RPC.

func (*WebResourceRequestClient) GetUrl

GetUrl calls the GetUrl RPC.

func (*WebResourceRequestClient) HasGesture

func (c *WebResourceRequestClient) HasGesture(ctx context.Context) (bool, error)

HasGesture calls the HasGesture RPC.

func (*WebResourceRequestClient) IsForMainFrame

func (c *WebResourceRequestClient) IsForMainFrame(ctx context.Context) (bool, error)

IsForMainFrame calls the IsForMainFrame RPC.

func (*WebResourceRequestClient) IsRedirect

func (c *WebResourceRequestClient) IsRedirect(ctx context.Context) (bool, error)

IsRedirect calls the IsRedirect RPC.

type WebResourceResponseClient

type WebResourceResponseClient struct {
	// contains filtered or unexported fields
}

WebResourceResponseClient wraps the gRPC WebResourceResponseService client.

func NewWebResourceResponseClient

func NewWebResourceResponseClient(cc grpc.ClientConnInterface) *WebResourceResponseClient

NewWebResourceResponseClient creates a new WebResourceResponse client.

func (*WebResourceResponseClient) GetData

func (c *WebResourceResponseClient) GetData(ctx context.Context, handle int64) (int64, error)

GetData calls the GetData RPC.

func (*WebResourceResponseClient) GetEncoding

func (c *WebResourceResponseClient) GetEncoding(ctx context.Context, handle int64) (string, error)

GetEncoding calls the GetEncoding RPC.

func (*WebResourceResponseClient) GetMimeType

func (c *WebResourceResponseClient) GetMimeType(ctx context.Context, handle int64) (string, error)

GetMimeType calls the GetMimeType RPC.

func (*WebResourceResponseClient) GetReasonPhrase

func (c *WebResourceResponseClient) GetReasonPhrase(ctx context.Context, handle int64) (string, error)

GetReasonPhrase calls the GetReasonPhrase RPC.

func (*WebResourceResponseClient) GetStatusCode

func (c *WebResourceResponseClient) GetStatusCode(ctx context.Context, handle int64) (int32, error)

GetStatusCode calls the GetStatusCode RPC.

func (*WebResourceResponseClient) SetData

func (c *WebResourceResponseClient) SetData(ctx context.Context, handle int64, arg0 int64) error

SetData calls the SetData RPC.

func (*WebResourceResponseClient) SetEncoding

func (c *WebResourceResponseClient) SetEncoding(ctx context.Context, handle int64, arg0 string) error

SetEncoding calls the SetEncoding RPC.

func (*WebResourceResponseClient) SetMimeType

func (c *WebResourceResponseClient) SetMimeType(ctx context.Context, handle int64, arg0 string) error

SetMimeType calls the SetMimeType RPC.

func (*WebResourceResponseClient) SetStatusCodeAndReasonPhrase

func (c *WebResourceResponseClient) SetStatusCodeAndReasonPhrase(ctx context.Context, handle int64, arg0 int32, arg1 string) error

SetStatusCodeAndReasonPhrase calls the SetStatusCodeAndReasonPhrase RPC.

type WebSettingsClient

type WebSettingsClient struct {
	// contains filtered or unexported fields
}

WebSettingsClient wraps the gRPC WebSettingsService client.

func NewWebSettingsClient

func NewWebSettingsClient(cc grpc.ClientConnInterface) *WebSettingsClient

NewWebSettingsClient creates a new WebSettings client.

func (*WebSettingsClient) EnableSmoothTransition

func (c *WebSettingsClient) EnableSmoothTransition(ctx context.Context) (bool, error)

EnableSmoothTransition calls the EnableSmoothTransition RPC.

func (*WebSettingsClient) GetAllowContentAccess

func (c *WebSettingsClient) GetAllowContentAccess(ctx context.Context) (bool, error)

GetAllowContentAccess calls the GetAllowContentAccess RPC.

func (*WebSettingsClient) GetAllowFileAccess

func (c *WebSettingsClient) GetAllowFileAccess(ctx context.Context) (bool, error)

GetAllowFileAccess calls the GetAllowFileAccess RPC.

func (*WebSettingsClient) GetAllowFileAccessFromFileURLs

func (c *WebSettingsClient) GetAllowFileAccessFromFileURLs(ctx context.Context) (bool, error)

GetAllowFileAccessFromFileURLs calls the GetAllowFileAccessFromFileURLs RPC.

func (*WebSettingsClient) GetAllowUniversalAccessFromFileURLs

func (c *WebSettingsClient) GetAllowUniversalAccessFromFileURLs(ctx context.Context) (bool, error)

GetAllowUniversalAccessFromFileURLs calls the GetAllowUniversalAccessFromFileURLs RPC.

func (*WebSettingsClient) GetBlockNetworkImage

func (c *WebSettingsClient) GetBlockNetworkImage(ctx context.Context) (bool, error)

GetBlockNetworkImage calls the GetBlockNetworkImage RPC.

func (*WebSettingsClient) GetBlockNetworkLoads

func (c *WebSettingsClient) GetBlockNetworkLoads(ctx context.Context) (bool, error)

GetBlockNetworkLoads calls the GetBlockNetworkLoads RPC.

func (*WebSettingsClient) GetBuiltInZoomControls

func (c *WebSettingsClient) GetBuiltInZoomControls(ctx context.Context) (bool, error)

GetBuiltInZoomControls calls the GetBuiltInZoomControls RPC.

func (*WebSettingsClient) GetCacheMode

func (c *WebSettingsClient) GetCacheMode(ctx context.Context) (int32, error)

GetCacheMode calls the GetCacheMode RPC.

func (*WebSettingsClient) GetCursiveFontFamily

func (c *WebSettingsClient) GetCursiveFontFamily(ctx context.Context) (string, error)

GetCursiveFontFamily calls the GetCursiveFontFamily RPC.

func (*WebSettingsClient) GetDatabaseEnabled

func (c *WebSettingsClient) GetDatabaseEnabled(ctx context.Context) (bool, error)

GetDatabaseEnabled calls the GetDatabaseEnabled RPC.

func (*WebSettingsClient) GetDatabasePath

func (c *WebSettingsClient) GetDatabasePath(ctx context.Context) (string, error)

GetDatabasePath calls the GetDatabasePath RPC.

func (*WebSettingsClient) GetDefaultFixedFontSize

func (c *WebSettingsClient) GetDefaultFixedFontSize(ctx context.Context) (int32, error)

GetDefaultFixedFontSize calls the GetDefaultFixedFontSize RPC.

func (*WebSettingsClient) GetDefaultFontSize

func (c *WebSettingsClient) GetDefaultFontSize(ctx context.Context) (int32, error)

GetDefaultFontSize calls the GetDefaultFontSize RPC.

func (*WebSettingsClient) GetDefaultTextEncodingName

func (c *WebSettingsClient) GetDefaultTextEncodingName(ctx context.Context) (string, error)

GetDefaultTextEncodingName calls the GetDefaultTextEncodingName RPC.

func (*WebSettingsClient) GetDefaultUserAgent

func (c *WebSettingsClient) GetDefaultUserAgent(ctx context.Context, arg0 int64) (string, error)

GetDefaultUserAgent calls the GetDefaultUserAgent RPC.

func (*WebSettingsClient) GetDefaultZoom

func (c *WebSettingsClient) GetDefaultZoom(ctx context.Context) (int64, error)

GetDefaultZoom calls the GetDefaultZoom RPC.

func (*WebSettingsClient) GetDisabledActionModeMenuItems

func (c *WebSettingsClient) GetDisabledActionModeMenuItems(ctx context.Context) (int32, error)

GetDisabledActionModeMenuItems calls the GetDisabledActionModeMenuItems RPC.

func (*WebSettingsClient) GetDisplayZoomControls

func (c *WebSettingsClient) GetDisplayZoomControls(ctx context.Context) (bool, error)

GetDisplayZoomControls calls the GetDisplayZoomControls RPC.

func (*WebSettingsClient) GetDomStorageEnabled

func (c *WebSettingsClient) GetDomStorageEnabled(ctx context.Context) (bool, error)

GetDomStorageEnabled calls the GetDomStorageEnabled RPC.

func (*WebSettingsClient) GetFantasyFontFamily

func (c *WebSettingsClient) GetFantasyFontFamily(ctx context.Context) (string, error)

GetFantasyFontFamily calls the GetFantasyFontFamily RPC.

func (*WebSettingsClient) GetFixedFontFamily

func (c *WebSettingsClient) GetFixedFontFamily(ctx context.Context) (string, error)

GetFixedFontFamily calls the GetFixedFontFamily RPC.

func (*WebSettingsClient) GetForceDark

func (c *WebSettingsClient) GetForceDark(ctx context.Context) (int32, error)

GetForceDark calls the GetForceDark RPC.

func (*WebSettingsClient) GetJavaScriptCanOpenWindowsAutomatically

func (c *WebSettingsClient) GetJavaScriptCanOpenWindowsAutomatically(ctx context.Context) (bool, error)

GetJavaScriptCanOpenWindowsAutomatically calls the GetJavaScriptCanOpenWindowsAutomatically RPC.

func (*WebSettingsClient) GetJavaScriptEnabled

func (c *WebSettingsClient) GetJavaScriptEnabled(ctx context.Context) (bool, error)

GetJavaScriptEnabled calls the GetJavaScriptEnabled RPC.

func (*WebSettingsClient) GetLayoutAlgorithm

func (c *WebSettingsClient) GetLayoutAlgorithm(ctx context.Context) (int64, error)

GetLayoutAlgorithm calls the GetLayoutAlgorithm RPC.

func (*WebSettingsClient) GetLightTouchEnabled

func (c *WebSettingsClient) GetLightTouchEnabled(ctx context.Context) (bool, error)

GetLightTouchEnabled calls the GetLightTouchEnabled RPC.

func (*WebSettingsClient) GetLoadWithOverviewMode

func (c *WebSettingsClient) GetLoadWithOverviewMode(ctx context.Context) (bool, error)

GetLoadWithOverviewMode calls the GetLoadWithOverviewMode RPC.

func (*WebSettingsClient) GetLoadsImagesAutomatically

func (c *WebSettingsClient) GetLoadsImagesAutomatically(ctx context.Context) (bool, error)

GetLoadsImagesAutomatically calls the GetLoadsImagesAutomatically RPC.

func (*WebSettingsClient) GetMediaPlaybackRequiresUserGesture

func (c *WebSettingsClient) GetMediaPlaybackRequiresUserGesture(ctx context.Context) (bool, error)

GetMediaPlaybackRequiresUserGesture calls the GetMediaPlaybackRequiresUserGesture RPC.

func (*WebSettingsClient) GetMinimumFontSize

func (c *WebSettingsClient) GetMinimumFontSize(ctx context.Context) (int32, error)

GetMinimumFontSize calls the GetMinimumFontSize RPC.

func (*WebSettingsClient) GetMinimumLogicalFontSize

func (c *WebSettingsClient) GetMinimumLogicalFontSize(ctx context.Context) (int32, error)

GetMinimumLogicalFontSize calls the GetMinimumLogicalFontSize RPC.

func (*WebSettingsClient) GetMixedContentMode

func (c *WebSettingsClient) GetMixedContentMode(ctx context.Context) (int32, error)

GetMixedContentMode calls the GetMixedContentMode RPC.

func (*WebSettingsClient) GetOffscreenPreRaster

func (c *WebSettingsClient) GetOffscreenPreRaster(ctx context.Context) (bool, error)

GetOffscreenPreRaster calls the GetOffscreenPreRaster RPC.

func (*WebSettingsClient) GetPluginState

func (c *WebSettingsClient) GetPluginState(ctx context.Context) (int64, error)

GetPluginState calls the GetPluginState RPC.

func (*WebSettingsClient) GetSafeBrowsingEnabled

func (c *WebSettingsClient) GetSafeBrowsingEnabled(ctx context.Context) (bool, error)

GetSafeBrowsingEnabled calls the GetSafeBrowsingEnabled RPC.

func (*WebSettingsClient) GetSansSerifFontFamily

func (c *WebSettingsClient) GetSansSerifFontFamily(ctx context.Context) (string, error)

GetSansSerifFontFamily calls the GetSansSerifFontFamily RPC.

func (*WebSettingsClient) GetSaveFormData

func (c *WebSettingsClient) GetSaveFormData(ctx context.Context) (bool, error)

GetSaveFormData calls the GetSaveFormData RPC.

func (*WebSettingsClient) GetSavePassword

func (c *WebSettingsClient) GetSavePassword(ctx context.Context) (bool, error)

GetSavePassword calls the GetSavePassword RPC.

func (*WebSettingsClient) GetSerifFontFamily

func (c *WebSettingsClient) GetSerifFontFamily(ctx context.Context) (string, error)

GetSerifFontFamily calls the GetSerifFontFamily RPC.

func (*WebSettingsClient) GetStandardFontFamily

func (c *WebSettingsClient) GetStandardFontFamily(ctx context.Context) (string, error)

GetStandardFontFamily calls the GetStandardFontFamily RPC.

func (*WebSettingsClient) GetTextZoom

func (c *WebSettingsClient) GetTextZoom(ctx context.Context) (int32, error)

GetTextZoom calls the GetTextZoom RPC.

func (*WebSettingsClient) GetUseWideViewPort

func (c *WebSettingsClient) GetUseWideViewPort(ctx context.Context) (bool, error)

GetUseWideViewPort calls the GetUseWideViewPort RPC.

func (*WebSettingsClient) GetUserAgentString

func (c *WebSettingsClient) GetUserAgentString(ctx context.Context) (string, error)

GetUserAgentString calls the GetUserAgentString RPC.

func (*WebSettingsClient) IsAlgorithmicDarkeningAllowed

func (c *WebSettingsClient) IsAlgorithmicDarkeningAllowed(ctx context.Context) (bool, error)

IsAlgorithmicDarkeningAllowed calls the IsAlgorithmicDarkeningAllowed RPC.

func (*WebSettingsClient) SetAlgorithmicDarkeningAllowed

func (c *WebSettingsClient) SetAlgorithmicDarkeningAllowed(ctx context.Context, arg0 bool) error

SetAlgorithmicDarkeningAllowed calls the SetAlgorithmicDarkeningAllowed RPC.

func (*WebSettingsClient) SetAllowContentAccess

func (c *WebSettingsClient) SetAllowContentAccess(ctx context.Context, arg0 bool) error

SetAllowContentAccess calls the SetAllowContentAccess RPC.

func (*WebSettingsClient) SetAllowFileAccess

func (c *WebSettingsClient) SetAllowFileAccess(ctx context.Context, arg0 bool) error

SetAllowFileAccess calls the SetAllowFileAccess RPC.

func (*WebSettingsClient) SetAllowFileAccessFromFileURLs

func (c *WebSettingsClient) SetAllowFileAccessFromFileURLs(ctx context.Context, arg0 bool) error

SetAllowFileAccessFromFileURLs calls the SetAllowFileAccessFromFileURLs RPC.

func (*WebSettingsClient) SetAllowUniversalAccessFromFileURLs

func (c *WebSettingsClient) SetAllowUniversalAccessFromFileURLs(ctx context.Context, arg0 bool) error

SetAllowUniversalAccessFromFileURLs calls the SetAllowUniversalAccessFromFileURLs RPC.

func (*WebSettingsClient) SetBlockNetworkImage

func (c *WebSettingsClient) SetBlockNetworkImage(ctx context.Context, arg0 bool) error

SetBlockNetworkImage calls the SetBlockNetworkImage RPC.

func (*WebSettingsClient) SetBlockNetworkLoads

func (c *WebSettingsClient) SetBlockNetworkLoads(ctx context.Context, arg0 bool) error

SetBlockNetworkLoads calls the SetBlockNetworkLoads RPC.

func (*WebSettingsClient) SetBuiltInZoomControls

func (c *WebSettingsClient) SetBuiltInZoomControls(ctx context.Context, arg0 bool) error

SetBuiltInZoomControls calls the SetBuiltInZoomControls RPC.

func (*WebSettingsClient) SetCacheMode

func (c *WebSettingsClient) SetCacheMode(ctx context.Context, arg0 int32) error

SetCacheMode calls the SetCacheMode RPC.

func (*WebSettingsClient) SetCursiveFontFamily

func (c *WebSettingsClient) SetCursiveFontFamily(ctx context.Context, arg0 string) error

SetCursiveFontFamily calls the SetCursiveFontFamily RPC.

func (*WebSettingsClient) SetDatabaseEnabled

func (c *WebSettingsClient) SetDatabaseEnabled(ctx context.Context, arg0 bool) error

SetDatabaseEnabled calls the SetDatabaseEnabled RPC.

func (*WebSettingsClient) SetDatabasePath

func (c *WebSettingsClient) SetDatabasePath(ctx context.Context, arg0 string) error

SetDatabasePath calls the SetDatabasePath RPC.

func (*WebSettingsClient) SetDefaultFixedFontSize

func (c *WebSettingsClient) SetDefaultFixedFontSize(ctx context.Context, arg0 int32) error

SetDefaultFixedFontSize calls the SetDefaultFixedFontSize RPC.

func (*WebSettingsClient) SetDefaultFontSize

func (c *WebSettingsClient) SetDefaultFontSize(ctx context.Context, arg0 int32) error

SetDefaultFontSize calls the SetDefaultFontSize RPC.

func (*WebSettingsClient) SetDefaultTextEncodingName

func (c *WebSettingsClient) SetDefaultTextEncodingName(ctx context.Context, arg0 string) error

SetDefaultTextEncodingName calls the SetDefaultTextEncodingName RPC.

func (*WebSettingsClient) SetDefaultZoom

func (c *WebSettingsClient) SetDefaultZoom(ctx context.Context, arg0 int64) error

SetDefaultZoom calls the SetDefaultZoom RPC.

func (*WebSettingsClient) SetDisabledActionModeMenuItems

func (c *WebSettingsClient) SetDisabledActionModeMenuItems(ctx context.Context, arg0 int32) error

SetDisabledActionModeMenuItems calls the SetDisabledActionModeMenuItems RPC.

func (*WebSettingsClient) SetDisplayZoomControls

func (c *WebSettingsClient) SetDisplayZoomControls(ctx context.Context, arg0 bool) error

SetDisplayZoomControls calls the SetDisplayZoomControls RPC.

func (*WebSettingsClient) SetDomStorageEnabled

func (c *WebSettingsClient) SetDomStorageEnabled(ctx context.Context, arg0 bool) error

SetDomStorageEnabled calls the SetDomStorageEnabled RPC.

func (*WebSettingsClient) SetEnableSmoothTransition

func (c *WebSettingsClient) SetEnableSmoothTransition(ctx context.Context, arg0 bool) error

SetEnableSmoothTransition calls the SetEnableSmoothTransition RPC.

func (*WebSettingsClient) SetFantasyFontFamily

func (c *WebSettingsClient) SetFantasyFontFamily(ctx context.Context, arg0 string) error

SetFantasyFontFamily calls the SetFantasyFontFamily RPC.

func (*WebSettingsClient) SetFixedFontFamily

func (c *WebSettingsClient) SetFixedFontFamily(ctx context.Context, arg0 string) error

SetFixedFontFamily calls the SetFixedFontFamily RPC.

func (*WebSettingsClient) SetForceDark

func (c *WebSettingsClient) SetForceDark(ctx context.Context, arg0 int32) error

SetForceDark calls the SetForceDark RPC.

func (*WebSettingsClient) SetGeolocationDatabasePath

func (c *WebSettingsClient) SetGeolocationDatabasePath(ctx context.Context, arg0 string) error

SetGeolocationDatabasePath calls the SetGeolocationDatabasePath RPC.

func (*WebSettingsClient) SetGeolocationEnabled

func (c *WebSettingsClient) SetGeolocationEnabled(ctx context.Context, arg0 bool) error

SetGeolocationEnabled calls the SetGeolocationEnabled RPC.

func (*WebSettingsClient) SetJavaScriptCanOpenWindowsAutomatically

func (c *WebSettingsClient) SetJavaScriptCanOpenWindowsAutomatically(ctx context.Context, arg0 bool) error

SetJavaScriptCanOpenWindowsAutomatically calls the SetJavaScriptCanOpenWindowsAutomatically RPC.

func (*WebSettingsClient) SetJavaScriptEnabled

func (c *WebSettingsClient) SetJavaScriptEnabled(ctx context.Context, arg0 bool) error

SetJavaScriptEnabled calls the SetJavaScriptEnabled RPC.

func (*WebSettingsClient) SetLayoutAlgorithm

func (c *WebSettingsClient) SetLayoutAlgorithm(ctx context.Context, arg0 int64) error

SetLayoutAlgorithm calls the SetLayoutAlgorithm RPC.

func (*WebSettingsClient) SetLightTouchEnabled

func (c *WebSettingsClient) SetLightTouchEnabled(ctx context.Context, arg0 bool) error

SetLightTouchEnabled calls the SetLightTouchEnabled RPC.

func (*WebSettingsClient) SetLoadWithOverviewMode

func (c *WebSettingsClient) SetLoadWithOverviewMode(ctx context.Context, arg0 bool) error

SetLoadWithOverviewMode calls the SetLoadWithOverviewMode RPC.

func (*WebSettingsClient) SetLoadsImagesAutomatically

func (c *WebSettingsClient) SetLoadsImagesAutomatically(ctx context.Context, arg0 bool) error

SetLoadsImagesAutomatically calls the SetLoadsImagesAutomatically RPC.

func (*WebSettingsClient) SetMediaPlaybackRequiresUserGesture

func (c *WebSettingsClient) SetMediaPlaybackRequiresUserGesture(ctx context.Context, arg0 bool) error

SetMediaPlaybackRequiresUserGesture calls the SetMediaPlaybackRequiresUserGesture RPC.

func (*WebSettingsClient) SetMinimumFontSize

func (c *WebSettingsClient) SetMinimumFontSize(ctx context.Context, arg0 int32) error

SetMinimumFontSize calls the SetMinimumFontSize RPC.

func (*WebSettingsClient) SetMinimumLogicalFontSize

func (c *WebSettingsClient) SetMinimumLogicalFontSize(ctx context.Context, arg0 int32) error

SetMinimumLogicalFontSize calls the SetMinimumLogicalFontSize RPC.

func (*WebSettingsClient) SetMixedContentMode

func (c *WebSettingsClient) SetMixedContentMode(ctx context.Context, arg0 int32) error

SetMixedContentMode calls the SetMixedContentMode RPC.

func (*WebSettingsClient) SetNeedInitialFocus

func (c *WebSettingsClient) SetNeedInitialFocus(ctx context.Context, arg0 bool) error

SetNeedInitialFocus calls the SetNeedInitialFocus RPC.

func (*WebSettingsClient) SetOffscreenPreRaster

func (c *WebSettingsClient) SetOffscreenPreRaster(ctx context.Context, arg0 bool) error

SetOffscreenPreRaster calls the SetOffscreenPreRaster RPC.

func (*WebSettingsClient) SetPluginState

func (c *WebSettingsClient) SetPluginState(ctx context.Context, arg0 int64) error

SetPluginState calls the SetPluginState RPC.

func (*WebSettingsClient) SetRenderPriority

func (c *WebSettingsClient) SetRenderPriority(ctx context.Context, arg0 int64) error

SetRenderPriority calls the SetRenderPriority RPC.

func (*WebSettingsClient) SetSafeBrowsingEnabled

func (c *WebSettingsClient) SetSafeBrowsingEnabled(ctx context.Context, arg0 bool) error

SetSafeBrowsingEnabled calls the SetSafeBrowsingEnabled RPC.

func (*WebSettingsClient) SetSansSerifFontFamily

func (c *WebSettingsClient) SetSansSerifFontFamily(ctx context.Context, arg0 string) error

SetSansSerifFontFamily calls the SetSansSerifFontFamily RPC.

func (*WebSettingsClient) SetSaveFormData

func (c *WebSettingsClient) SetSaveFormData(ctx context.Context, arg0 bool) error

SetSaveFormData calls the SetSaveFormData RPC.

func (*WebSettingsClient) SetSavePassword

func (c *WebSettingsClient) SetSavePassword(ctx context.Context, arg0 bool) error

SetSavePassword calls the SetSavePassword RPC.

func (*WebSettingsClient) SetSerifFontFamily

func (c *WebSettingsClient) SetSerifFontFamily(ctx context.Context, arg0 string) error

SetSerifFontFamily calls the SetSerifFontFamily RPC.

func (*WebSettingsClient) SetStandardFontFamily

func (c *WebSettingsClient) SetStandardFontFamily(ctx context.Context, arg0 string) error

SetStandardFontFamily calls the SetStandardFontFamily RPC.

func (*WebSettingsClient) SetSupportMultipleWindows

func (c *WebSettingsClient) SetSupportMultipleWindows(ctx context.Context, arg0 bool) error

SetSupportMultipleWindows calls the SetSupportMultipleWindows RPC.

func (*WebSettingsClient) SetSupportZoom

func (c *WebSettingsClient) SetSupportZoom(ctx context.Context, arg0 bool) error

SetSupportZoom calls the SetSupportZoom RPC.

func (*WebSettingsClient) SetTextZoom

func (c *WebSettingsClient) SetTextZoom(ctx context.Context, arg0 int32) error

SetTextZoom calls the SetTextZoom RPC.

func (*WebSettingsClient) SetUseWideViewPort

func (c *WebSettingsClient) SetUseWideViewPort(ctx context.Context, arg0 bool) error

SetUseWideViewPort calls the SetUseWideViewPort RPC.

func (*WebSettingsClient) SetUserAgentString

func (c *WebSettingsClient) SetUserAgentString(ctx context.Context, arg0 string) error

SetUserAgentString calls the SetUserAgentString RPC.

func (*WebSettingsClient) SupportMultipleWindows

func (c *WebSettingsClient) SupportMultipleWindows(ctx context.Context) (bool, error)

SupportMultipleWindows calls the SupportMultipleWindows RPC.

func (*WebSettingsClient) SupportZoom

func (c *WebSettingsClient) SupportZoom(ctx context.Context) (bool, error)

SupportZoom calls the SupportZoom RPC.

type WebSettingsLayoutAlgorithmClient

type WebSettingsLayoutAlgorithmClient struct {
	// contains filtered or unexported fields
}

WebSettingsLayoutAlgorithmClient wraps the gRPC WebSettingsLayoutAlgorithmService client.

func NewWebSettingsLayoutAlgorithmClient

func NewWebSettingsLayoutAlgorithmClient(cc grpc.ClientConnInterface) *WebSettingsLayoutAlgorithmClient

NewWebSettingsLayoutAlgorithmClient creates a new WebSettingsLayoutAlgorithm client.

func (*WebSettingsLayoutAlgorithmClient) ValueOf

ValueOf calls the ValueOf RPC.

func (*WebSettingsLayoutAlgorithmClient) Values

Values calls the Values RPC.

type WebSettingsPluginStateClient

type WebSettingsPluginStateClient struct {
	// contains filtered or unexported fields
}

WebSettingsPluginStateClient wraps the gRPC WebSettingsPluginStateService client.

func NewWebSettingsPluginStateClient

func NewWebSettingsPluginStateClient(cc grpc.ClientConnInterface) *WebSettingsPluginStateClient

NewWebSettingsPluginStateClient creates a new WebSettingsPluginState client.

func (*WebSettingsPluginStateClient) ValueOf

func (c *WebSettingsPluginStateClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*WebSettingsPluginStateClient) Values

Values calls the Values RPC.

type WebSettingsRenderPriorityClient

type WebSettingsRenderPriorityClient struct {
	// contains filtered or unexported fields
}

WebSettingsRenderPriorityClient wraps the gRPC WebSettingsRenderPriorityService client.

func NewWebSettingsRenderPriorityClient

func NewWebSettingsRenderPriorityClient(cc grpc.ClientConnInterface) *WebSettingsRenderPriorityClient

NewWebSettingsRenderPriorityClient creates a new WebSettingsRenderPriority client.

func (*WebSettingsRenderPriorityClient) ValueOf

ValueOf calls the ValueOf RPC.

func (*WebSettingsRenderPriorityClient) Values

Values calls the Values RPC.

type WebSettingsTextSizeClient

type WebSettingsTextSizeClient struct {
	// contains filtered or unexported fields
}

WebSettingsTextSizeClient wraps the gRPC WebSettingsTextSizeService client.

func NewWebSettingsTextSizeClient

func NewWebSettingsTextSizeClient(cc grpc.ClientConnInterface) *WebSettingsTextSizeClient

NewWebSettingsTextSizeClient creates a new WebSettingsTextSize client.

func (*WebSettingsTextSizeClient) ValueOf

func (c *WebSettingsTextSizeClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*WebSettingsTextSizeClient) Values

Values calls the Values RPC.

type WebSettingsZoomDensityClient

type WebSettingsZoomDensityClient struct {
	// contains filtered or unexported fields
}

WebSettingsZoomDensityClient wraps the gRPC WebSettingsZoomDensityService client.

func NewWebSettingsZoomDensityClient

func NewWebSettingsZoomDensityClient(cc grpc.ClientConnInterface) *WebSettingsZoomDensityClient

NewWebSettingsZoomDensityClient creates a new WebSettingsZoomDensity client.

func (*WebSettingsZoomDensityClient) ValueOf

func (c *WebSettingsZoomDensityClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*WebSettingsZoomDensityClient) Values

Values calls the Values RPC.

type WebStorageClient

type WebStorageClient struct {
	// contains filtered or unexported fields
}

WebStorageClient wraps the gRPC WebStorageService client.

func NewWebStorageClient

func NewWebStorageClient(cc grpc.ClientConnInterface) *WebStorageClient

NewWebStorageClient creates a new WebStorage client.

func (*WebStorageClient) DeleteAllData

func (c *WebStorageClient) DeleteAllData(ctx context.Context) error

DeleteAllData calls the DeleteAllData RPC.

func (*WebStorageClient) DeleteOrigin

func (c *WebStorageClient) DeleteOrigin(ctx context.Context, arg0 string) error

DeleteOrigin calls the DeleteOrigin RPC.

func (*WebStorageClient) GetInstance

func (c *WebStorageClient) GetInstance(ctx context.Context) (int64, error)

GetInstance calls the GetInstance RPC.

func (*WebStorageClient) SetQuotaForOrigin

func (c *WebStorageClient) SetQuotaForOrigin(ctx context.Context, arg0 string, arg1 int64) error

SetQuotaForOrigin calls the SetQuotaForOrigin RPC.

type WebStorageOriginClient

type WebStorageOriginClient struct {
	// contains filtered or unexported fields
}

WebStorageOriginClient wraps the gRPC WebStorageOriginService client.

func NewWebStorageOriginClient

func NewWebStorageOriginClient(cc grpc.ClientConnInterface) *WebStorageOriginClient

NewWebStorageOriginClient creates a new WebStorageOrigin client.

func (*WebStorageOriginClient) GetOrigin

func (c *WebStorageOriginClient) GetOrigin(ctx context.Context) (string, error)

GetOrigin calls the GetOrigin RPC.

func (*WebStorageOriginClient) GetQuota

func (c *WebStorageOriginClient) GetQuota(ctx context.Context) (int64, error)

GetQuota calls the GetQuota RPC.

func (*WebStorageOriginClient) GetUsage

func (c *WebStorageOriginClient) GetUsage(ctx context.Context) (int64, error)

GetUsage calls the GetUsage RPC.

type WebStorageQuotaUpdaterClient

type WebStorageQuotaUpdaterClient struct {
	// contains filtered or unexported fields
}

WebStorageQuotaUpdaterClient wraps the gRPC WebStorageQuotaUpdaterService client.

func NewWebStorageQuotaUpdaterClient

func NewWebStorageQuotaUpdaterClient(cc grpc.ClientConnInterface) *WebStorageQuotaUpdaterClient

NewWebStorageQuotaUpdaterClient creates a new WebStorageQuotaUpdater client.

func (*WebStorageQuotaUpdaterClient) UpdateQuota

func (c *WebStorageQuotaUpdaterClient) UpdateQuota(ctx context.Context, arg0 int64) error

UpdateQuota calls the UpdateQuota RPC.

type WebViewClient

type WebViewClient struct {
	// contains filtered or unexported fields
}

WebViewClient wraps the gRPC WebViewService client.

func NewWebViewClient

func NewWebViewClient(cc grpc.ClientConnInterface) *WebViewClient

NewWebViewClient creates a new WebView client.

func (*WebViewClient) AddJavascriptInterface

func (c *WebViewClient) AddJavascriptInterface(ctx context.Context, handle int64, arg0 int64, arg1 string) error

AddJavascriptInterface calls the AddJavascriptInterface RPC.

func (*WebViewClient) CanGoBack

func (c *WebViewClient) CanGoBack(ctx context.Context, handle int64) (bool, error)

CanGoBack calls the CanGoBack RPC.

func (*WebViewClient) CanGoBackOrForward

func (c *WebViewClient) CanGoBackOrForward(ctx context.Context, handle int64, arg0 int32) (bool, error)

CanGoBackOrForward calls the CanGoBackOrForward RPC.

func (*WebViewClient) CanGoForward

func (c *WebViewClient) CanGoForward(ctx context.Context, handle int64) (bool, error)

CanGoForward calls the CanGoForward RPC.

func (*WebViewClient) CanZoomIn

func (c *WebViewClient) CanZoomIn(ctx context.Context, handle int64) (bool, error)

CanZoomIn calls the CanZoomIn RPC.

func (*WebViewClient) CanZoomOut

func (c *WebViewClient) CanZoomOut(ctx context.Context, handle int64) (bool, error)

CanZoomOut calls the CanZoomOut RPC.

func (*WebViewClient) CapturePicture

func (c *WebViewClient) CapturePicture(ctx context.Context, handle int64) (int64, error)

CapturePicture calls the CapturePicture RPC.

func (*WebViewClient) ClearCache

func (c *WebViewClient) ClearCache(ctx context.Context, handle int64, arg0 bool) error

ClearCache calls the ClearCache RPC.

func (*WebViewClient) ClearClientCertPreferences

func (c *WebViewClient) ClearClientCertPreferences(ctx context.Context, handle int64, arg0 int64) error

ClearClientCertPreferences calls the ClearClientCertPreferences RPC.

func (*WebViewClient) ClearFormData

func (c *WebViewClient) ClearFormData(ctx context.Context, handle int64) error

ClearFormData calls the ClearFormData RPC.

func (*WebViewClient) ClearHistory

func (c *WebViewClient) ClearHistory(ctx context.Context, handle int64) error

ClearHistory calls the ClearHistory RPC.

func (*WebViewClient) ClearMatches

func (c *WebViewClient) ClearMatches(ctx context.Context, handle int64) error

ClearMatches calls the ClearMatches RPC.

func (*WebViewClient) ClearSslPreferences

func (c *WebViewClient) ClearSslPreferences(ctx context.Context, handle int64) error

ClearSslPreferences calls the ClearSslPreferences RPC.

func (*WebViewClient) ClearView

func (c *WebViewClient) ClearView(ctx context.Context, handle int64) error

ClearView calls the ClearView RPC.

func (*WebViewClient) ComputeScroll

func (c *WebViewClient) ComputeScroll(ctx context.Context, handle int64) error

ComputeScroll calls the ComputeScroll RPC.

func (*WebViewClient) CopyBackForwardList

func (c *WebViewClient) CopyBackForwardList(ctx context.Context, handle int64) (int64, error)

CopyBackForwardList calls the CopyBackForwardList RPC.

func (*WebViewClient) CreatePrintDocumentAdapter0

func (c *WebViewClient) CreatePrintDocumentAdapter0(ctx context.Context, handle int64) (int64, error)

CreatePrintDocumentAdapter0 calls the CreatePrintDocumentAdapter0 RPC.

func (*WebViewClient) CreatePrintDocumentAdapter1_1

func (c *WebViewClient) CreatePrintDocumentAdapter1_1(ctx context.Context, handle int64, arg0 string) (int64, error)

CreatePrintDocumentAdapter1_1 calls the CreatePrintDocumentAdapter1_1 RPC.

func (*WebViewClient) CreateWebMessageChannel

func (c *WebViewClient) CreateWebMessageChannel(ctx context.Context, handle int64) (int64, error)

CreateWebMessageChannel calls the CreateWebMessageChannel RPC.

func (*WebViewClient) Destroy

func (c *WebViewClient) Destroy(ctx context.Context, handle int64) error

Destroy calls the Destroy RPC.

func (*WebViewClient) DisableWebView

func (c *WebViewClient) DisableWebView(ctx context.Context, handle int64) error

DisableWebView calls the DisableWebView RPC.

func (*WebViewClient) DispatchKeyEvent

func (c *WebViewClient) DispatchKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

DispatchKeyEvent calls the DispatchKeyEvent RPC.

func (*WebViewClient) DocumentHasImages

func (c *WebViewClient) DocumentHasImages(ctx context.Context, handle int64, arg0 int64) error

DocumentHasImages calls the DocumentHasImages RPC.

func (*WebViewClient) EnableSlowWholeDocumentDraw

func (c *WebViewClient) EnableSlowWholeDocumentDraw(ctx context.Context, handle int64) error

EnableSlowWholeDocumentDraw calls the EnableSlowWholeDocumentDraw RPC.

func (*WebViewClient) FindAddress

func (c *WebViewClient) FindAddress(ctx context.Context, handle int64, arg0 string) (string, error)

FindAddress calls the FindAddress RPC.

func (*WebViewClient) FindAll

func (c *WebViewClient) FindAll(ctx context.Context, handle int64, arg0 string) (int32, error)

FindAll calls the FindAll RPC.

func (*WebViewClient) FindAllAsync

func (c *WebViewClient) FindAllAsync(ctx context.Context, handle int64, arg0 string) error

FindAllAsync calls the FindAllAsync RPC.

func (*WebViewClient) FindFocus

func (c *WebViewClient) FindFocus(ctx context.Context, handle int64) (int64, error)

FindFocus calls the FindFocus RPC.

func (*WebViewClient) FindNext

func (c *WebViewClient) FindNext(ctx context.Context, handle int64, arg0 bool) error

FindNext calls the FindNext RPC.

func (*WebViewClient) FlingScroll

func (c *WebViewClient) FlingScroll(ctx context.Context, handle int64, arg0 int32, arg1 int32) error

FlingScroll calls the FlingScroll RPC.

func (*WebViewClient) FreeMemory

func (c *WebViewClient) FreeMemory(ctx context.Context, handle int64) error

FreeMemory calls the FreeMemory RPC.

func (*WebViewClient) GetAccessibilityClassName

func (c *WebViewClient) GetAccessibilityClassName(ctx context.Context, handle int64) (int64, error)

GetAccessibilityClassName calls the GetAccessibilityClassName RPC.

func (*WebViewClient) GetAccessibilityNodeProvider

func (c *WebViewClient) GetAccessibilityNodeProvider(ctx context.Context, handle int64) (int64, error)

GetAccessibilityNodeProvider calls the GetAccessibilityNodeProvider RPC.

func (*WebViewClient) GetCertificate

func (c *WebViewClient) GetCertificate(ctx context.Context, handle int64) (int64, error)

GetCertificate calls the GetCertificate RPC.

func (*WebViewClient) GetContentHeight

func (c *WebViewClient) GetContentHeight(ctx context.Context, handle int64) (int32, error)

GetContentHeight calls the GetContentHeight RPC.

func (*WebViewClient) GetCurrentWebViewPackage

func (c *WebViewClient) GetCurrentWebViewPackage(ctx context.Context, handle int64) (int64, error)

GetCurrentWebViewPackage calls the GetCurrentWebViewPackage RPC.

func (*WebViewClient) GetFavicon

func (c *WebViewClient) GetFavicon(ctx context.Context, handle int64) (int64, error)

GetFavicon calls the GetFavicon RPC.

func (*WebViewClient) GetHandler

func (c *WebViewClient) GetHandler(ctx context.Context, handle int64) (int64, error)

GetHandler calls the GetHandler RPC.

func (*WebViewClient) GetHitTestResult

func (c *WebViewClient) GetHitTestResult(ctx context.Context, handle int64) (int64, error)

GetHitTestResult calls the GetHitTestResult RPC.

func (*WebViewClient) GetHttpAuthUsernamePassword

func (c *WebViewClient) GetHttpAuthUsernamePassword(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error)

GetHttpAuthUsernamePassword calls the GetHttpAuthUsernamePassword RPC.

func (*WebViewClient) GetOriginalUrl

func (c *WebViewClient) GetOriginalUrl(ctx context.Context, handle int64) (string, error)

GetOriginalUrl calls the GetOriginalUrl RPC.

func (*WebViewClient) GetProgress

func (c *WebViewClient) GetProgress(ctx context.Context, handle int64) (int32, error)

GetProgress calls the GetProgress RPC.

func (*WebViewClient) GetRendererPriorityWaivedWhenNotVisible

func (c *WebViewClient) GetRendererPriorityWaivedWhenNotVisible(ctx context.Context, handle int64) (bool, error)

GetRendererPriorityWaivedWhenNotVisible calls the GetRendererPriorityWaivedWhenNotVisible RPC.

func (*WebViewClient) GetRendererRequestedPriority

func (c *WebViewClient) GetRendererRequestedPriority(ctx context.Context, handle int64) (int32, error)

GetRendererRequestedPriority calls the GetRendererRequestedPriority RPC.

func (*WebViewClient) GetSafeBrowsingPrivacyPolicyUrl

func (c *WebViewClient) GetSafeBrowsingPrivacyPolicyUrl(ctx context.Context, handle int64) (int64, error)

GetSafeBrowsingPrivacyPolicyUrl calls the GetSafeBrowsingPrivacyPolicyUrl RPC.

func (*WebViewClient) GetScale

func (c *WebViewClient) GetScale(ctx context.Context, handle int64) (float32, error)

GetScale calls the GetScale RPC.

func (*WebViewClient) GetSettings

func (c *WebViewClient) GetSettings(ctx context.Context, handle int64) (int64, error)

GetSettings calls the GetSettings RPC.

func (*WebViewClient) GetTextClassifier

func (c *WebViewClient) GetTextClassifier(ctx context.Context, handle int64) (int64, error)

GetTextClassifier calls the GetTextClassifier RPC.

func (*WebViewClient) GetTitle

func (c *WebViewClient) GetTitle(ctx context.Context, handle int64) (string, error)

GetTitle calls the GetTitle RPC.

func (*WebViewClient) GetUrl

func (c *WebViewClient) GetUrl(ctx context.Context, handle int64) (string, error)

GetUrl calls the GetUrl RPC.

func (*WebViewClient) GetWebChromeClient

func (c *WebViewClient) GetWebChromeClient(ctx context.Context, handle int64) (int64, error)

GetWebChromeClient calls the GetWebChromeClient RPC.

func (*WebViewClient) GetWebViewClassLoader

func (c *WebViewClient) GetWebViewClassLoader(ctx context.Context, handle int64) (int64, error)

GetWebViewClassLoader calls the GetWebViewClassLoader RPC.

func (*WebViewClient) GetWebViewClient

func (c *WebViewClient) GetWebViewClient(ctx context.Context, handle int64) (int64, error)

GetWebViewClient calls the GetWebViewClient RPC.

func (*WebViewClient) GetWebViewLooper

func (c *WebViewClient) GetWebViewLooper(ctx context.Context, handle int64) (int64, error)

GetWebViewLooper calls the GetWebViewLooper RPC.

func (*WebViewClient) GetWebViewRenderProcess

func (c *WebViewClient) GetWebViewRenderProcess(ctx context.Context, handle int64) (int64, error)

GetWebViewRenderProcess calls the GetWebViewRenderProcess RPC.

func (*WebViewClient) GetWebViewRenderProcessClient

func (c *WebViewClient) GetWebViewRenderProcessClient(ctx context.Context, handle int64) (int64, error)

GetWebViewRenderProcessClient calls the GetWebViewRenderProcessClient RPC.

func (*WebViewClient) GoBack

func (c *WebViewClient) GoBack(ctx context.Context, handle int64) error

GoBack calls the GoBack RPC.

func (*WebViewClient) GoBackOrForward

func (c *WebViewClient) GoBackOrForward(ctx context.Context, handle int64, arg0 int32) error

GoBackOrForward calls the GoBackOrForward RPC.

func (*WebViewClient) GoForward

func (c *WebViewClient) GoForward(ctx context.Context, handle int64) error

GoForward calls the GoForward RPC.

func (*WebViewClient) InvokeZoomPicker

func (c *WebViewClient) InvokeZoomPicker(ctx context.Context, handle int64) error

InvokeZoomPicker calls the InvokeZoomPicker RPC.

func (*WebViewClient) IsPrivateBrowsingEnabled

func (c *WebViewClient) IsPrivateBrowsingEnabled(ctx context.Context, handle int64) (bool, error)

IsPrivateBrowsingEnabled calls the IsPrivateBrowsingEnabled RPC.

func (*WebViewClient) IsVisibleToUserForAutofill

func (c *WebViewClient) IsVisibleToUserForAutofill(ctx context.Context, handle int64, arg0 int32) (bool, error)

IsVisibleToUserForAutofill calls the IsVisibleToUserForAutofill RPC.

func (*WebViewClient) LoadData

func (c *WebViewClient) LoadData(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 string) error

LoadData calls the LoadData RPC.

func (*WebViewClient) LoadDataWithBaseURL

func (c *WebViewClient) LoadDataWithBaseURL(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 string, arg3 string, arg4 string) error

LoadDataWithBaseURL calls the LoadDataWithBaseURL RPC.

func (*WebViewClient) LoadUrl

func (c *WebViewClient) LoadUrl(ctx context.Context, handle int64, arg0 string) error

LoadUrl calls the LoadUrl RPC.

func (*WebViewClient) OnApplyWindowInsets

func (c *WebViewClient) OnApplyWindowInsets(ctx context.Context, handle int64, arg0 int64) (int64, error)

OnApplyWindowInsets calls the OnApplyWindowInsets RPC.

func (*WebViewClient) OnCheckIsTextEditor

func (c *WebViewClient) OnCheckIsTextEditor(ctx context.Context, handle int64) (bool, error)

OnCheckIsTextEditor calls the OnCheckIsTextEditor RPC.

func (*WebViewClient) OnChildViewAdded

func (c *WebViewClient) OnChildViewAdded(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

OnChildViewAdded calls the OnChildViewAdded RPC.

func (*WebViewClient) OnChildViewRemoved

func (c *WebViewClient) OnChildViewRemoved(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

OnChildViewRemoved calls the OnChildViewRemoved RPC.

func (*WebViewClient) OnCreateInputConnection

func (c *WebViewClient) OnCreateInputConnection(ctx context.Context, handle int64, arg0 int64) (int64, error)

OnCreateInputConnection calls the OnCreateInputConnection RPC.

func (*WebViewClient) OnDragEvent

func (c *WebViewClient) OnDragEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnDragEvent calls the OnDragEvent RPC.

func (*WebViewClient) OnFinishTemporaryDetach

func (c *WebViewClient) OnFinishTemporaryDetach(ctx context.Context, handle int64) error

OnFinishTemporaryDetach calls the OnFinishTemporaryDetach RPC.

func (*WebViewClient) OnGenericMotionEvent

func (c *WebViewClient) OnGenericMotionEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnGenericMotionEvent calls the OnGenericMotionEvent RPC.

func (*WebViewClient) OnGlobalFocusChanged

func (c *WebViewClient) OnGlobalFocusChanged(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

OnGlobalFocusChanged calls the OnGlobalFocusChanged RPC.

func (*WebViewClient) OnHoverEvent

func (c *WebViewClient) OnHoverEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnHoverEvent calls the OnHoverEvent RPC.

func (*WebViewClient) OnKeyDown

func (c *WebViewClient) OnKeyDown(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)

OnKeyDown calls the OnKeyDown RPC.

func (*WebViewClient) OnKeyMultiple

func (c *WebViewClient) OnKeyMultiple(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (bool, error)

OnKeyMultiple calls the OnKeyMultiple RPC.

func (*WebViewClient) OnKeyUp

func (c *WebViewClient) OnKeyUp(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)

OnKeyUp calls the OnKeyUp RPC.

func (*WebViewClient) OnPause

func (c *WebViewClient) OnPause(ctx context.Context, handle int64) error

OnPause calls the OnPause RPC.

func (*WebViewClient) OnProvideAutofillVirtualStructure

func (c *WebViewClient) OnProvideAutofillVirtualStructure(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

OnProvideAutofillVirtualStructure calls the OnProvideAutofillVirtualStructure RPC.

func (*WebViewClient) OnProvideContentCaptureStructure

func (c *WebViewClient) OnProvideContentCaptureStructure(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

OnProvideContentCaptureStructure calls the OnProvideContentCaptureStructure RPC.

func (*WebViewClient) OnProvideVirtualStructure

func (c *WebViewClient) OnProvideVirtualStructure(ctx context.Context, handle int64, arg0 int64) error

OnProvideVirtualStructure calls the OnProvideVirtualStructure RPC.

func (*WebViewClient) OnResolvePointerIcon

func (c *WebViewClient) OnResolvePointerIcon(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error)

OnResolvePointerIcon calls the OnResolvePointerIcon RPC.

func (*WebViewClient) OnResume

func (c *WebViewClient) OnResume(ctx context.Context, handle int64) error

OnResume calls the OnResume RPC.

func (*WebViewClient) OnStartTemporaryDetach

func (c *WebViewClient) OnStartTemporaryDetach(ctx context.Context, handle int64) error

OnStartTemporaryDetach calls the OnStartTemporaryDetach RPC.

func (*WebViewClient) OnTouchEvent

func (c *WebViewClient) OnTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnTouchEvent calls the OnTouchEvent RPC.

func (*WebViewClient) OnTrackballEvent

func (c *WebViewClient) OnTrackballEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

OnTrackballEvent calls the OnTrackballEvent RPC.

func (*WebViewClient) OnWindowFocusChanged

func (c *WebViewClient) OnWindowFocusChanged(ctx context.Context, handle int64, arg0 bool) error

OnWindowFocusChanged calls the OnWindowFocusChanged RPC.

func (*WebViewClient) OverlayHorizontalScrollbar

func (c *WebViewClient) OverlayHorizontalScrollbar(ctx context.Context, handle int64) (bool, error)

OverlayHorizontalScrollbar calls the OverlayHorizontalScrollbar RPC.

func (*WebViewClient) OverlayVerticalScrollbar

func (c *WebViewClient) OverlayVerticalScrollbar(ctx context.Context, handle int64) (bool, error)

OverlayVerticalScrollbar calls the OverlayVerticalScrollbar RPC.

func (*WebViewClient) PageDown

func (c *WebViewClient) PageDown(ctx context.Context, handle int64, arg0 bool) (bool, error)

PageDown calls the PageDown RPC.

func (*WebViewClient) PageUp

func (c *WebViewClient) PageUp(ctx context.Context, handle int64, arg0 bool) (bool, error)

PageUp calls the PageUp RPC.

func (*WebViewClient) PauseTimers

func (c *WebViewClient) PauseTimers(ctx context.Context, handle int64) error

PauseTimers calls the PauseTimers RPC.

func (*WebViewClient) PerformLongClick

func (c *WebViewClient) PerformLongClick(ctx context.Context, handle int64) (bool, error)

PerformLongClick calls the PerformLongClick RPC.

func (*WebViewClient) PostUrl

func (c *WebViewClient) PostUrl(ctx context.Context, handle int64, arg0 string, arg1 int64) error

PostUrl calls the PostUrl RPC.

func (*WebViewClient) PostVisualStateCallback

func (c *WebViewClient) PostVisualStateCallback(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

PostVisualStateCallback calls the PostVisualStateCallback RPC.

func (*WebViewClient) PostWebMessage

func (c *WebViewClient) PostWebMessage(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

PostWebMessage calls the PostWebMessage RPC.

func (*WebViewClient) Reload

func (c *WebViewClient) Reload(ctx context.Context, handle int64) error

Reload calls the Reload RPC.

func (*WebViewClient) RemoveJavascriptInterface

func (c *WebViewClient) RemoveJavascriptInterface(ctx context.Context, handle int64, arg0 string) error

RemoveJavascriptInterface calls the RemoveJavascriptInterface RPC.

func (*WebViewClient) RequestChildRectangleOnScreen

func (c *WebViewClient) RequestChildRectangleOnScreen(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 bool) (bool, error)

RequestChildRectangleOnScreen calls the RequestChildRectangleOnScreen RPC.

func (*WebViewClient) RequestFocus

func (c *WebViewClient) RequestFocus(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error)

RequestFocus calls the RequestFocus RPC.

func (*WebViewClient) RequestFocusNodeHref

func (c *WebViewClient) RequestFocusNodeHref(ctx context.Context, handle int64, arg0 int64) error

RequestFocusNodeHref calls the RequestFocusNodeHref RPC.

func (*WebViewClient) RequestImageRef

func (c *WebViewClient) RequestImageRef(ctx context.Context, handle int64, arg0 int64) error

RequestImageRef calls the RequestImageRef RPC.

func (*WebViewClient) RestoreState

func (c *WebViewClient) RestoreState(ctx context.Context, handle int64, arg0 int64) (int64, error)

RestoreState calls the RestoreState RPC.

func (*WebViewClient) ResumeTimers

func (c *WebViewClient) ResumeTimers(ctx context.Context, handle int64) error

ResumeTimers calls the ResumeTimers RPC.

func (*WebViewClient) SavePassword

func (c *WebViewClient) SavePassword(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 string) error

SavePassword calls the SavePassword RPC.

func (*WebViewClient) SaveState

func (c *WebViewClient) SaveState(ctx context.Context, handle int64, arg0 int64) (int64, error)

SaveState calls the SaveState RPC.

func (*WebViewClient) SaveWebArchive

func (c *WebViewClient) SaveWebArchive(ctx context.Context, handle int64, arg0 string) error

SaveWebArchive calls the SaveWebArchive RPC.

func (*WebViewClient) SetBackgroundColor

func (c *WebViewClient) SetBackgroundColor(ctx context.Context, handle int64, arg0 int32) error

SetBackgroundColor calls the SetBackgroundColor RPC.

func (*WebViewClient) SetCertificate

func (c *WebViewClient) SetCertificate(ctx context.Context, handle int64, arg0 int64) error

SetCertificate calls the SetCertificate RPC.

func (*WebViewClient) SetDataDirectorySuffix

func (c *WebViewClient) SetDataDirectorySuffix(ctx context.Context, handle int64, arg0 string) error

SetDataDirectorySuffix calls the SetDataDirectorySuffix RPC.

func (*WebViewClient) SetDownloadListener

func (c *WebViewClient) SetDownloadListener(ctx context.Context, handle int64, arg0 int64) error

SetDownloadListener calls the SetDownloadListener RPC.

func (*WebViewClient) SetFindListener

func (c *WebViewClient) SetFindListener(ctx context.Context, handle int64, arg0 int64) error

SetFindListener calls the SetFindListener RPC.

func (*WebViewClient) SetHorizontalScrollbarOverlay

func (c *WebViewClient) SetHorizontalScrollbarOverlay(ctx context.Context, handle int64, arg0 bool) error

SetHorizontalScrollbarOverlay calls the SetHorizontalScrollbarOverlay RPC.

func (*WebViewClient) SetHttpAuthUsernamePassword

func (c *WebViewClient) SetHttpAuthUsernamePassword(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 string, arg3 string) error

SetHttpAuthUsernamePassword calls the SetHttpAuthUsernamePassword RPC.

func (*WebViewClient) SetInitialScale

func (c *WebViewClient) SetInitialScale(ctx context.Context, handle int64, arg0 int32) error

SetInitialScale calls the SetInitialScale RPC.

func (*WebViewClient) SetLayerType

func (c *WebViewClient) SetLayerType(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

SetLayerType calls the SetLayerType RPC.

func (*WebViewClient) SetLayoutParams

func (c *WebViewClient) SetLayoutParams(ctx context.Context, handle int64, arg0 int64) error

SetLayoutParams calls the SetLayoutParams RPC.

func (*WebViewClient) SetMapTrackballToArrowKeys

func (c *WebViewClient) SetMapTrackballToArrowKeys(ctx context.Context, handle int64, arg0 bool) error

SetMapTrackballToArrowKeys calls the SetMapTrackballToArrowKeys RPC.

func (*WebViewClient) SetNetworkAvailable

func (c *WebViewClient) SetNetworkAvailable(ctx context.Context, handle int64, arg0 bool) error

SetNetworkAvailable calls the SetNetworkAvailable RPC.

func (*WebViewClient) SetOverScrollMode

func (c *WebViewClient) SetOverScrollMode(ctx context.Context, handle int64, arg0 int32) error

SetOverScrollMode calls the SetOverScrollMode RPC.

func (*WebViewClient) SetPictureListener

func (c *WebViewClient) SetPictureListener(ctx context.Context, handle int64, arg0 int64) error

SetPictureListener calls the SetPictureListener RPC.

func (*WebViewClient) SetRendererPriorityPolicy

func (c *WebViewClient) SetRendererPriorityPolicy(ctx context.Context, handle int64, arg0 int32, arg1 bool) error

SetRendererPriorityPolicy calls the SetRendererPriorityPolicy RPC.

func (*WebViewClient) SetScrollBarStyle

func (c *WebViewClient) SetScrollBarStyle(ctx context.Context, handle int64, arg0 int32) error

SetScrollBarStyle calls the SetScrollBarStyle RPC.

func (*WebViewClient) SetTextClassifier

func (c *WebViewClient) SetTextClassifier(ctx context.Context, handle int64, arg0 int64) error

SetTextClassifier calls the SetTextClassifier RPC.

func (*WebViewClient) SetVerticalScrollbarOverlay

func (c *WebViewClient) SetVerticalScrollbarOverlay(ctx context.Context, handle int64, arg0 bool) error

SetVerticalScrollbarOverlay calls the SetVerticalScrollbarOverlay RPC.

func (*WebViewClient) SetWebChromeClient

func (c *WebViewClient) SetWebChromeClient(ctx context.Context, handle int64, arg0 int64) error

SetWebChromeClient calls the SetWebChromeClient RPC.

func (*WebViewClient) SetWebContentsDebuggingEnabled

func (c *WebViewClient) SetWebContentsDebuggingEnabled(ctx context.Context, handle int64, arg0 bool) error

SetWebContentsDebuggingEnabled calls the SetWebContentsDebuggingEnabled RPC.

func (*WebViewClient) SetWebViewClient

func (c *WebViewClient) SetWebViewClient(ctx context.Context, handle int64, arg0 int64) error

SetWebViewClient calls the SetWebViewClient RPC.

func (*WebViewClient) SetWebViewRenderProcessClient1

func (c *WebViewClient) SetWebViewRenderProcessClient1(ctx context.Context, handle int64, arg0 int64) error

SetWebViewRenderProcessClient1 calls the SetWebViewRenderProcessClient1 RPC.

func (*WebViewClient) SetWebViewRenderProcessClient2_1

func (c *WebViewClient) SetWebViewRenderProcessClient2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

SetWebViewRenderProcessClient2_1 calls the SetWebViewRenderProcessClient2_1 RPC.

func (*WebViewClient) ShouldDelayChildPressedState

func (c *WebViewClient) ShouldDelayChildPressedState(ctx context.Context, handle int64) (bool, error)

ShouldDelayChildPressedState calls the ShouldDelayChildPressedState RPC.

func (*WebViewClient) ShowFindDialog

func (c *WebViewClient) ShowFindDialog(ctx context.Context, handle int64, arg0 string, arg1 bool) (bool, error)

ShowFindDialog calls the ShowFindDialog RPC.

func (*WebViewClient) StopLoading

func (c *WebViewClient) StopLoading(ctx context.Context, handle int64) error

StopLoading calls the StopLoading RPC.

func (*WebViewClient) ZoomBy

func (c *WebViewClient) ZoomBy(ctx context.Context, handle int64, arg0 float32) error

ZoomBy calls the ZoomBy RPC.

func (*WebViewClient) ZoomIn

func (c *WebViewClient) ZoomIn(ctx context.Context, handle int64) (bool, error)

ZoomIn calls the ZoomIn RPC.

func (*WebViewClient) ZoomOut

func (c *WebViewClient) ZoomOut(ctx context.Context, handle int64) (bool, error)

ZoomOut calls the ZoomOut RPC.

type WebViewClientClient

type WebViewClientClient struct {
	// contains filtered or unexported fields
}

WebViewClientClient wraps the gRPC WebViewClientService client.

func NewWebViewClientClient

func NewWebViewClientClient(cc grpc.ClientConnInterface) *WebViewClientClient

NewWebViewClientClient creates a new WebViewClient client.

func (*WebViewClientClient) DoUpdateVisitedHistory

func (c *WebViewClientClient) DoUpdateVisitedHistory(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 bool) error

DoUpdateVisitedHistory calls the DoUpdateVisitedHistory RPC.

func (*WebViewClientClient) OnFormResubmission

func (c *WebViewClientClient) OnFormResubmission(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error

OnFormResubmission calls the OnFormResubmission RPC.

func (*WebViewClientClient) OnLoadResource

func (c *WebViewClientClient) OnLoadResource(ctx context.Context, handle int64, arg0 int64, arg1 string) error

OnLoadResource calls the OnLoadResource RPC.

func (*WebViewClientClient) OnPageCommitVisible

func (c *WebViewClientClient) OnPageCommitVisible(ctx context.Context, handle int64, arg0 int64, arg1 string) error

OnPageCommitVisible calls the OnPageCommitVisible RPC.

func (*WebViewClientClient) OnPageFinished

func (c *WebViewClientClient) OnPageFinished(ctx context.Context, handle int64, arg0 int64, arg1 string) error

OnPageFinished calls the OnPageFinished RPC.

func (*WebViewClientClient) OnPageStarted

func (c *WebViewClientClient) OnPageStarted(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) error

OnPageStarted calls the OnPageStarted RPC.

func (*WebViewClientClient) OnReceivedClientCertRequest

func (c *WebViewClientClient) OnReceivedClientCertRequest(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

OnReceivedClientCertRequest calls the OnReceivedClientCertRequest RPC.

func (*WebViewClientClient) OnReceivedError3

func (c *WebViewClientClient) OnReceivedError3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error

OnReceivedError3 calls the OnReceivedError3 RPC.

func (*WebViewClientClient) OnReceivedError4_1

func (c *WebViewClientClient) OnReceivedError4_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 string, arg3 string) error

OnReceivedError4_1 calls the OnReceivedError4_1 RPC.

func (*WebViewClientClient) OnReceivedHttpError

func (c *WebViewClientClient) OnReceivedHttpError(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error

OnReceivedHttpError calls the OnReceivedHttpError RPC.

func (*WebViewClientClient) OnReceivedLoginRequest

func (c *WebViewClientClient) OnReceivedLoginRequest(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, arg3 string) error

OnReceivedLoginRequest calls the OnReceivedLoginRequest RPC.

func (*WebViewClientClient) OnRenderProcessGone

func (c *WebViewClientClient) OnRenderProcessGone(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

OnRenderProcessGone calls the OnRenderProcessGone RPC.

func (*WebViewClientClient) OnSafeBrowsingHit

func (c *WebViewClientClient) OnSafeBrowsingHit(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int64) error

OnSafeBrowsingHit calls the OnSafeBrowsingHit RPC.

func (*WebViewClientClient) OnScaleChanged

func (c *WebViewClientClient) OnScaleChanged(ctx context.Context, handle int64, arg0 int64, arg1 float32, arg2 float32) error

OnScaleChanged calls the OnScaleChanged RPC.

func (*WebViewClientClient) OnTooManyRedirects

func (c *WebViewClientClient) OnTooManyRedirects(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error

OnTooManyRedirects calls the OnTooManyRedirects RPC.

func (*WebViewClientClient) OnUnhandledKeyEvent

func (c *WebViewClientClient) OnUnhandledKeyEvent(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

OnUnhandledKeyEvent calls the OnUnhandledKeyEvent RPC.

func (*WebViewClientClient) ShouldInterceptRequest2

func (c *WebViewClientClient) ShouldInterceptRequest2(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)

ShouldInterceptRequest2 calls the ShouldInterceptRequest2 RPC.

func (*WebViewClientClient) ShouldInterceptRequest2_1

func (c *WebViewClientClient) ShouldInterceptRequest2_1(ctx context.Context, handle int64, arg0 int64, arg1 string) (int64, error)

ShouldInterceptRequest2_1 calls the ShouldInterceptRequest2_1 RPC.

func (*WebViewClientClient) ShouldOverrideKeyEvent

func (c *WebViewClientClient) ShouldOverrideKeyEvent(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

ShouldOverrideKeyEvent calls the ShouldOverrideKeyEvent RPC.

func (*WebViewClientClient) ShouldOverrideUrlLoading2

func (c *WebViewClientClient) ShouldOverrideUrlLoading2(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)

ShouldOverrideUrlLoading2 calls the ShouldOverrideUrlLoading2 RPC.

func (*WebViewClientClient) ShouldOverrideUrlLoading2_1

func (c *WebViewClientClient) ShouldOverrideUrlLoading2_1(ctx context.Context, handle int64, arg0 int64, arg1 string) (bool, error)

ShouldOverrideUrlLoading2_1 calls the ShouldOverrideUrlLoading2_1 RPC.

type WebViewDatabaseClient

type WebViewDatabaseClient struct {
	// contains filtered or unexported fields
}

WebViewDatabaseClient wraps the gRPC WebViewDatabaseService client.

func NewWebViewDatabaseClient

func NewWebViewDatabaseClient(cc grpc.ClientConnInterface) *WebViewDatabaseClient

NewWebViewDatabaseClient creates a new WebViewDatabase client.

func (*WebViewDatabaseClient) ClearFormData

func (c *WebViewDatabaseClient) ClearFormData(ctx context.Context) error

ClearFormData calls the ClearFormData RPC.

func (*WebViewDatabaseClient) ClearHttpAuthUsernamePassword

func (c *WebViewDatabaseClient) ClearHttpAuthUsernamePassword(ctx context.Context) error

ClearHttpAuthUsernamePassword calls the ClearHttpAuthUsernamePassword RPC.

func (*WebViewDatabaseClient) ClearUsernamePassword

func (c *WebViewDatabaseClient) ClearUsernamePassword(ctx context.Context) error

ClearUsernamePassword calls the ClearUsernamePassword RPC.

func (*WebViewDatabaseClient) GetHttpAuthUsernamePassword

func (c *WebViewDatabaseClient) GetHttpAuthUsernamePassword(ctx context.Context, arg0 string, arg1 string) (int64, error)

GetHttpAuthUsernamePassword calls the GetHttpAuthUsernamePassword RPC.

func (*WebViewDatabaseClient) GetInstance

func (c *WebViewDatabaseClient) GetInstance(ctx context.Context, arg0 int64) (int64, error)

GetInstance calls the GetInstance RPC.

func (*WebViewDatabaseClient) HasFormData

func (c *WebViewDatabaseClient) HasFormData(ctx context.Context) (bool, error)

HasFormData calls the HasFormData RPC.

func (*WebViewDatabaseClient) HasHttpAuthUsernamePassword

func (c *WebViewDatabaseClient) HasHttpAuthUsernamePassword(ctx context.Context) (bool, error)

HasHttpAuthUsernamePassword calls the HasHttpAuthUsernamePassword RPC.

func (*WebViewDatabaseClient) HasUsernamePassword

func (c *WebViewDatabaseClient) HasUsernamePassword(ctx context.Context) (bool, error)

HasUsernamePassword calls the HasUsernamePassword RPC.

func (*WebViewDatabaseClient) SetHttpAuthUsernamePassword

func (c *WebViewDatabaseClient) SetHttpAuthUsernamePassword(ctx context.Context, arg0 string, arg1 string, arg2 string, arg3 string) error

SetHttpAuthUsernamePassword calls the SetHttpAuthUsernamePassword RPC.

type WebViewFindListenerClient

type WebViewFindListenerClient struct {
	// contains filtered or unexported fields
}

WebViewFindListenerClient wraps the gRPC WebViewFindListenerService client.

func NewWebViewFindListenerClient

func NewWebViewFindListenerClient(cc grpc.ClientConnInterface) *WebViewFindListenerClient

NewWebViewFindListenerClient creates a new WebViewFindListener client.

func (*WebViewFindListenerClient) OnFindResultReceived

func (c *WebViewFindListenerClient) OnFindResultReceived(ctx context.Context, arg0 int32, arg1 int32, arg2 bool) error

OnFindResultReceived calls the OnFindResultReceived RPC.

type WebViewFragmentClient

type WebViewFragmentClient struct {
	// contains filtered or unexported fields
}

WebViewFragmentClient wraps the gRPC WebViewFragmentService client.

func NewWebViewFragmentClient

func NewWebViewFragmentClient(cc grpc.ClientConnInterface) *WebViewFragmentClient

NewWebViewFragmentClient creates a new WebViewFragment client.

func (*WebViewFragmentClient) GetWebView

func (c *WebViewFragmentClient) GetWebView(ctx context.Context, handle int64) (int64, error)

GetWebView calls the GetWebView RPC.

func (*WebViewFragmentClient) OnCreateView

func (c *WebViewFragmentClient) OnCreateView(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)

OnCreateView calls the OnCreateView RPC.

func (*WebViewFragmentClient) OnDestroy

func (c *WebViewFragmentClient) OnDestroy(ctx context.Context, handle int64) error

OnDestroy calls the OnDestroy RPC.

func (*WebViewFragmentClient) OnDestroyView

func (c *WebViewFragmentClient) OnDestroyView(ctx context.Context, handle int64) error

OnDestroyView calls the OnDestroyView RPC.

func (*WebViewFragmentClient) OnPause

func (c *WebViewFragmentClient) OnPause(ctx context.Context, handle int64) error

OnPause calls the OnPause RPC.

func (*WebViewFragmentClient) OnResume

func (c *WebViewFragmentClient) OnResume(ctx context.Context, handle int64) error

OnResume calls the OnResume RPC.

type WebViewHitTestResultClient

type WebViewHitTestResultClient struct {
	// contains filtered or unexported fields
}

WebViewHitTestResultClient wraps the gRPC WebViewHitTestResultService client.

func NewWebViewHitTestResultClient

func NewWebViewHitTestResultClient(cc grpc.ClientConnInterface) *WebViewHitTestResultClient

NewWebViewHitTestResultClient creates a new WebViewHitTestResult client.

func (*WebViewHitTestResultClient) GetExtra

GetExtra calls the GetExtra RPC.

func (*WebViewHitTestResultClient) GetType

GetType calls the GetType RPC.

type WebViewPictureListenerClient

type WebViewPictureListenerClient struct {
	// contains filtered or unexported fields
}

WebViewPictureListenerClient wraps the gRPC WebViewPictureListenerService client.

func NewWebViewPictureListenerClient

func NewWebViewPictureListenerClient(cc grpc.ClientConnInterface) *WebViewPictureListenerClient

NewWebViewPictureListenerClient creates a new WebViewPictureListener client.

func (*WebViewPictureListenerClient) OnNewPicture

func (c *WebViewPictureListenerClient) OnNewPicture(ctx context.Context, arg0 int64, arg1 int64) error

OnNewPicture calls the OnNewPicture RPC.

type WebViewRenderProcessClient

type WebViewRenderProcessClient struct {
	// contains filtered or unexported fields
}

WebViewRenderProcessClient wraps the gRPC WebViewRenderProcessService client.

func NewWebViewRenderProcessClient

func NewWebViewRenderProcessClient(cc grpc.ClientConnInterface) *WebViewRenderProcessClient

NewWebViewRenderProcessClient creates a new WebViewRenderProcess client.

func (*WebViewRenderProcessClient) Terminate

func (c *WebViewRenderProcessClient) Terminate(ctx context.Context) (bool, error)

Terminate calls the Terminate RPC.

type WebViewRenderProcessClientClient

type WebViewRenderProcessClientClient struct {
	// contains filtered or unexported fields
}

WebViewRenderProcessClientClient wraps the gRPC WebViewRenderProcessClientService client.

func NewWebViewRenderProcessClientClient

func NewWebViewRenderProcessClientClient(cc grpc.ClientConnInterface) *WebViewRenderProcessClientClient

NewWebViewRenderProcessClientClient creates a new WebViewRenderProcessClient client.

func (*WebViewRenderProcessClientClient) OnRenderProcessResponsive

func (c *WebViewRenderProcessClientClient) OnRenderProcessResponsive(ctx context.Context, arg0 int64, arg1 int64) error

OnRenderProcessResponsive calls the OnRenderProcessResponsive RPC.

func (*WebViewRenderProcessClientClient) OnRenderProcessUnresponsive

func (c *WebViewRenderProcessClientClient) OnRenderProcessUnresponsive(ctx context.Context, arg0 int64, arg1 int64) error

OnRenderProcessUnresponsive calls the OnRenderProcessUnresponsive RPC.

type WebViewVisualStateCallbackClient

type WebViewVisualStateCallbackClient struct {
	// contains filtered or unexported fields
}

WebViewVisualStateCallbackClient wraps the gRPC WebViewVisualStateCallbackService client.

func NewWebViewVisualStateCallbackClient

func NewWebViewVisualStateCallbackClient(cc grpc.ClientConnInterface) *WebViewVisualStateCallbackClient

NewWebViewVisualStateCallbackClient creates a new WebViewVisualStateCallback client.

func (*WebViewVisualStateCallbackClient) OnComplete

func (c *WebViewVisualStateCallbackClient) OnComplete(ctx context.Context, arg0 int64) error

OnComplete calls the OnComplete RPC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL