Searched refs:TrimURL (Results 1 – 3 of 3) sorted by relevance
/external/openscreen/third_party/mozilla/ |
D | url_parse_internal.h | 32 void TrimURL(const char* spec, int* begin, int* len, bool trim_path_end = true);
|
D | url_parse_internal.cc | 29 void TrimURL(const char* spec, int* begin, int* len, bool trim_path_end) { in TrimURL() function
|
D | url_parse.cc | 319 TrimURL(spec, &begin, &spec_len); in DoParseStandardURL() 349 TrimURL(spec, &begin, &spec_len); in DoParseFileSystemURL() 465 TrimURL(spec, &scheme_begin, &spec_len, trim_path_end); in DoParsePathURL() 510 TrimURL(spec, &begin, &spec_len); in DoParseMailtoURL()
|