Searched defs:HistoryQuickProvider (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_quick_provider.h27 class HistoryQuickProvider : public HistoryProvider { class in inherits:HistoryProvider
29 HistoryQuickProvider(ACProviderListener* listener, Profile* profile);
31 ~HistoryQuickProvider();
H A Dhistory_quick_provider.cc35 HistoryQuickProvider::HistoryQuickProvider(ACProviderListener* listener, function in class:HistoryQuickProvider
37 : HistoryProvider(listener, profile, "HistoryQuickProvider"),
40 HistoryQuickProvider::~HistoryQuickProvider() {}
42 void HistoryQuickProvider::Start(const AutocompleteInput& input,
56 // HistoryQuickProvider provider, not just the What You Typed Result.
74 std::string name = "HistoryQuickProvider.QueryIndexTime." +
84 // HistoryQuickProvider matches are currently not deletable.
86 void HistoryQuickProvider
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider.h28 class HistoryQuickProvider : public HistoryProvider { class in inherits:HistoryProvider
30 HistoryQuickProvider(AutocompleteProviderListener* listener,
42 // and in order to properly test the latter the HistoryQuickProvider must
52 virtual ~HistoryQuickProvider();
80 DISALLOW_COPY_AND_ASSIGN(HistoryQuickProvider);
H A Dhistory_quick_provider.cc52 bool HistoryQuickProvider::disabled_ = false;
54 HistoryQuickProvider::HistoryQuickProvider( function in class:HistoryQuickProvider
62 void HistoryQuickProvider::Start(const AutocompleteInput& input,
87 std::string name = "HistoryQuickProvider.QueryIndexTime." +
97 void HistoryQuickProvider::DeleteMatch(const AutocompleteMatch& match) {
105 HistoryQuickProvider::~HistoryQuickProvider() {}
107 void HistoryQuickProvider::DoAutocomplete() {
251 AutocompleteMatch HistoryQuickProvider
[all...]

Completed in 119 milliseconds