Home | History | Annotate | Download | only in browser

Lines Matching defs:URLResult

60 URLResult::URLResult()
64 URLResult::URLResult(const GURL& url, base::Time visit_time)
70 URLResult::URLResult(const GURL& url,
75 URLResult::URLResult(const URLRow& url_row)
80 URLResult::~URLResult() {
83 void URLResult::SwapResult(URLResult* other) {
92 bool URLResult::CompareVisitTime(const URLResult& lhs, const URLResult& rhs) {