HomeSort by relevance Sort by last modified time
    Searched refs:GetVisibleVisitsInRange (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/history/
visit_database.h 96 void GetVisibleVisitsInRange(base::Time begin_time, base::Time end_time,
visit_database_unittest.cc 159 TEST_F(VisitDatabaseTest, GetVisibleVisitsInRange) {
210 GetVisibleVisitsInRange(Time(), Time(), 0, &results);
217 GetVisibleVisitsInRange(visit_info2.visit_time, visit_info4.visit_time, 0,
223 GetVisibleVisitsInRange(Time(), Time(), 1, &results);
visit_database.cc 259 // See GetVisibleVisitsInRange for more info on how these times are bound.
286 // See GetVisibleVisitsInRange for more info on how these times are bound.
298 void VisitDatabase::GetVisibleVisitsInRange(base::Time begin_time,
history_backend_unittest.cc 479 backend_->db()->GetVisibleVisitsInRange(base::Time(), base::Time(), 1,
    [all...]
history_backend.cc     [all...]

Completed in 397 milliseconds