Home
last modified time | relevance | path

Searched defs:trim_path_end (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/url/third_party/mozilla/
H A Durl_parse.cc477 bool trim_path_end, in DoParseNonSpecialURL()
612 bool trim_path_end, in DoParsePathURL()
1084 bool trim_path_end, in ParseNonSpecialURLInternal()
1091 bool trim_path_end, in ParseNonSpecialURLInternal()
1098 bool trim_path_end, in ParsePathURL()
1105 bool trim_path_end, in ParsePathURL()
/aosp_15_r20/external/cronet/url/
H A Durl_util.cc219 bool trim_path_end, in DoCanonicalize()
797 bool trim_path_end, in Canonicalize()
807 bool trim_path_end, in Canonicalize()
H A Dgurl.cc74 void GURL::InitCanonical(T input_spec, bool trim_path_end) { in InitCanonical()
H A Durl_util_unittest.cc567 bool trim_path_end) { in CanonicalizeSpec()
/aosp_15_r20/external/openscreen/third_party/mozilla/
H A Durl_parse.cc451 bool trim_path_end, in DoParsePathURL()
830 bool trim_path_end, in ParsePathURL()
H A Durl_parse_internal.cc29 void TrimURL(const char* spec, int* begin, int* len, bool trim_path_end) { in TrimURL()