GetAllVisitsInRange   54 chrome/browser/history/expire_history_backend.cc     db->GetAllVisitsInRange(Time(), end_time, max_visits, visits);
GetAllVisitsInRange  239 chrome/browser/history/expire_history_backend.cc   main_db_->GetAllVisitsInRange(begin_time, end_time, 0, &visits);
GetAllVisitsInRange  518 chrome/browser/history/history_backend_unittest.cc   backend_->db_->GetAllVisitsInRange(Time(), Time(), 0, &all_visits);
GetAllVisitsInRange  584 chrome/browser/history/history_backend_unittest.cc   backend_->db_->GetAllVisitsInRange(Time(), Time(), 0, &all_visits);
GetAllVisitsInRange  594 chrome/browser/history/history_backend_unittest.cc   backend_->db_->GetAllVisitsInRange(Time(), Time(), 0, &all_visits);
GetAllVisitsInRange  604 chrome/browser/history/history_backend_unittest.cc   backend_->db_->GetAllVisitsInRange(Time(), Time(), 0, &all_visits);
GetAllVisitsInRange 2700 chrome/browser/history/history_backend_unittest.cc   backend_->db()->GetAllVisitsInRange(base::Time(), base::Time(), 0, &visits);
GetAllVisitsInRange 2709 chrome/browser/history/history_backend_unittest.cc   backend_->db()->GetAllVisitsInRange(base::Time(), base::Time(), 0, &visits);
GetAllVisitsInRange 2716 chrome/browser/history/history_backend_unittest.cc   backend_->db()->GetAllVisitsInRange(base::Time(), base::Time(), 0, &visits);
GetAllVisitsInRange 2733 chrome/browser/history/history_backend_unittest.cc   backend_->db()->GetAllVisitsInRange(base::Time(), base::Time(), 0, &visits);
GetAllVisitsInRange   88 chrome/browser/history/visit_database.h   bool GetAllVisitsInRange(base::Time begin_time, base::Time end_time,
GetAllVisitsInRange  266 chrome/browser/history/visit_database_unittest.cc TEST_F(VisitDatabaseTest, GetAllVisitsInRange) {
GetAllVisitsInRange  275 chrome/browser/history/visit_database_unittest.cc   GetAllVisitsInRange(Time(), Time(), 0, &results);
GetAllVisitsInRange  283 chrome/browser/history/visit_database_unittest.cc   GetAllVisitsInRange(test_visit_rows[1].visit_time,
GetAllVisitsInRange  291 chrome/browser/history/visit_database_unittest.cc   GetAllVisitsInRange(Time(), Time(), 1, &results);