HomeSort by relevance Sort by last modified time
    Searched defs:HistoryProvider (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
history_provider.h 18 class HistoryProvider : public AutocompleteProvider {
28 HistoryProvider(Profile* profile, AutocompleteProvider::Type type);
29 virtual ~HistoryProvider();
history_provider.cc 22 void HistoryProvider::DeleteMatch(const AutocompleteMatch& match) {
41 bool HistoryProvider::PreventInlineAutocomplete(
48 HistoryProvider::HistoryProvider(Profile* profile,
54 HistoryProvider::~HistoryProvider() {}
56 void HistoryProvider::DeleteMatchFromMatches(const AutocompleteMatch& match) {
80 ACMatchClassifications HistoryProvider::SpansFromTermMatch(

Completed in 40 milliseconds