/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
background.html | 3 chrome.tabs.create({url:chrome.extension.getURL("tabs_api.html")});
|
/cts/tests/tests/text/src/android/text/util/cts/ |
LinkifyTest.java | 82 assertEquals("http://www.google.com", spans[0].getURL()); 83 assertEquals("http://www.google.com/language_tools?hl=en", spans[1].getURL()); 88 assertEquals("mailto:name@gmail.com", spans[0].getURL()); 93 assertEquals("tel:123456789", spans[0].getURL()); 94 assertEquals("tel:08121234567", spans[1].getURL()); 114 assertEquals("http://www.google.com", spans[0].getURL()); 121 assertEquals("mailto:name@gmail.com", spans[0].getURL()); 141 assertEquals("test:Alan", spans[0].getURL()); 142 assertEquals("test:Charlie", spans[1].getURL()); 149 assertEquals("test:google.pattern", spans[0].getURL()); [all...] |
/external/chromium/chrome/browser/ui/login/ |
login_prompt_uitest.cc | 67 tab->NavigateToURL(test_server_.GetURL("auth-basic"))); 76 tab->NavigateToURL(test_server_.GetURL("auth-basic"))); 98 tab->NavigateToURL(test_server_.GetURL("auth-digest"))); 106 tab->NavigateToURL(test_server_.GetURL("auth-digest"))); 128 basic_tab->NavigateToURL(test_server_.GetURL("auth-basic"))); 134 digest_tab->NavigateToURL(test_server_.GetURL("auth-digest"))); 165 tab->NavigateToURL(test_server_.GetURL("a"))); 169 tab->NavigateToURL(test_server_.GetURL("auth-basic"))); 172 tab->NavigateToURL(test_server_.GetURL("b"))); 176 tab->NavigateToURL(test_server_.GetURL("auth-basic"))) [all...] |
/external/chromium/chrome/browser/ |
repost_form_warning_uitest.cc | 41 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("files/form.html"))); 51 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("bar"))); 72 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("files/form.html"))); 82 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("auth-basic"))); 88 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("bar")));
|
collected_cookies_uitest.cc | 44 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("files/cookie1.html"))); 72 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("files/cookie1.html"))); 78 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("files/cookie2.html")));
|
session_history_uitest.cc | 97 test_server_.GetURL("files/session_history/bot1.html"))); 101 test_server_.GetURL("files/session_history/bot2.html"))); 105 test_server_.GetURL("files/session_history/bot3.html"))); 123 test_server_.GetURL("files/session_history/bot3.html"))); 164 GURL frames(test_server_.GetURL("files/session_history/frames.html")); 227 GURL frames(test_server_.GetURL("files/session_history/frames.html")); 287 GURL frames(test_server_.GetURL("files/session_history/frames.html")); 339 GURL fragment(test_server_.GetURL("files/session_history/fragment.html")); 378 GURL bot3(test_server_.GetURL("files/session_history/bot3.html")); 411 test_server_.GetURL("files/session_history/bot1.html"))) [all...] |
/external/chromium/chrome/browser/ssl/ |
ssl_browser_tests.cc | 135 GURL http_url = http_server.GetURL("files/ssl/google.html"); 136 GURL good_https_url = good_https_server.GetURL("files/ssl/google.html"); 137 GURL bad_https_url = bad_https_server.GetURL( 169 GURL imported_js_url = expired_https_server.GetURL("files/ssl/imported.js"); 204 test_server()->GetURL("files/ssl/google.html")); 224 browser(), test_server()->GetURL(replacement_path)); 234 https_server_.GetURL("files/ssl/google.html")); 245 https_server_expired_.GetURL("files/ssl/google.html")); 275 https_server_.GetURL("files/ssl/google.html")); 282 https_server_expired_.GetURL("files/ssl/google.html") [all...] |
/libcore/luni/src/test/java/libcore/net/http/ |
HttpResponseCacheTest.java | 142 URL url = server.getUrl("/"); 172 URL url = server.getUrl("/"); 238 URL url = server.getUrl("/"); 271 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection(); 281 urlConnection = (HttpURLConnection) server.getUrl("/").openConnection(); // cached! 305 HttpsURLConnection connection = (HttpsURLConnection) server.getUrl("/").openConnection(); 316 connection = (HttpsURLConnection) server.getUrl("/").openConnection(); // cached! 340 HttpsURLConnection connection = (HttpsURLConnection) server.getUrl("/").openConnection(); 344 connection = (HttpsURLConnection) server.getUrl("/").openConnection(); // not cached! 362 URLConnection connection = server.getUrl("/").openConnection() [all...] |
/external/mockwebserver/src/test/java/com/google/mockwebserver/ |
MockWebServerTest.java | 46 URL url = server.getUrl("/"); 63 .addHeader("Location: " + server.getUrl("/new-path")) 67 URLConnection connection = server.getUrl("/").openConnection(); 85 URLConnection connection = server.getUrl("/").openConnection(); 103 URLConnection urlConnection = server.getUrl("/").openConnection(); 115 URLConnection urlConnection2 = server.getUrl("/").openConnection();
|
/external/okhttp/src/test/java/libcore/net/http/ |
URLConnectionTest.java | 135 OkHttpConnection urlConnection = openConnection(server.getUrl("/")); 196 OkHttpConnection urlConnection = openConnection(server.getUrl("/")); 211 OkHttpConnection urlConnection = openConnection(server.getUrl("/")); 240 OkHttpConnection connection = openConnection(server.getUrl("/")); 247 OkHttpConnection connection = openConnection(server.getUrl("/")); 261 assertContent("ABCDE", openConnection(server.getUrl("/")), 5); 262 assertContent("ABCDE", openConnection(server.getUrl("/")), 5); 280 assertContent("ABCDEFGHIJKLMNOPQR", openConnection(server.getUrl("/foo"))); 282 assertContent("ABCDEFGHIJKLMNOPQR", openConnection(server.getUrl("/bar?baz=quux"))); 284 assertContent("ABCDEFGHIJKLMNOPQR", openConnection(server.getUrl("/z"))) [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page_test.cc | 359 GURL load_url = test_server()->GetURL( 409 GURL url = test_server()->GetURL(kEmptyPage); 417 browser()->GetSelectedTabContents()->GetURL()); 421 GURL url = test_server()->GetURL(kEmptyPage); 428 EXPECT_EQ(url, browser()->GetSelectedTabContents()->GetURL()); 432 GURL url = test_server()->GetURL(kEmptyPage); 440 browser()->GetSelectedTabContents()->GetURL()); 444 GURL url = test_server()->GetURL(kEmptyPage); 452 EXPECT_EQ(url, browser()->GetSelectedTabContents()->GetURL()); 456 GURL url = test_server()->GetURL(kEmptyPage) [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model_test_utils.cc | 22 EXPECT_EQ(expected->GetURL(), actual->GetURL());
|
/external/chromium/chrome/common/extensions/docs/static/ |
extension.html | 35 <a href="#method-getURL"><code>getURL()</code></a>
|
/frameworks/base/core/java/android/text/style/ |
URLSpan.java | 52 public String getURL() { 58 Uri uri = Uri.parse(getURL());
|
/external/chromium/net/proxy/ |
proxy_script_fetcher_impl_unittest.cc | 131 GURL url(test_server_.GetURL("files/pac.txt")); 140 GURL url(test_server_.GetURL("files/pac.html")); 149 GURL url(test_server_.GetURL("files/pac.nsproxy")); 166 GURL url(test_server_.GetURL("files/500.pac")); 175 GURL url(test_server_.GetURL("files/404.pac")); 193 GURL url(test_server_.GetURL("files/downloadable.pac")); 209 GURL url(test_server_.GetURL("files/cacheable_1hr.pac")); 245 test_server_.GetURL("files/large-pac.nsproxy"), 265 GURL url(test_server_.GetURL("files/pac.nsproxy")); 287 { GURL url(test_server_.GetURL("slow/proxy.pac?1.2")) [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
URLConnectionTest.java | 117 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection(); 178 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection(); 193 HttpURLConnection urlConnection = (HttpURLConnection) server.getUrl("/").openConnection(); 222 HttpURLConnection connection = (HttpURLConnection) server.getUrl("/").openConnection(); 229 HttpURLConnection connection = (HttpURLConnection) server.getUrl("/").openConnection(); 243 assertContent("ABCDE", server.getUrl("/").openConnection(), 5); 244 assertContent("ABCDE", server.getUrl("/").openConnection(), 5); 262 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/foo").openConnection()); 264 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/bar?baz=quux").openConnection()); 266 assertContent("ABCDEFGHIJKLMNOPQR", server.getUrl("/z").openConnection()) [all...] |
/external/chromium/chrome/browser/net/ |
ftp_browsertest.cc | 22 ui_test_utils::NavigateToURL(browser(), ftp_server_.GetURL("/"));
|
/external/chromium/chrome/browser/tab_contents/ |
view_source_uitest.cc | 50 test_server_.GetURL(kTestHtml).spec()); 70 GURL url(test_server_.GetURL(kTestHtml)); 87 GURL url(test_server_.GetURL(kTestHtml)); 101 test_server_.GetURL(kTestHtml).spec());
|
/external/chromium/chrome/common/extensions/docs/examples/api/cookies/ |
background.html | 29 var manager_url = chrome.extension.getURL("manager.html");
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/views/ |
background.html | 21 var optionsPageURL = chrome.extension.getURL('/views/options.html');
|
/external/oauth/core/src/main/java/net/oauth/ |
ConsumerProperties.java | 101 OAuthServiceProvider serviceProvider = new OAuthServiceProvider(getURL( 102 baseURL, name + ".serviceProvider.requestTokenURL"), getURL( 104 getURL(baseURL, name + ".serviceProvider.accessTokenURL")); 123 private String getURL(URL base, String name) throws MalformedURLException {
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
JarInputStreamTest.java | 51 jarName = Support_Resources.getURL("morestuff/hyts_patch.jar"); 52 jarName2 = Support_Resources.getURL("morestuff/hyts_patch2.jar"); 166 String intJarName = Support_Resources.getURL("Integrate.jar"); 182 String modJarName = Support_Resources.getURL("Modified_Class.jar"); 209 String modJarName = Support_Resources.getURL("Modified_Manifest_MainAttributes.jar"); 230 .getURL("Modified_Manifest_EntryAttributes.jar"); 257 .getURL("Modified_SF_EntryAttributes.jar"); 282 String modJarName = Support_Resources.getURL("Modified_Class.jar"); 311 String intJarName = Support_Resources.getURL("Integrate.jar"); 334 .getURL("Modified_Manifest_MainAttributes.jar") [all...] |
/cts/tests/tests/net/src/android/net/http/cts/ |
SslErrorTest.java | 73 assertEquals(error.getUrl(), "foo"); 78 assertEquals(error.getUrl(), "");
|
/external/chromium/chrome/browser/notifications/ |
notifications_interactive_uitest.cc | 30 tab->NavigateToURL(test_server.GetURL( 60 tab->NavigateToURL(test_server.GetURL(
|
/external/chromium/chrome/browser/ui/download/ |
download_tab_helper.cc | 26 const GURL& current_page_url = tab_contents()->GetURL(); 46 dlm->DownloadUrl(url, tab_contents()->GetURL(), "", tab_contents());
|