HomeSort by relevance Sort by last modified time
    Searched refs:timestamps_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/webdata/
autofill_entry.cc 46 timestamps_(timestamps) {
55 if (timestamps_.size() != entry.timestamps().size())
60 for (size_t i = 0; i < timestamps_.size(); i++) {
61 if (other_timestamps.count(timestamps_[i]) == 0)
autofill_entry.h 39 const std::vector<base::Time>& timestamps() const { return timestamps_; }
46 std::vector<base::Time> timestamps_; member in class:AutofillEntry

Completed in 1395 milliseconds