Home | History | Annotate | Download | only in history

Lines Matching full:time

31 //   time_slot          time stamp identifying for what day this entry is about
192 base::Time ts,
194 base::Time t = ts.LocalMidnight();
229 base::Time from_time,
250 base::Time ts = from_time.LocalMidnight();
253 base::Time now = base::Time::Now();
270 base::Time timeslot =
271 base::Time::FromInternalValue(statement.ColumnInt64(1));
319 void VisitSegmentDatabase::DeleteSegmentData(base::Time older_than) {