Home
last modified time | relevance | path

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

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