Searched defs:num_slashes (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/url/ |
D | url_canon_internal_file.h | 33 int num_slashes = CountConsecutiveSlashes(spec, begin, end); in FileDoDriveSpec() local 62 int num_slashes = CountConsecutiveSlashes(spec, begin, end); in FileDoPath() local
|
D | url_parse_file.cc | 135 int num_slashes = CountConsecutiveSlashes(spec, begin, spec_len); in DoParseFileURL() local
|
D | url_canon_relative.cc | 155 int num_slashes = CountConsecutiveSlashes(url, colon_offset + 1, url_len); in DoIsRelativeURL() local 453 int num_slashes = CountConsecutiveSlashes( in DoResolveRelativeURL() local
|
D | url_canon_fileurl.cc | 28 int num_slashes = CountConsecutiveSlashes(spec, begin, end); in FileDoDriveSpec() local
|
D | url_util.cc | 215 int num_slashes = CountConsecutiveSlashes(base_spec, after_scheme, in DoResolveRelative() local
|
/external/chromium_org/url/third_party/mozilla/ |
D | url_parse.cc | 290 int num_slashes = CountConsecutiveSlashes(spec, after_scheme, spec_len); in DoParseAfterScheme() local
|