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

  /external/chromium/chrome/browser/autocomplete/
history_url_provider.h 212 history::HistoryMatches* matches);
224 history::HistoryMatches* matches,
253 history::HistoryMatches* matches) const;
261 void SortMatches(history::HistoryMatches* matches) const;
266 void CullPoorMatches(history::HistoryMatches* matches) const;
271 history::HistoryMatches* matches,
282 size_t RemoveSubsequentMatchesOf(history::HistoryMatches* matches,
history_provider_util.h 50 typedef std::deque<HistoryMatch> HistoryMatches;
history_url_provider.cc 35 using history::HistoryMatches;
201 HistoryMatches history_matches;
353 HistoryMatches* matches) const {
407 // Put it on the front of the HistoryMatches for redirect culling.
479 HistoryMatches* matches) {
547 HistoryMatches* matches,
550 for (HistoryMatches::iterator i(matches->begin()); i != matches->end();
669 void HistoryURLProvider::SortMatches(HistoryMatches* matches) const {
693 HistoryMatches::iterator j(matches->begin() + i + 1);
703 void HistoryURLProvider::CullPoorMatches(HistoryMatches* matches) const
    [all...]

Completed in 38 milliseconds