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

  /external/chromium_org/chrome/browser/autocomplete/
history_provider_util.h 54 typedef std::deque<HistoryMatch> HistoryMatches;
history_url_provider.h 246 history::HistoryMatches* matches) const;
271 history::HistoryMatches* matches);
274 void SortMatches(history::HistoryMatches* matches) const;
282 void CullPoorMatches(history::HistoryMatches* matches,
288 history::HistoryMatches* matches,
299 size_t RemoveSubsequentMatchesOf(history::HistoryMatches* matches,
history_url_provider.cc 54 history::HistoryMatches* matches,
58 for (history::HistoryMatches::iterator i(matches->begin());
460 history::HistoryMatches history_matches;
714 history::HistoryMatches* matches) const {
784 // Put it on the front of the HistoryMatches for redirect culling.
    [all...]
  /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 117 milliseconds