Home | History | Annotate | Download | only in cts

Lines Matching defs:shouldOverrideUrlLoading

93     // Verify that the shouldoverrideurlloading is false by default
99 assertFalse(webViewClient.shouldOverrideUrlLoading(mOnUiThread.getWebView(), new String()));
102 // Verify shouldoverrideurlloading called on top level navigation
122 // Verify shouldoverrideurlloading called on webview called via onCreateWindow
851 public boolean shouldOverrideUrlLoading(WebView view, String url) {
859 public boolean shouldOverrideUrlLoading(WebView view, WebResourceRequest request) {