Home
last modified time | relevance | path

Searched refs:HistoryResults (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dsearch_provider.h169 typedef std::vector<history::KeywordSearchTermVisit> HistoryResults; typedef
219 void AddHistoryResultsToMap(const HistoryResults& results,
290 HistoryResults keyword_history_results_;
291 HistoryResults default_history_results_;
Dsearch_provider.cc603 void SearchProvider::AddHistoryResultsToMap(const HistoryResults& results, in AddHistoryResultsToMap()
609 for (HistoryResults::const_iterator i(results.begin()); i != results.end(); in AddHistoryResultsToMap()