Home
last modified time | relevance | path

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

/external/chromium_org/url/
Durl_canon_pathurl.cc96 bool ReplacePathURL(const char* base, in ReplacePathURL() function
108 bool ReplacePathURL(const char* base, in ReplacePathURL() function
Durl_canon.h803 URL_EXPORT bool ReplacePathURL(const char* base,
808 URL_EXPORT bool ReplacePathURL(const char* base,
Durl_util.cc352 return ReplacePathURL(spec, parsed, replacements, output, out_parsed); in DoReplaceComponents()
Durl_canon_unittest.cc1499 TEST(URLCanonTest, ReplacePathURL) { in TEST() argument
1531 ReplacePathURL(cur.base, parsed, r, &output, &out_parsed); in TEST()