Home
last modified time | relevance | path

Searched refs:timestamps_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dautofill_entry.cc46 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 ==()
Dautofill_entry.h39 const std::vector<base::Time>& timestamps() const { return timestamps_; } in timestamps()
46 std::vector<base::Time> timestamps_; variable