OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
239
bool URLDatabase::
AutocompleteForPrefix
(const std::string& prefix,
295
if (
AutocompleteForPrefix
(scheme_and_host + '/', 1, true, &dummy) ||
296
AutocompleteForPrefix
(scheme_and_host + ':', 1, true, &dummy))
Completed in 23 milliseconds