HomeSort by relevance Sort by last modified time
    Searched refs:HistoryResults (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/autocomplete/
search_provider.h 169 typedef std::vector<history::KeywordSearchTermVisit> HistoryResults;
219 void AddHistoryResultsToMap(const HistoryResults& results,
290 HistoryResults keyword_history_results_;
291 HistoryResults default_history_results_;
search_provider.cc 603 void SearchProvider::AddHistoryResultsToMap(const HistoryResults& results,
609 for (HistoryResults::const_iterator i(results.begin()); i != results.end();
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
search_provider.h 270 typedef std::vector<history::KeywordSearchTermVisit> HistoryResults;
394 void AddHistoryResultsToMap(const HistoryResults& results,
400 SuggestResults ScoreHistoryResults(const HistoryResults& results,
494 HistoryResults keyword_history_results_;
495 HistoryResults default_history_results_;
search_provider.cc     [all...]

Completed in 228 milliseconds