Searched refs:HistoryProvider (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_provider.h18 class HistoryProvider : public AutocompleteProvider { class in inherits:AutocompleteProvider
28 HistoryProvider(Profile* profile, AutocompleteProvider::Type type);
29 virtual ~HistoryProvider();
H A Dhistory_provider.cc22 void HistoryProvider::DeleteMatch(const AutocompleteMatch& match) {
41 bool HistoryProvider::PreventInlineAutocomplete(
48 HistoryProvider::HistoryProvider(Profile* profile, function in class:HistoryProvider
54 HistoryProvider::~HistoryProvider() {}
56 void HistoryProvider::DeleteMatchFromMatches(const AutocompleteMatch& match) {
80 ACMatchClassifications HistoryProvider::SpansFromTermMatch(
H A Dhistory_quick_provider.h28 class HistoryQuickProvider : public HistoryProvider {
H A Dhistory_url_provider.h184 class HistoryURLProvider : public HistoryProvider {
195 // HistoryProvider:
H A Dbookmark_provider.cc217 !HistoryProvider::PreventInlineAutocomplete(input);
H A Dbuiltin_provider.cc146 if (!HistoryProvider::PreventInlineAutocomplete(input) &&
H A Dhistory_quick_provider.cc54 : HistoryProvider(profile, AutocompleteProvider::TYPE_HISTORY_QUICK),
H A Dshortcuts_provider.cc236 !HistoryProvider::PreventInlineAutocomplete(input) ||
H A Dhistory_url_provider.cc479 : HistoryProvider(profile, AutocompleteProvider::TYPE_HISTORY_URL),

Completed in 478 milliseconds