Searched refs:URLResult (Results 1 – 8 of 8) sorted by relevance
93 URLResult::URLResult() in URLResult() function in history::URLResult97 URLResult::URLResult(const GURL& url, base::Time visit_time) in URLResult() function in history::URLResult103 URLResult::URLResult(const GURL& url, in URLResult() function in history::URLResult108 URLResult::URLResult(const URLRow& url_row) in URLResult() function in history::URLResult113 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()
284 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 …]
41 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()
58 const URLResult& result = results[n]; in NthResultIs()
1221 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()
385 history::URLResult info; in GetTextMatches()
419 const history::URLResult& result = (*results)[i];
766 history::URLResult const &page = (*results)[i]; in QueryComplete()