Lines Matching refs:webview
9 | ohos.web.webview | WebCookieManager | static deleteSessionCookie(): void; …
10 | ohos.web.webview | WebCookieManager | static deleteEntireCookie(): void; …
11 | ohos.web.webview | WebCookieManager | static existCookie(): boolean; …
12 | ohos.web.webview | WebCookieManager | static putAcceptThirdPartyCookieEnabled(accept: boole…
13 | ohos.web.webview | WebCookieManager | static isThirdPartyCookieAllowed(): boolean; …
14 | ohos.web.webview | WebCookieManager | static putAcceptCookieEnabled(accept: boolean): void;…
15 | ohos.web.webview | WebCookieManager | static isCookieAllowed(): boolean; …
16 | ohos.web.webview | WebCookieManager | static saveCookieAsync(): Promise\<boolean>;<br>stati…
17 | ohos.web.webview | WebCookieManager | static saveCookieSync(): boolean; …
18 | ohos.web.webview | WebCookieManager | static setCookie(url: string, value: string): boolean…
19 | ohos.web.webview | WebCookieManager | static getCookie(url: string): string; …
20 | ohos.web.webview | GeolocationPermissions | static getStoredGeolocation() : Promise\<Array\<strin…
21 | ohos.web.webview | GeolocationPermissions | static getAccessibleGeolocation(origin: string): Prom…
22 | ohos.web.webview | GeolocationPermissions | static deleteAllGeolocation(): void; …
23 | ohos.web.webview | GeolocationPermissions | static deleteGeolocation(origin: string): void; …
24 | ohos.web.webview | GeolocationPermissions | static allowGeolocation(origin: string): void; …
25 | ohos.web.webview | WebAsyncController | storeWebArchive(baseName: string, autoName: boolean):…
26 | ohos.web.webview | WebAsyncController | constructor(controller: WebController); …
27 | ohos.web.webview | WebDataBase | static saveHttpAuthCredentials(host: string, realm: s…
28 | ohos.web.webview | WebDataBase | static getHttpAuthCredentials(host: string, realm: st…
29 | ohos.web.webview | WebDataBase | static deleteHttpAuthCredentials(): void; …
30 | ohos.web.webview | WebDataBase | static existHttpAuthCredentials(): boolean; …
31 | ohos.web.webview | WebStorage | static getOriginUsage(origin : string) : Promise\<num…
32 | ohos.web.webview | WebStorage | static getOriginQuota(origin : string) : Promise\<num…
33 | ohos.web.webview | WebStorage | static getOrigins() : Promise\<Array\<WebStorageOrigi…
34 | ohos.web.webview | WebStorage | static deleteOrigin(origin : string): void; …
35 | ohos.web.webview | WebStorage | static deleteAllData() : void; …
36 | ohos.web.webview | WebStorageOrigin | quota: number; …
37 | ohos.web.webview | WebStorageOrigin | usage: number; …
38 | ohos.web.webview | WebStorageOrigin | origin: string; …