Searched refs:trim_path_end (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/url/ |
D | url_parse_internal.h | 32 bool trim_path_end = true) { 37 if (trim_path_end) {
|
D | url_util.cc | 123 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()
|
D | url_util.h | 115 bool trim_path_end, 121 bool trim_path_end,
|
D | gurl.h | 381 void InitCanonical(const STR& input_spec, bool trim_path_end);
|
D | gurl.cc | 107 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/ |
D | url_parse.h | 243 bool trim_path_end, 247 bool trim_path_end,
|
D | url_parse.cc | 457 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()
|