Searched refs:HistoryResults (Results 1 – 2 of 2) sorted by relevance
169 typedef std::vector<history::KeywordSearchTermVisit> HistoryResults; typedef219 void AddHistoryResultsToMap(const HistoryResults& results,290 HistoryResults keyword_history_results_;291 HistoryResults default_history_results_;
603 void SearchProvider::AddHistoryResultsToMap(const HistoryResults& results, in AddHistoryResultsToMap()609 for (HistoryResults::const_iterator i(results.begin()); i != results.end(); in AddHistoryResultsToMap()