Searched refs:HistoryProvider (Results 1 – 9 of 9) sorted by relevance
22 void HistoryProvider::DeleteMatch(const AutocompleteMatch& match) { in DeleteMatch()41 bool HistoryProvider::PreventInlineAutocomplete( in PreventInlineAutocomplete()48 HistoryProvider::HistoryProvider(Profile* profile, in HistoryProvider() function in HistoryProvider54 HistoryProvider::~HistoryProvider() {} in ~HistoryProvider()56 void HistoryProvider::DeleteMatchFromMatches(const AutocompleteMatch& match) { in DeleteMatchFromMatches()80 ACMatchClassifications HistoryProvider::SpansFromTermMatch( in SpansFromTermMatch()
18 class HistoryProvider : public AutocompleteProvider {28 HistoryProvider(Profile* profile, AutocompleteProvider::Type type);29 virtual ~HistoryProvider();
28 class HistoryQuickProvider : public HistoryProvider {
184 class HistoryURLProvider : public HistoryProvider {
146 if (!HistoryProvider::PreventInlineAutocomplete(input) && in Start()
54 : HistoryProvider(profile, AutocompleteProvider::TYPE_HISTORY_QUICK), in HistoryQuickProvider()
217 !HistoryProvider::PreventInlineAutocomplete(input); in BookmarkMatchToACMatch()
236 !HistoryProvider::PreventInlineAutocomplete(input) || in ShortcutToACMatch()
479 : HistoryProvider(profile, AutocompleteProvider::TYPE_HISTORY_URL), in HistoryURLProvider()