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

  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.h 27 class HistoryQuickProvider : public HistoryProvider {
29 HistoryQuickProvider(ACProviderListener* listener, Profile* profile);
31 ~HistoryQuickProvider();
history_quick_provider.cc 35 HistoryQuickProvider::HistoryQuickProvider(ACProviderListener* listener,
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::DeleteMatch(const AutocompleteMatch& match) {
    [all...]

Completed in 857 milliseconds