Home
last modified time | relevance | path

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

/external/chromium_org/components/omnibox/
Dsearch_provider.h145 typedef std::vector<history::KeywordSearchTermVisit> HistoryResults; typedef
272 const HistoryResults& results,
282 const HistoryResults& results,
364 HistoryResults raw_keyword_history_results_;
365 HistoryResults raw_default_history_results_;
Dsearch_provider.cc987 const HistoryResults& raw_results = in AddRawHistoryResultsToMap()
1029 SearchProvider::ScoreHistoryResultsHelper(const HistoryResults& results, in ScoreHistoryResultsHelper()
1042 for (HistoryResults::const_iterator i(results.begin()); i != results.end(); in ScoreHistoryResultsHelper()
1140 const HistoryResults& results, in ScoreHistoryResults()