Searched refs:http_scheme_prefix (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_input.cc213 const base::string16 http_scheme_prefix = local
219 Type http_type = Parse(http_scheme_prefix + text, desired_tld,
241 -static_cast<int>(http_scheme_prefix.length()), components[i]);
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.cc198 const string16 http_scheme_prefix = local
204 Type http_type = Parse(http_scheme_prefix + text, desired_tld,
226 -static_cast<int>(http_scheme_prefix.size()), components[i]);

Completed in 178 milliseconds