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

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

Completed in 118 milliseconds