OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUrlHostPath
(Results
1 - 8
of
8
) sorted by null
/external/chromium/net/tools/dump_cache/
url_utilities_unittest.cc
32
TEST(UrlUtilitiesTest,
GetUrlHostPath
) {
34
UrlUtilities::
GetUrlHostPath
("http://www.foo.com"));
36
UrlUtilities::
GetUrlHostPath
("http://www.foo.com:80"));
38
UrlUtilities::
GetUrlHostPath
("http://www.foo.com:80/"));
40
UrlUtilities::
GetUrlHostPath
("http://www.foo.com/news"));
42
UrlUtilities::
GetUrlHostPath
("www.foo.com:80/news?q=hello"));
44
UrlUtilities::
GetUrlHostPath
("www.foo.com/news?q=a:b"));
46
UrlUtilities::
GetUrlHostPath
("www.foo.com:80"));
url_utilities.h
22
static std::string
GetUrlHostPath
(const std::string& url);
url_to_filename_encoder.h
102
std::string url_no_scheme = UrlUtilities::
GetUrlHostPath
(url);
url_utilities.cc
36
std::string UrlUtilities::
GetUrlHostPath
(const std::string& url) {
/external/chromium_org/net/tools/dump_cache/
url_utilities_unittest.cc
32
TEST(UrlUtilitiesTest,
GetUrlHostPath
) {
34
UrlUtilities::
GetUrlHostPath
("http://www.foo.com"));
36
UrlUtilities::
GetUrlHostPath
("http://www.foo.com:80"));
38
UrlUtilities::
GetUrlHostPath
("http://www.foo.com:80/"));
40
UrlUtilities::
GetUrlHostPath
("http://www.foo.com/news"));
42
UrlUtilities::
GetUrlHostPath
("www.foo.com:80/news?q=hello"));
44
UrlUtilities::
GetUrlHostPath
("www.foo.com/news?q=a:b"));
46
UrlUtilities::
GetUrlHostPath
("www.foo.com:80"));
url_utilities.h
21
static std::string
GetUrlHostPath
(const std::string& url);
url_to_filename_encoder.h
101
std::string url_no_scheme = UrlUtilities::
GetUrlHostPath
(url);
url_utilities.cc
36
std::string UrlUtilities::
GetUrlHostPath
(const std::string& url) {
Completed in 61 milliseconds