HistoryMatch       11 chrome/browser/autocomplete/history_provider_util.cc HistoryMatch::HistoryMatch()
HistoryMatch       19 chrome/browser/autocomplete/history_provider_util.cc HistoryMatch::HistoryMatch(const URLRow& url_info,
HistoryMatch       30 chrome/browser/autocomplete/history_provider_util.cc bool HistoryMatch::EqualsGURL(const HistoryMatch& h, const GURL& url) {
HistoryMatch       34 chrome/browser/autocomplete/history_provider_util.cc bool HistoryMatch::IsHostOnly() const {
HistoryMatch       18 chrome/browser/autocomplete/history_provider_util.h   HistoryMatch();
HistoryMatch       20 chrome/browser/autocomplete/history_provider_util.h   HistoryMatch(const URLRow& url_info,
HistoryMatch       25 chrome/browser/autocomplete/history_provider_util.h   static bool EqualsGURL(const HistoryMatch& h, const GURL& url);
HistoryMatch       58 chrome/browser/autocomplete/history_provider_util.h typedef std::deque<HistoryMatch> HistoryMatches;
HistoryMatch       78 chrome/browser/autocomplete/history_url_provider.cc   history::HistoryMatch match(info, input_location, match_in_scheme, true);
HistoryMatch       90 chrome/browser/autocomplete/history_url_provider.cc GURL ConvertToHostOnly(const history::HistoryMatch& match,
HistoryMatch      114 chrome/browser/autocomplete/history_url_provider.cc bool CompareHistoryMatch(const history::HistoryMatch& a,
HistoryMatch      115 chrome/browser/autocomplete/history_url_provider.cc                          const history::HistoryMatch& b) {
HistoryMatch      551 chrome/browser/autocomplete/history_url_provider.cc         history_matches.push_back(history::HistoryMatch(*j, i->prefix.length(),
HistoryMatch      616 chrome/browser/autocomplete/history_url_provider.cc     const history::HistoryMatch& match = history_matches[i];
HistoryMatch      879 chrome/browser/autocomplete/history_url_provider.cc     const history::HistoryMatch& match,
HistoryMatch      928 chrome/browser/autocomplete/history_url_provider.cc   const history::HistoryMatch& match = matches->front();
HistoryMatch     1045 chrome/browser/autocomplete/history_url_provider.cc       history::HistoryMatch::EqualsGURL));
HistoryMatch     1053 chrome/browser/autocomplete/history_url_provider.cc            history::HistoryMatch::EqualsGURL));
HistoryMatch     1055 chrome/browser/autocomplete/history_url_provider.cc            remove.begin(), remove.end(), history::HistoryMatch::EqualsGURL)) {
HistoryMatch     1067 chrome/browser/autocomplete/history_url_provider.cc     const history::HistoryMatch& history_match,
HistoryMatch     1123 chrome/browser/autocomplete/history_url_provider.cc     const history::HistoryMatch& match,
HistoryMatch      247 chrome/browser/autocomplete/history_url_provider.h   bool PromoteMatchForInlineAutocomplete(const history::HistoryMatch& match,
HistoryMatch      295 chrome/browser/autocomplete/history_url_provider.h       const history::HistoryMatch& history_match,
HistoryMatch      312 chrome/browser/autocomplete/history_url_provider.h       const history::HistoryMatch& match,
HistoryMatch       60 chrome/browser/history/scored_history_match.cc     : HistoryMatch(row, 0, false, false),
HistoryMatch       26 chrome/browser/history/scored_history_match.h class ScoredHistoryMatch : public history::HistoryMatch {