Searched defs:HistoryMatch (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_provider_util.cc9 HistoryMatch::HistoryMatch() function in class:history::HistoryMatch
16 HistoryMatch::HistoryMatch(const URLRow& url_info, function in class:history::HistoryMatch
26 bool HistoryMatch::operator==(const GURL& url) const {
H A Dhistory_provider_util.h17 struct HistoryMatch { struct in namespace:history
19 HistoryMatch();
21 HistoryMatch(const URLRow& url_info,
50 typedef std::deque<HistoryMatch> HistoryMatches;
63 // input is an innermost match or not. See comments in HistoryMatch.

Completed in 131 milliseconds