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

  /external/chromium/chrome/browser/history/
url_database.cc 293 void URLDatabase::AutocompleteForPrefix(const string16& prefix,
  /external/chromium_org/chrome/browser/history/
url_database.cc 266 bool URLDatabase::AutocompleteForPrefix(const std::string& prefix,
322 if (AutocompleteForPrefix(scheme_and_host + '/', 1, true, &dummy) ||
323 AutocompleteForPrefix(scheme_and_host + ':', 1, true, &dummy))

Completed in 557 milliseconds