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

/external/chromium/googleurl/src/
H A Durl_canon_pathurl.cc85 bool CanonicalizePathURL(const char* spec, function in namespace:url_canon
94 bool CanonicalizePathURL(const char16* spec, function in namespace:url_canon
H A Durl_canon.h543 GURL_API bool CanonicalizePathURL(const char* spec,
548 GURL_API bool CanonicalizePathURL(const char16* spec,
H A Durl_util.cc207 success = url_canon::CanonicalizePathURL(spec, spec_len, parsed_input,
H A Durl_canon_unittest.cc1592 TEST(URLCanonTest, CanonicalizePathURL) {
1611 bool success = url_canon::CanonicalizePathURL(path_cases[i].input, url_len,

Completed in 875 milliseconds