HomeSort by relevance Sort by last modified time
    Searched refs:URLResult (Results 1 - 7 of 7) 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...]
history_types_unittest.cc 41 URLResult result1(url1, base::Time::Now());
42 URLResult result2(url1, base::Time::Now());
43 URLResult result3(url2, base::Time::Now());
history_querying_unittest.cc 58 const URLResult& result = results[n];
history_backend.cc     [all...]
url_database.cc 385 history::URLResult info;
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 766 history::URLResult const &page = (*results)[i];
    [all...]

Completed in 771 milliseconds