Home | History | Annotate | Download | only in webkit

Lines Matching refs:webView

22  * This is the main entry-point into the WebView back end implementations, which the WebView
24 * implementation of this interface, and make it available to the WebView via mechanism TBD.
29 * This Interface provides glue for implementing the backend of WebView static methods which
35 * {@link android.webkit.WebView#findAddress(String)}
41 * {@link android.webkit.WebView#enablePlatformNotifications()}
42 * {@link android.webkit.WebView#disablePlatformNotifications()}
54 * {@link android.webkit.WebView#setWebContentsDebuggingEnabled(boolean) }
63 * @param webView the WebView instance bound to this implementation instance. Note it will not
66 * @param privateAccess provides access into WebView internal methods.
68 WebViewProvider createWebView(WebView webView, WebView.PrivateAccess privateAccess);
71 * Gets the singleton GeolocationPermissions instance for this WebView implementation. The
78 * Gets the singleton CookieManager instance for this WebView implementation. The
86 * Gets the singleton WebIconDatabase instance for this WebView implementation. The
94 * Gets the singleton WebStorage instance for this WebView implementation. The
102 * Gets the singleton WebViewDatabase instance for this WebView implementation. The