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

  /external/chromium/chrome/browser/autocomplete/
history_provider_util.cc 9 HistoryMatch::HistoryMatch()
16 HistoryMatch::HistoryMatch(const URLRow& url_info,
26 bool HistoryMatch::operator==(const GURL& url) const {
history_provider_util.h 17 struct HistoryMatch {
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.
  /external/chromium_org/chrome/browser/autocomplete/
history_provider_util.cc 11 HistoryMatch::HistoryMatch()
18 HistoryMatch::HistoryMatch(const URLRow& url_info,
28 bool HistoryMatch::EqualsGURL(const HistoryMatch& h, const GURL& url) {
32 bool HistoryMatch::IsHostOnly() const {
history_provider_util.h 16 struct HistoryMatch {
18 HistoryMatch();
20 HistoryMatch(const URLRow& url_info,
25 static bool EqualsGURL(const HistoryMatch& h, const GURL& url);
27 // Returns true if url in this HistoryMatch is just a host
54 typedef std::deque<HistoryMatch> HistoryMatches;

Completed in 45 milliseconds