Searched defs:AutocompleteForPrefix (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/history/core/browser/
H A Durl_database.cc262 bool URLDatabase::AutocompleteForPrefix(const std::string& prefix, function in class:history::URLDatabase
318 if (AutocompleteForPrefix(scheme_and_host + '/', 1, true, &dummy) ||
319 AutocompleteForPrefix(scheme_and_host + ':', 1, true, &dummy))

Completed in 723 milliseconds