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

  /external/chromium_org/components/history/core/browser/
history_match.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_match.h 15 struct HistoryMatch {
17 HistoryMatch();
19 HistoryMatch(const URLRow& url_info,
24 static bool EqualsGURL(const HistoryMatch& h, const GURL& url);
26 // Returns true if url in this HistoryMatch is just a host
53 typedef std::deque<HistoryMatch> HistoryMatches;

Completed in 55 milliseconds