Home | History | Annotate | Download | only in webdata

Lines Matching refs:timestamps

763                                           std::vector<base::Time>* timestamps) {
764 DCHECK(timestamps);
778 timestamps->push_back(Time::FromTimeT(s.ColumnInt64(0)));
828 s.BindInt(3, entry.timestamps().size());
836 for (size_t i = 0; i < entry.timestamps().size(); i++) {
837 if (!InsertPairIDAndDate(pair_id, entry.timestamps()[i]))