Searched refs:CanonicalizePort (Results 1 - 4 of 4) sorted by relevance
/external/chromium/googleurl/src/ |
H A D | url_canon_stdurl.cc | 79 success &= CanonicalizePort(source.port, parsed.port, default_port,
|
H A D | url_canon_etc.cc | 359 bool CanonicalizePort(const char* spec, function in namespace:url_canon 369 bool CanonicalizePort(const char16* spec, function in namespace:url_canon
|
H A D | url_canon.h | 417 GURL_API bool CanonicalizePort(const char* spec, 422 GURL_API bool CanonicalizePort(const char16* spec,
|
H A D | url_canon_unittest.cc | 896 // Note that the CanonicalizePort will always prepend a colon to the output 921 bool success = url_canon::CanonicalizePort(port_cases[i].input, in_comp, 935 success = url_canon::CanonicalizePort(wide_input.c_str(), in_comp,
|
Completed in 512 milliseconds