Home
last modified time | relevance | path

Searched refs:trim_path_end (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/url/
Durl_parse_internal.h32 bool trim_path_end = true) {
37 if (trim_path_end) {
Durl_util.cc123 bool trim_path_end, in DoCanonicalize() argument
187 ParsePathURL(spec, spec_len, trim_path_end, &parsed_input); in DoCanonicalize()
422 bool trim_path_end, in Canonicalize() argument
426 return DoCanonicalize(spec, spec_len, trim_path_end, charset_converter, in Canonicalize()
432 bool trim_path_end, in Canonicalize() argument
436 return DoCanonicalize(spec, spec_len, trim_path_end, charset_converter, in Canonicalize()
Durl_util.h115 bool trim_path_end,
121 bool trim_path_end,
Dgurl.h381 void InitCanonical(const STR& input_spec, bool trim_path_end);
Dgurl.cc107 void GURL::InitCanonical(const STR& input_spec, bool trim_path_end) { in InitCanonical() argument
113 input_spec.data(), static_cast<int>(input_spec.length()), trim_path_end, in InitCanonical()
/external/chromium_org/url/third_party/mozilla/
Durl_parse.h243 bool trim_path_end,
247 bool trim_path_end,
Durl_parse.cc457 bool trim_path_end, in DoParsePathURL() argument
471 TrimURL(spec, &scheme_begin, &spec_len, trim_path_end); in DoParsePathURL()
886 bool trim_path_end, in ParsePathURL() argument
888 DoParsePathURL(url, url_len, trim_path_end, parsed); in ParsePathURL()
893 bool trim_path_end, in ParsePathURL() argument
895 DoParsePathURL(url, url_len, trim_path_end, parsed); in ParsePathURL()