Searched refs:HistoryContentsProvider (Results 1 – 5 of 5) sorted by relevance
54 HistoryContentsProvider::HistoryContentsProvider(ACProviderListener* listener, in HistoryContentsProvider() function in HistoryContentsProvider66 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 …]
23 class HistoryContentsProvider : public HistoryProvider {25 HistoryContentsProvider(ACProviderListener* listener, Profile* profile);34 ~HistoryContentsProvider();89 DISALLOW_COPY_AND_ASSIGN(HistoryContentsProvider);
56 HistoryContentsProvider* provider() const { return provider_.get(); } in provider()85 provider_ = new HistoryContentsProvider(this, profile_.get()); in SetUp()106 scoped_refptr<HistoryContentsProvider> provider_;
174 class HistoryContentsProvider; variable
800 providers_.push_back(new HistoryContentsProvider(this, profile)); in AutocompleteController()