Home
last modified time | relevance | path

Searched refs:HistoryContentsProvider (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dhistory_contents_provider.cc54 HistoryContentsProvider::HistoryContentsProvider(ACProviderListener* listener, in HistoryContentsProvider() function in HistoryContentsProvider
66 void HistoryContentsProvider::Start(const AutocompleteInput& input, in Start()
145 NewCallback(this, &HistoryContentsProvider::QueryComplete)); in Start()
150 void HistoryContentsProvider::Stop() { in Stop()
160 HistoryContentsProvider::~HistoryContentsProvider() { in ~HistoryContentsProvider()
163 void HistoryContentsProvider::QueryComplete(HistoryService::Handle handle, in QueryComplete()
174 void HistoryContentsProvider::ConvertResults() { in ConvertResults()
207 AutocompleteMatch HistoryContentsProvider::ResultToMatch( in ResultToMatch()
230 void HistoryContentsProvider::ClassifyDescription( in ClassifyDescription()
255 int HistoryContentsProvider::CalculateRelevance( in CalculateRelevance()
[all …]
Dhistory_contents_provider.h23 class HistoryContentsProvider : public HistoryProvider {
25 HistoryContentsProvider(ACProviderListener* listener, Profile* profile);
34 ~HistoryContentsProvider();
89 DISALLOW_COPY_AND_ASSIGN(HistoryContentsProvider);
Dhistory_contents_provider_unittest.cc56 HistoryContentsProvider* provider() const { return provider_.get(); } in provider()
85 provider_ = new HistoryContentsProvider(this, profile_.get()); in SetUp()
106 scoped_refptr<HistoryContentsProvider> provider_;
Dautocomplete.h174 class HistoryContentsProvider; variable
Dautocomplete.cc800 providers_.push_back(new HistoryContentsProvider(this, profile)); in AutocompleteController()