Home | History | Annotate | Download | only in glue

Lines Matching full:timestamps

110           std::vector<base::Time> timestamps;
114 &timestamps)) {
116 "Failed to get timestamps.");
122 WriteAutofillEntry(AutofillEntry(change->key(), timestamps),
147 std::vector<base::Time> timestamps;
151 &timestamps)) {
153 "Failed to get timestamps.");
157 WriteAutofillEntry(AutofillEntry(change->key(), timestamps),
321 std::vector<base::Time> timestamps;
324 timestamps.push_back(
328 AutofillEntry new_entry(k, timestamps);
437 const std::vector<base::Time>& ts(entry.timestamps());