Home | History | Annotate | Download | only in base

Lines Matching refs:url

23   const char* url;
354 const char* url;
475 // convert to the file URL
478 EXPECT_EQ(round_trip_cases[i].url, file_url.spec());
520 net::FileURLToFilePath(GURL(url_cases[i].url), &output);
535 // Test that if a file URL is malformed, we get a failure
578 GURL url(tests[i].input_url);
581 net::GetIdentityFromURL(url, &username, &password);
590 GURL url(WideToUTF16(L"http://foo:\x4f60\x597d@blah.com"));
592 EXPECT_EQ("foo", url.username());
593 EXPECT_EQ("%E4%BD%A0%E5%A5%BD", url.password());
597 net::GetIdentityFromURL(url, &username, &password);
992 // Invalid C-D header. Extracts filename from url.
1049 GURL(test_cases[i].url), test_cases[i].content_disp_header,
1057 << "Iteration " << i << ": " << test_cases[i].url;
1177 GURL url;
1188 std::string host_and_port = net::GetHostAndPort(tests[i].url);
1195 GURL url;
1206 std::string host_and_port = net::GetHostAndOptionalPort(tests[i].url);
1259 {"Empty URL", "", L"", true, UnescapeRule::NORMAL, L"", 0},
1261 {"Simple URL",
1316 // GURL doesn't think local-part of an email address is username for URL.
1349 // Disabled: the resultant URL becomes "...user%253A:%2540passwd...".
1587 { // Try an HTTPS URL -- strip both the reference and the username/password.
1591 { // Try an FTP URL -- strip both the reference and the username/password.
1595 { // Try an standard URL with unknow scheme.