Searched defs:trim_path_end (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/url/third_party/mozilla/ |
H A D | url_parse.cc | 477 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 D | url_util.cc | 219 bool trim_path_end, in DoCanonicalize() 797 bool trim_path_end, in Canonicalize() 807 bool trim_path_end, in Canonicalize()
|
H A D | gurl.cc | 74 void GURL::InitCanonical(T input_spec, bool trim_path_end) { in InitCanonical()
|
H A D | url_util_unittest.cc | 567 bool trim_path_end) { in CanonicalizeSpec()
|
/aosp_15_r20/external/openscreen/third_party/mozilla/ |
H A D | url_parse.cc | 451 bool trim_path_end, in DoParsePathURL() 830 bool trim_path_end, in ParsePathURL()
|
H A D | url_parse_internal.cc | 29 void TrimURL(const char* spec, int* begin, int* len, bool trim_path_end) { in TrimURL()
|