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

  /external/chromium_org/components/history/core/browser/
url_database.h 165 bool AutocompleteForPrefix(const std::string& prefix,
url_database.cc 262 bool URLDatabase::AutocompleteForPrefix(const std::string& prefix,
318 if (AutocompleteForPrefix(scheme_and_host + '/', 1, true, &dummy) ||
319 AutocompleteForPrefix(scheme_and_host + ':', 1, true, &dummy))
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 743 db->AutocompleteForPrefix(
    [all...]

Completed in 242 milliseconds