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

  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.h 28 class HistoryQuickProvider : public HistoryProvider {
30 HistoryQuickProvider(AutocompleteProviderListener* listener,
40 // and in order to properly test the latter the HistoryQuickProvider must
50 virtual ~HistoryQuickProvider();
78 DISALLOW_COPY_AND_ASSIGN(HistoryQuickProvider);
history_quick_provider.cc 51 bool HistoryQuickProvider::disabled_ = false;
53 HistoryQuickProvider::HistoryQuickProvider(
61 void HistoryQuickProvider::Start(const AutocompleteInput& input,
82 std::string name = "HistoryQuickProvider.QueryIndexTime." +
92 HistoryQuickProvider::~HistoryQuickProvider() {}
94 void HistoryQuickProvider::DoAutocomplete() {
228 AutocompleteMatch HistoryQuickProvider::QuickMatchToACMatch(
290 history::InMemoryURLIndex* HistoryQuickProvider::GetIndex()
    [all...]
history_quick_provider_unittest.cc 166 scoped_refptr<HistoryQuickProvider> provider_;
180 provider_ = new HistoryQuickProvider(this, profile_.get());
476 HistoryQuickProvider::SpansFromTermMatch(matches_a, 20, false);
503 HistoryQuickProvider::SpansFromTermMatch(matches_b, 5, true);
553 // before, we should make sure that all HistoryQuickProvider results
573 // HistoryQuickProvider results have scores less than what the
609 // before, we should make sure that all HistoryQuickProvider results
    [all...]
history_url_provider_unittest.cc 158 HistoryQuickProvider::set_disabled(true);
162 HistoryQuickProvider::set_disabled(false);
    [all...]
autocomplete_controller.cc 192 providers_.push_back(new HistoryQuickProvider(this, profile));

Completed in 93 milliseconds