/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,
|
/external/cronet/url/ |
D | url_parse_internal.h | 38 bool trim_path_end = true) { 43 if (trim_path_end) {
|
D | url_util_unittest.cc | 585 bool trim_path_end) { in CanonicalizeSpec() argument 589 if (!Canonicalize(spec.data(), spec.size(), trim_path_end, in CanonicalizeSpec() 620 for (bool trim_path_end : {false, true}) { in TEST_F() 621 SCOPED_TRACE(testing::Message() << "trim_path_end: " << trim_path_end); in TEST_F() 624 CanonicalizeSpec(spec, trim_path_end); in TEST_F() 626 EXPECT_EQ(canonicalized, CanonicalizeSpec(*canonicalized, trim_path_end)); in TEST_F()
|
D | url_util.cc | 232 bool trim_path_end, in DoCanonicalize() argument 239 TrimURL(spec, &begin, &spec_len, trim_path_end); in DoCanonicalize() 309 ParsePathURL(spec, spec_len, trim_path_end, &parsed_input); in DoCanonicalize() 784 bool trim_path_end, in Canonicalize() argument 788 return DoCanonicalize(spec, spec_len, trim_path_end, REMOVE_WHITESPACE, in Canonicalize() 794 bool trim_path_end, in Canonicalize() argument 798 return DoCanonicalize(spec, spec_len, trim_path_end, REMOVE_WHITESPACE, in Canonicalize()
|
D | url_util.h | 228 bool trim_path_end, 235 bool trim_path_end,
|
D | gurl.cc | 73 void GURL::InitCanonical(T input_spec, bool trim_path_end) { in InitCanonical() argument 76 input_spec.data(), static_cast<int>(input_spec.length()), trim_path_end, in InitCanonical()
|
D | gurl.h | 458 void InitCanonical(T input_spec, bool trim_path_end); in COMPONENT_EXPORT()
|
/external/cronet/url/third_party/mozilla/ |
D | url_parse.h | 244 bool trim_path_end, 249 bool trim_path_end,
|
D | url_parse.cc | 483 bool trim_path_end, in DoParsePathURL() argument 497 TrimURL(spec, &scheme_begin, &spec_len, trim_path_end); in DoParsePathURL() 905 bool trim_path_end, in ParsePathURL() argument 907 DoParsePathURL(url, url_len, trim_path_end, parsed); in ParsePathURL() 912 bool trim_path_end, in ParsePathURL() argument 914 DoParsePathURL(url, url_len, trim_path_end, parsed); in ParsePathURL()
|