Home | History | Annotate | Download | only in browser

Lines Matching defs:URLResult

161 class URLResult : public URLRow {
163 URLResult();
164 URLResult(const GURL& url, base::Time visit_time);
165 // Constructor that create a URLResult from the specified URL and title match
167 URLResult(const GURL& url,
169 explicit URLResult(const URLRow& url_row);
170 virtual ~URLResult();
189 void SwapResult(URLResult* other);
191 static bool CompareVisitTime(const URLResult& lhs, const URLResult& rhs);