Home
last modified time | relevance | path

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

/external/chromium_org/url/
Durl_canon_pathurl.cc78 bool CanonicalizePathURL(const char* spec, in CanonicalizePathURL() function
87 bool CanonicalizePathURL(const base::char16* spec, in CanonicalizePathURL() function
Durl_canon.h546 URL_EXPORT bool CanonicalizePathURL(const char* spec,
551 URL_EXPORT bool CanonicalizePathURL(const base::char16* spec,
Durl_util.cc188 success = CanonicalizePathURL(spec, spec_len, parsed_input, output, in DoCanonicalize()
Durl_canon_unittest.cc1718 TEST(URLCanonTest, CanonicalizePathURL) { in TEST() argument
1737 bool success = CanonicalizePathURL(path_cases[i].input, url_len, parsed, in TEST()