Home
last modified time | relevance | path

Searched refs:URLResult (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/history/
Dhistory_types.cc93 URLResult::URLResult() in URLResult() function in history::URLResult
97 URLResult::URLResult(const GURL& url, base::Time visit_time) in URLResult() function in history::URLResult
103 URLResult::URLResult(const GURL& url, in URLResult() function in history::URLResult
108 URLResult::URLResult(const URLRow& url_row) in URLResult() function in history::URLResult
113 URLResult::~URLResult() { in ~URLResult()
116 void URLResult::SwapResult(URLResult* other) { in SwapResult()
125 bool URLResult::CompareVisitTime(const URLResult& lhs, const URLResult& rhs) { in CompareVisitTime()
160 void QueryResults::AppendURLBySwapping(URLResult* result) { in AppendURLBySwapping()
161 URLResult* new_result = new URLResult; in AppendURLBySwapping()
Dhistory_types.h284 class URLResult : public URLRow {
286 URLResult();
287 URLResult(const GURL& url, base::Time visit_time);
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);
339 typedef std::vector<URLResult*> URLResultVector;
366 URLResult& back() { return *results_.back(); } in back()
[all …]
Dhistory_types_unittest.cc41 URLResult result1(url1, base::Time::Now()); in AddSimpleData()
42 URLResult result2(url1, base::Time::Now()); in AddSimpleData()
43 URLResult result3(url2, base::Time::Now()); in AddSimpleData()
Dhistory_querying_unittest.cc58 const URLResult& result = results[n]; in NthResultIs()
Dhistory_backend.cc1221 URLResult url_result; in QueryHistoryBasic()
1262 std::vector<URLResult> matching_visits; in QueryHistoryText()
1269 URLResult url_result(text_match); in QueryHistoryText()
1276 URLResult::CompareVisitTime); in QueryHistoryText()
1280 for (std::vector<URLResult>::iterator it = matching_visits.begin(); in QueryHistoryText()
Durl_database.cc385 history::URLResult info; in GetTextMatches()
/external/chromium_org/chrome/browser/ui/cocoa/
Dhistory_menu_bridge.mm419 const history::URLResult& result = (*results)[i];
/external/chromium_org/chrome/browser/ui/webui/
Dhistory_ui.cc766 history::URLResult const &page = (*results)[i]; in QueryComplete()