Searched refs:trim_path_end (Results 1 – 4 of 4) sorted by relevance
/external/openscreen/third_party/mozilla/ |
D | url_parse_internal.cc | 29 void TrimURL(const char* spec, int* begin, int* len, bool trim_path_end) { in TrimURL() argument 35 if (trim_path_end) { in TrimURL()
|
D | url_parse_internal.h | 32 void TrimURL(const char* spec, int* begin, int* len, bool trim_path_end = true);
|
D | url_parse.cc | 451 bool trim_path_end, in DoParsePathURL() argument 465 TrimURL(spec, &scheme_begin, &spec_len, trim_path_end); in DoParsePathURL() 830 bool trim_path_end, in ParsePathURL() argument 832 DoParsePathURL(url, url_len, trim_path_end, parsed); in ParsePathURL()
|
D | url_parse.h | 227 bool trim_path_end,
|