Searched refs:DoAutocomplete (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dbookmark_provider.h52 void DoAutocomplete(const AutocompleteInput& input);
H A Dhistory_quick_provider.h52 void DoAutocomplete();
H A Dhistory_url_provider.h43 // -> DoAutocomplete (for inline autocomplete)
50 // -> DoAutocomplete
136 // List of matches written by DoAutocomplete(). Upon its return the provider
146 // explain here; see the implementations of DoAutocomplete() and
156 // NOTE: The second pass of DoAutocomplete() checks what the first pass set
157 // this to. See comments in DoAutocomplete().
248 void DoAutocomplete(history::HistoryBackend* backend,
H A Dbookmark_provider.cc76 DoAutocomplete(input);
81 void BookmarkProvider::DoAutocomplete(const AutocompleteInput& input) { function in class:BookmarkProvider
H A Dhistory_quick_provider.cc76 DoAutocomplete();
90 void HistoryQuickProvider::DoAutocomplete() { function in class:HistoryQuickProvider
H A Dhistory_url_provider.cc569 DoAutocomplete(NULL, url_db, params.get());
574 // DoAutocomplete().
664 DoAutocomplete(backend, db, params);
725 void HistoryURLProvider::DoAutocomplete(history::HistoryBackend* backend, function in class:HistoryURLProvider
956 // DoAutocomplete() will fall back on this match if inline autocompletion

Completed in 105 milliseconds