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

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider.h34 // -> HistoryURLProvider::Start
44 // -> HistoryURLProvider::ExecuteWithDB
141 class HistoryURLProvider : public HistoryProvider { class in inherits:HistoryProvider
143 HistoryURLProvider(ACProviderListener* listener, Profile* profile);
146 HistoryURLProvider(ACProviderListener* listener, function in class:HistoryURLProvider
181 ~HistoryURLProvider();
H A Dhistory_url_provider.cc121 HistoryURLProvider::HistoryURLProvider(ACProviderListener* listener, function in class:HistoryURLProvider
128 void HistoryURLProvider::Start(const AutocompleteInput& input,
145 void HistoryURLProvider::Stop() {
153 void HistoryURLProvider::ExecuteWithDB(history::HistoryBackend* backend,
171 this, &HistoryURLProvider::QueryComplete, params));
176 void HistoryURLProvider::DoAutocomplete(history::HistoryBackend* backend,
277 void HistoryURLProvider::QueryComplete(
302 AutocompleteMatch HistoryURLProvider::SuggestExactInput(
350 bool HistoryURLProvider
[all...]

Completed in 60 milliseconds