Lines Matching defs:view
1248 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
1255 public void doUpdateVisitedHistory(WebView view, String url, in doUpdateVisitedHistory()
1260 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
1264 public void onReceivedSslError(WebView view, SslErrorHandler handler, in onReceivedSslError()
1269 public void onReceivedHttpAuthRequest(WebView view, in onReceivedHttpAuthRequest()
1274 public void onFormResubmission(WebView view, Message dontResend, in onFormResubmission()
1279 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
1284 public boolean shouldOverrideKeyEvent(WebView view, in shouldOverrideKeyEvent()
1289 public void onUnhandledKeyEvent(WebView view, in onUnhandledKeyEvent()
1307 public void onProgressChanged(WebView view, int newProgress) { in onProgressChanged()
1311 public boolean onCreateWindow(WebView view, boolean dialog, in onCreateWindow()
1970 WebView view; in showDialog() local