Searched refs:timestamps_ (Results 1 – 2 of 2) sorted by relevance
46 timestamps_(timestamps) { in AutofillEntry()55 if (timestamps_.size() != entry.timestamps().size()) in operator ==()60 for (size_t i = 0; i < timestamps_.size(); i++) { in operator ==()61 if (other_timestamps.count(timestamps_[i]) == 0) in operator ==()
39 const std::vector<base::Time>& timestamps() const { return timestamps_; } in timestamps()46 std::vector<base::Time> timestamps_; variable