OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixUrl
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
UrlUtilitiesTest.java
68
uri = new URI(UrlUtilities.
fixUrl
("google.com"));
70
uri = new URI(UrlUtilities.
fixUrl
("\n://user:pass@example.com:80/"));
72
uri = new URI(UrlUtilities.
fixUrl
("inline:google.com"));
74
uri = new URI(UrlUtilities.
fixUrl
("chrome:user:pass@google:443/leg:foot"));
76
uri = new URI(UrlUtilities.
fixUrl
("https://mail.google.com:/"));
78
uri = new URI(UrlUtilities.
fixUrl
("://mail.google.com:/"));
80
uri = new URI(UrlUtilities.
fixUrl
("//mail.google.com:/"));
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
UrlUtilities.java
82
public static String
fixUrl
(String uri) {
115
* Compare to {@link #
fixUrl
(String)}, This fixes URL more aggressively including Chrome
117
* superset of {@link #
fixUrl
(String)} either. For example, this function doesn't do anything
/packages/apps/Browser/src/com/android/browser/
UrlUtils.java
134
/* package */ static String
fixUrl
(String inUrl) {
137
// However, changing all current callers of
fixUrl
to
IntentHandler.java
229
url = UrlUtils.
fixUrl
(url);
285
String url = UrlUtils.
fixUrl
(inUrl).trim();
UrlInputView.java
277
String url = UrlUtils.
fixUrl
(inUrl).trim();
AddBookmarkPage.java
[
all
...]
Completed in 1176 milliseconds