Home
last modified time | relevance | path

Searched refs:TrimURL (Results 1 – 3 of 3) sorted by relevance

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