Lines Matching defs:host

27      * Give the host application a chance to take over the control when a new
31 * means the host application handles the url, while return false means the
36 * @return True if the host application wants to leave the current WebView
44 * Notify the host application that a page has started loading. This method
59 * Notify the host application that a page has finished loading. This method
71 * Notify the host application that the WebView will load the resource
81 * Notify the host application of a resource request and allow the
101 * Notify the host application that there have been an excessive number of
102 * HTTP redirects. As the host application if it would like to continue
107 * @param cancelMsg The message to send if the host wants to cancel
108 * @param continueMsg The message to send if the host wants to continue
151 * Report an error to the host application. These errors are unrecoverable
164 * As the host application if the browser should resend data as the
178 * Notify the host application to update its visited links database.
189 * Notify the host application that an SSL error occurred while loading a
190 * resource. The host application must call either handler.cancel() or
206 * Notify the host application that an SSL error occurred while loading a
215 * Notify the host application to handle a SSL client certificate
217 * proceed with a client certificate or not). The host application
225 * @param host_and_port The host and port of the requesting server.
235 * Notify the host application to handle an authentication request. The
240 * @param host The host requiring authentication.
245 HttpAuthHandler handler, String host, String realm) {
250 * Give the host application a chance to handle the key event synchronously.
258 * @return True if the host application wants to handle the key event
266 * Notify the host application that a key was not handled by the WebView.
269 * from where the key is dispatched. It gives the host application an chance
279 * Notify the host application that the scale applied to the WebView has
290 * Notify the host application that a request to automatically log in the