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

  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.h 29 class HistoryQuickProvider : public HistoryProvider {
31 HistoryQuickProvider(AutocompleteProviderListener* listener,
43 // and in order to properly test the latter the HistoryQuickProvider must
53 virtual ~HistoryQuickProvider();
88 DISALLOW_COPY_AND_ASSIGN(HistoryQuickProvider);
history_quick_provider.cc 52 bool HistoryQuickProvider::disabled_ = false;
54 HistoryQuickProvider::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::QuickMatchToACMatch
    [all...]
history_quick_provider_unittest.cc 149 scoped_refptr<HistoryQuickProvider> provider_;
162 provider_ = new HistoryQuickProvider(this, profile_.get());
426 HistoryQuickProvider::SpansFromTermMatch(matches_a, 20, false);
453 HistoryQuickProvider::SpansFromTermMatch(matches_b, 5, true);
486 // before, we should make sure that all HistoryQuickProvider results
505 // HistoryQuickProvider results have scores less than what the
535 // before, we should make sure that all HistoryQuickProvider results
history_url_provider_unittest.cc 142 HistoryQuickProvider::set_disabled(true);
146 HistoryQuickProvider::set_disabled(false);
    [all...]
autocomplete_controller.cc 165 providers_.push_back(new HistoryQuickProvider(this, profile));
  /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...]
history_quick_provider_unittest.cc 93 provider_ = new HistoryQuickProvider(this, profile_.get());
121 scoped_refptr<HistoryQuickProvider> provider_;
300 HistoryQuickProvider::SpansFromTermMatch(matches_a, 20);
327 HistoryQuickProvider::SpansFromTermMatch(matches_b, 5);
autocomplete.cc 795 providers_.push_back(new HistoryQuickProvider(this, profile));
    [all...]

Completed in 721 milliseconds