Searched refs:CanonicalizePort (Results 1 - 4 of 4) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_stdurl.cc79 success &= CanonicalizePort(source.port, parsed.port, default_port,
H A Durl_canon_etc.cc359 bool CanonicalizePort(const char* spec, function in namespace:url_canon
369 bool CanonicalizePort(const char16* spec, function in namespace:url_canon
H A Durl_canon.h417 GURL_API bool CanonicalizePort(const char* spec,
422 GURL_API bool CanonicalizePort(const char16* spec,
H A Durl_canon_unittest.cc896 // 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