HomeSort by relevance Sort by last modified time
    Searched refs:http_type (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc 219 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/
autocomplete.cc 204 Type http_type = Parse(http_scheme_prefix + text, desired_tld, local
209 if ((http_type == URL || http_type == REQUESTED_URL) &&
235 return http_type;
    [all...]

Completed in 42 milliseconds