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

/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_input.cc219 Type http_type = Parse(http_scheme_prefix + text, desired_tld, local
224 if (http_type == URL &&
250 return http_type;
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.cc204 Type http_type = Parse(http_scheme_prefix + text, desired_tld, local
209 if ((http_type == URL || http_type == REQUESTED_URL) &&
235 return http_type;

Completed in 164 milliseconds