Home | History | Annotate | Download | only in glue

Lines Matching full:timestamps

87       std::vector<base::Time> timestamps;
88 if (MergeTimestamps(autofill, ix->timestamps(), &timestamps)) {
89 AutofillEntry new_entry(ix->key(), timestamps);
332 std::vector<base::Time> timestamps;
335 timestamps.push_back(base::Time::FromInternalValue(
340 bundle->new_entries.push_back(AutofillEntry(key, timestamps));
476 timestamps,
479 std::set<base::Time> timestamp_union(timestamps.begin(),
480 timestamps.end());
484 bool different = timestamps.size() != timestamps_count;