Home
last modified time | relevance | path

Searched refs:AutocompleteForPrefix (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/history/
Durl_database.h171 void AutocompleteForPrefix(const string16& prefix,
Durl_database.cc293 void URLDatabase::AutocompleteForPrefix(const string16& prefix, in AutocompleteForPrefix() function in history::URLDatabase
/external/chromium/chrome/browser/autocomplete/
Dhistory_url_provider.cc213 db->AutocompleteForPrefix(i->prefix + params->input.text(), in DoAutocomplete()