REF               836 chrome/browser/autocomplete/history_url_provider.cc       (parsed.CountCharactersBefore(url_parse::Parsed::REF, true) !=
REF               837 chrome/browser/autocomplete/history_url_provider.cc        parsed.CountCharactersBefore(url_parse::Parsed::REF, false))) {
REF               758 chrome/browser/search_engines/template_url.cc   search_term_key_location_ = url_parse::Parsed::REF;
REF               770 chrome/browser/search_engines/template_url.cc       url_parse::Parsed::REF : url_parse::Parsed::QUERY;
REF              1245 chrome/browser/search_engines/template_url.cc   std::string old_params((search_term_component == url_parse::Parsed::REF) ?
REF              1251 chrome/browser/search_engines/template_url.cc   if (search_term_component == url_parse::Parsed::REF)
REF               737 url/third_party/mozilla/url_parse.cc   return CountCharactersBefore(REF, false);
REF               792 url/third_party/mozilla/url_parse.cc     if (type == REF && !include_delimiter)
REF               179 url/url_parse_unittest.cc     {"http://u:p@h:8/p?q#r", Parsed::REF, true, 18},
REF               180 url/url_parse_unittest.cc     {"http://u:p@h:8/p?q#r", Parsed::REF, false, 19},
REF               182 url/url_parse_unittest.cc     {"http://u:p@h:8/p?", Parsed::REF, true, 17},
REF               183 url/url_parse_unittest.cc     {"http://u:p@h:8/p?q", Parsed::REF, true, 18},
REF               197 url/url_parse_unittest.cc     {"", Parsed::REF, true, 0},