Searched refs:ReplacePathURL (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/url/ |
D | url_canon_pathurl.cc | 96 bool ReplacePathURL(const char* base, in ReplacePathURL() function 108 bool ReplacePathURL(const char* base, in ReplacePathURL() function
|
D | url_canon.h | 803 URL_EXPORT bool ReplacePathURL(const char* base, 808 URL_EXPORT bool ReplacePathURL(const char* base,
|
D | url_util.cc | 352 return ReplacePathURL(spec, parsed, replacements, output, out_parsed); in DoReplaceComponents()
|
D | url_canon_unittest.cc | 1499 TEST(URLCanonTest, ReplacePathURL) { in TEST() argument 1531 ReplacePathURL(cur.base, parsed, r, &output, &out_parsed); in TEST()
|