OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldOverrideUrlLoading
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/webkit/src/android/webkit/cts/
WebViewClientTest.java
109
// Verify that the
shouldoverrideurlloading
is false by default
115
assertFalse(webViewClient.
shouldOverrideUrlLoading
(mOnUiThread.getWebView(), new String()));
123
// Verify
shouldoverrideurlloading
called on top level navigation
143
// Verify
shouldoverrideurlloading
called on webview called via onCreateWindow
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
HtmlActivityTask.java
113
public boolean
shouldOverrideUrlLoading
(WebView view, String url) {
Completed in 85 milliseconds