Home | History | Annotate | Download | only in browser

Lines Matching refs:WebViewClient

66 import android.webkit.WebViewClient;
299 err == WebViewClient.ERROR_FILE_NOT_FOUND ?
324 // WebViewClient implementation for the main WebView
426 if (errorCode != WebViewClient.ERROR_HOST_LOOKUP &&
427 errorCode != WebViewClient.ERROR_CONNECT &&
428 errorCode != WebViewClient.ERROR_BAD_URL &&
429 errorCode != WebViewClient.ERROR_UNSUPPORTED_SCHEME &&
430 WebViewClient.ERROR_FILE) {
1046 // WebViewClient implementation for the sub window
1049 // Subclass of WebViewClient used in subwindows to notify the main
1050 // WebViewClient of certain WebView activities.
1052 // The main WebViewClient.
1287 // attach the WebViewClient, WebChromeClient and DownloadListener