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

  /external/chromium_org/components/history/core/browser/
url_row.cc 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() {
    [all...]
url_row.h 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)
    [all...]

Completed in 52 milliseconds