Home
last modified time | relevance | path

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

/external/openscreen/third_party/mozilla/
Durl_parse_internal.cc29 void TrimURL(const char* spec, int* begin, int* len, bool trim_path_end) { in TrimURL() argument
35 if (trim_path_end) { in TrimURL()
Durl_parse_internal.h32 void TrimURL(const char* spec, int* begin, int* len, bool trim_path_end = true);
Durl_parse.cc451 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()
Durl_parse.h227 bool trim_path_end,