Searched refs:GetStartDate (Results 1 – 3 of 3) sorted by relevance
146 bool GetStartDate(base::Time* first_visit);
637 db_->GetStartDate(&first_recorded_time_); in InitImpl()1977 db_->GetStartDate(&first_recorded_time_); in DeleteURLs()1986 db_->GetStartDate(&first_recorded_time_); in DeleteURL()2016 db_->GetStartDate(&first_recorded_time_); in ExpireHistoryBetween()2139 db_->GetStartDate(&first_recorded_time_); in DeleteAllHistory()2244 db_->GetStartDate(&first_recorded_time_); in ClearAllMainHistory()
478 bool VisitDatabase::GetStartDate(base::Time* first_visit) { in GetStartDate() function in history::VisitDatabase