Searched defs:url1 (Results 1 - 25 of 40) sorted by last modified time

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar ... .net.URL resourceUrl String realm String oldRealm String url1 java.util.Enumeration urls String url2 public void ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DCacheTest.cpp455 const String url1 = "http://first.request/"; local
459 expectedUrls[0] = url1;
463 webRequests[0].setURL(KURL(ParsedURLString, url1));
505 const String url1 = "http://first.response/"; local
509 expectedUrls[0] = url1;
513 webResponses[0].setURL(KURL(ParsedURLString, url1));
/external/chromium_org/net/base/registry_controlled_domains/
H A Dregistry_controlled_domain_unittest.cc70 bool CompareDomains(const std::string& url1, const std::string& url2) { argument
71 GURL g1 = GURL(url1);
/external/chromium_org/net/http/
H A Dhttp_network_transaction_unittest.cc11582 const std::string url1 = "http://www.google.com/"; local
11677 request1.url = GURL(url1);
/external/chromium_org/net/tools/dump_cache/
H A Durl_to_filename_encoder_unittest.cc115 void ValidateEncodeSame(const string& url1, const string& url2) { argument
116 string filename1 = UrlToFilenameEncoder::Encode(url1, std::string(), false);
/external/chromium_org/components/password_manager/core/browser/
H A Dpsl_matching_helper.cc24 bool IsPublicSuffixDomainMatch(const std::string& url1, argument
26 GURL gurl1(url1);
H A Dpsl_matching_helper_unittest.cc17 const char* url1; member in struct:password_manager::__anon6687::TestPair
47 form1.signon_realm = pairs[i].url1;
52 << "First URL = " << pairs[i].url1
/external/chromium_org/content/browser/
H A Dcross_site_transfer_browsertest.cc261 GURL url1 = test_server()->GetURL("files/site_isolation/blank.html?1"); local
262 NavigateToURL(shell(), url1); local
281 // There should be one history entry. url2 should have replaced url1.
300 // There should be two history entries. url2 should have replaced url1. url2
337 // There should be one history entry. url2 should have replaced url1.
347 // There should be two history entries. url2 should have replaced url1. url2
371 GURL url1 = test_server()->GetURL("files/site_isolation/blank.html?1"); local
372 NavigateToURL(shell(), url1); local
388 // There should be one history entry. url2b should have replaced url1.
404 // There should be two history entries. url2b should have replaced url1
427 GURL url1 = test_server()->GetURL("files/site_isolation/blank.html?1"); local
428 NavigateToURL(shell(), url1); local
[all...]
/external/chromium_org/content/browser/download/
H A Ddownload_browsertest.cc1505 GURL url1 = test_server()->GetURL( local
1509 DownloadItem* download(StartDownloadAndReturnItem(url1));
1538 GURL url1 = test_server()->GetURL( local
1542 DownloadItem* download(StartDownloadAndReturnItem(url1));
/external/chromium_org/content/browser/fileapi/
H A Ddragged_file_util_unittest.cc162 void VerifyFilesHaveSameContent(const FileSystemURL& url1, argument
164 // Get the file info and the platform path for url1.
168 file_system_context(), url1, &info1));
172 file_system_context(), url1, &platform_path1));
235 FileSystemURL url1 = GetOtherURL(file_system_context(), local
239 EXPECT_EQ(IsDirectoryEmpty(file_system_context(), url1),
245 VerifyFilesHaveSameContent(url1, url2);
H A Dobfuscated_file_util_unittest.cc2010 FileSystemURL url1 = FileSystemURLAppendUTF8(dir, "bar"); local
2020 ofu()->EnsureFileExists(context.get(), url1, &created));
2030 ofu()->GetLocalFilePath(context.get(), url1, &file_path));
2035 ofu()->Touch(context.get(), url1,
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc354 const GURL url1("http://foo1");
358 url1, Referrer(), ui::PAGE_TRANSITION_TYPED, std::string());
381 main_test_rfh()->SendNavigate(0, url1);
457 const GURL url1("http://foo1");
461 url1, Referrer(), ui::PAGE_TRANSITION_TYPED, std::string());
463 main_test_rfh()->SendNavigate(0, url1);
593 const GURL url1("http://foo1");
596 url1, Referrer(), ui::PAGE_TRANSITION_TYPED, std::string());
598 main_test_rfh()->SendNavigate(0, url1);
607 url1, Referre
2813 navigator->DidStartProvisionalLoad(main_test_rfh(), url1, false); local
2837 navigator->DidStartProvisionalLoad(main_test_rfh(), url1, false); local
2845 navigator->DidStartProvisionalLoad(main_test_rfh(), url1, false); local
[all...]
H A Drender_frame_host_manager_browsertest.cc1424 // The test loads url1, opens a link pointing to url2 in a new tab, and
1425 // navigates the new tab to url1.
1427 // - url1 must require webui bindings;
1428 // - navigating to url2 in the site instance of url1 should not swap
1431 GURL url1(std::string(kChromeUIScheme) + "://" +
1437 NavigateToURL(shell(), url1); local
1462 // Navigate to url1 and check bindings.
1463 NavigateToURL(new_shell, url1);
/external/chromium_org/content/browser/web_contents/
H A Dopened_by_dom_browsertest.cc90 GURL url1 = test_server()->GetURL("files/site_isolation/blank.html?1"); local
92 NavigateToURL(shell(), url1); local
105 GURL url1 = test_server()->GetURL("files/site_isolation/blank.html?1"); local
108 NavigateToURL(shell(), url1); local
122 GURL url1 = test_server()->GetURL("files/site_isolation/blank.html?1"); local
133 NavigateToURL(shell(), url1); local
/external/chromium_org/chrome/test/base/
H A Dtracing_browsertest.cc90 GURL url1("chrome://tracing/");
96 ui_test_utils::NavigateToURLWithDisposition(browser(), url1, local
/external/chromium_org/chrome/browser/power/
H A Dprocess_power_collector_unittest.cc144 GURL url1("http://www.google.com");
151 AddTab(browser(), url1); local
169 EXPECT_EQ(0, origin_power_map->GetPowerForOrigin(url1));
178 EXPECT_EQ(33, origin_power_map->GetPowerForOrigin(url1));
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc4199 GURL url1 = test_server()->GetURL("files/prerender/prerender_page.html?1"); local
4201 PrerenderTestURL(url1, FINAL_STATUS_APP_TERMINATING, 1);
4229 url1, Referrer(), CURRENT_TAB, ui::PAGE_TRANSITION_TYPED, false));
H A Dprerender_local_predictor.cc327 bool URLsIdenticalIgnoringFragments(const GURL& url1, const GURL& url2) { argument
330 GURL u1 = url1.ReplaceComponents(replacement);

Completed in 411 milliseconds

12