Home
last modified time | relevance | path

Searched refs:trim_path_end (Results 1 – 12 of 12) 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,
/external/cronet/url/
Durl_parse_internal.h38 bool trim_path_end = true) {
43 if (trim_path_end) {
Durl_util_unittest.cc585 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()
Durl_util.cc232 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()
Durl_util.h228 bool trim_path_end,
235 bool trim_path_end,
Dgurl.cc73 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()
Dgurl.h458 void InitCanonical(T input_spec, bool trim_path_end); in COMPONENT_EXPORT()
/external/cronet/url/third_party/mozilla/
Durl_parse.h244 bool trim_path_end,
249 bool trim_path_end,
Durl_parse.cc483 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()