Searched defs:URLResult (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/history/core/browser/
H A Durl_row.cc60 URLResult::URLResult() function in class:history::URLResult
64 URLResult::URLResult(const GURL& url, base::Time visit_time) function in class:history::URLResult
70 URLResult::URLResult(const GURL& url, function in class:history::URLResult
75 URLResult::URLResult(const URLRow& url_row) function in class:history::URLResult
80 URLResult::~URLResult() {
[all...]
H A Durl_row.h161 class URLResult : public URLRow { class in namespace:history
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
[all...]

Completed in 91 milliseconds