Searched refs:num_slashes (Results 1 - 11 of 11) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_parse_file.cc159 int num_slashes; local
168 num_slashes = CountConsecutiveSlashes(spec, begin, spec_len);
169 after_slashes = begin + num_slashes;
200 num_slashes = CountConsecutiveSlashes(spec, after_scheme, spec_len);
202 after_slashes = after_scheme + num_slashes;
209 num_slashes != 3) {
218 if (num_slashes == 2) {
229 num_slashes > 0 ? after_scheme + num_slashes - 1 : after_scheme,
H A Durl_canon_internal_file.h57 int num_slashes = CountConsecutiveSlashes(spec, begin, end); local
58 int after_slashes = begin + num_slashes;
86 int num_slashes = CountConsecutiveSlashes(spec, begin, end); local
87 int after_slashes = begin + num_slashes;
H A Durl_canon_relative.cc162 int num_slashes = url_parse::CountConsecutiveSlashes(url, colon_offset + 1, local
165 if (num_slashes == 0 || num_slashes == 1) {
468 int num_slashes = url_parse::CountConsecutiveSlashes( local
485 int after_slashes = relative_component.begin + num_slashes;
488 ((num_slashes == 0 || base_is_file) &&
501 (num_slashes > 2 || num_slashes == relative_component.len)) {
508 if (num_slashes >= 2) {
H A Durl_canon_fileurl.cc53 int num_slashes = url_parse::CountConsecutiveSlashes(spec, begin, end); local
54 int after_slashes = begin + num_slashes;
H A Durl_parse.cc288 int num_slashes = CountConsecutiveSlashes(spec, after_scheme, spec_len); local
289 int after_slashes = after_scheme + num_slashes;
/external/chromium_org/url/
H A Durl_parse_file.cc134 int num_slashes; local
143 num_slashes = CountConsecutiveSlashes(spec, begin, spec_len);
144 after_slashes = begin + num_slashes;
175 num_slashes = CountConsecutiveSlashes(spec, after_scheme, spec_len);
177 after_slashes = after_scheme + num_slashes;
184 num_slashes != 3) {
193 if (num_slashes == 2) {
204 num_slashes > 0 ? after_scheme + num_slashes - 1 : after_scheme,
H A Durl_canon_internal_file.h33 int num_slashes = CountConsecutiveSlashes(spec, begin, end); local
34 int after_slashes = begin + num_slashes;
62 int num_slashes = CountConsecutiveSlashes(spec, begin, end); local
63 int after_slashes = begin + num_slashes;
H A Durl_canon_relative.cc153 int num_slashes = url_parse::CountConsecutiveSlashes(url, colon_offset + 1, local
156 if (num_slashes == 0 || num_slashes == 1) {
458 int num_slashes = url_parse::CountConsecutiveSlashes( local
475 int after_slashes = relative_component.begin + num_slashes;
478 ((num_slashes == 0 || base_is_file) &&
491 (num_slashes > 2 || num_slashes == relative_component.len)) {
498 if (num_slashes >= 2) {
H A Durl_canon_fileurl.cc28 int num_slashes = url_parse::CountConsecutiveSlashes(spec, begin, end); local
29 int after_slashes = begin + num_slashes;
H A Durl_util.cc219 int num_slashes = url_parse::CountConsecutiveSlashes( local
221 base_is_authority_based = num_slashes > 1;
222 base_is_hierarchical = num_slashes > 0;
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.cc290 int num_slashes = CountConsecutiveSlashes(spec, after_scheme, spec_len); local
291 int after_slashes = after_scheme + num_slashes;

Completed in 161 milliseconds