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

  /external/chromium_org/chrome/browser/history/
history_types.cc 91 // URLResult -------------------------------------------------------------------
93 URLResult::URLResult()
97 URLResult::URLResult(const GURL& url, base::Time visit_time)
103 URLResult::URLResult(const GURL& url,
108 URLResult::URLResult(const URLRow& url_row)
113 URLResult::~URLResult()
    [all...]
history_types.h 282 // URLResult -------------------------------------------------------------------
284 class URLResult : public URLRow {
286 URLResult();
287 URLResult(const GURL& url, base::Time visit_time);
288 // Constructor that create a URLResult from the specified URL and title match
290 URLResult(const GURL& url,
292 explicit URLResult(const URLRow& url_row);
293 virtual ~URLResult();
312 void SwapResult(URLResult* other);
314 static bool CompareVisitTime(const URLResult& lhs, const URLResult& rhs)
    [all...]

Completed in 56 milliseconds