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

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

Completed in 70 milliseconds