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

  /external/chromium_org/chrome/browser/history/
url_database.h 163 bool AutocompleteForPrefix(const std::string& prefix,
url_database.cc 263 bool URLDatabase::AutocompleteForPrefix(const std::string& prefix,
319 if (AutocompleteForPrefix(scheme_and_host + '/', 1, true, &dummy) ||
320 AutocompleteForPrefix(scheme_and_host + ':', 1, true, &dummy))
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 699 db->AutocompleteForPrefix(
    [all...]

Completed in 99 milliseconds