Searched defs:timestamps (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/webdata/
H A Dautofill_entry.cc44 const std::vector<base::Time>& timestamps)
46 timestamps_(timestamps) {
55 if (timestamps_.size() != entry.timestamps().size())
58 std::set<base::Time> other_timestamps(entry.timestamps().begin(),
59 entry.timestamps().end());
43 AutofillEntry(const AutofillKey& key, const std::vector<base::Time>& timestamps) argument
H A Dautofill_entry.h35 const std::vector<base::Time>& timestamps);
39 const std::vector<base::Time>& timestamps() const { return timestamps_; } function in class:AutofillEntry
H A Dautofill_table_unittest.cc56 std::set<Time> timestamps1(a.timestamps().begin(), a.timestamps().end());
57 std::set<Time> timestamps2(b.timestamps().begin(), b.timestamps().end());
115 std::vector<Time> timestamps; local
117 timestamps.push_back(Time::FromTimeT(timestamp0));
119 timestamps.push_back(Time::FromTimeT(timestamp1));
121 AutofillKey(ASCIIToUTF16(name), ASCIIToUTF16(value)), timestamps);
495 std::vector<Time> timestamps; local
498 &timestamps));
1571 std::vector<Time> timestamps; local
[all...]
H A Dautofill_table.cc763 std::vector<base::Time>* timestamps) {
764 DCHECK(timestamps);
778 timestamps->push_back(Time::FromTimeT(s.ColumnInt64(0)));
828 s.BindInt(3, entry.timestamps().size());
836 for (size_t i = 0; i < entry.timestamps().size(); i++) {
837 if (!InsertPairIDAndDate(pair_id, entry.timestamps()[i]))
761 GetAutofillTimestamps(const string16& name, const string16& value, std::vector<base::Time>* timestamps) argument
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_change_processor.cc110 std::vector<base::Time> timestamps; local
114 &timestamps)) {
116 "Failed to get timestamps.");
122 WriteAutofillEntry(AutofillEntry(change->key(), timestamps),
147 std::vector<base::Time> timestamps; local
151 &timestamps)) {
153 "Failed to get timestamps.");
157 WriteAutofillEntry(AutofillEntry(change->key(), timestamps),
321 std::vector<base::Time> timestamps; local
324 timestamps
[all...]
H A Dautofill_model_associator.cc87 std::vector<base::Time> timestamps; local
88 if (MergeTimestamps(autofill, ix->timestamps(), &timestamps)) {
89 AutofillEntry new_entry(ix->key(), timestamps);
332 std::vector<base::Time> timestamps; local
335 timestamps.push_back(base::Time::FromInternalValue(
340 bundle->new_entries.push_back(AutofillEntry(key, timestamps));
476 const std::vector<base::Time>& timestamps,
479 std::set<base::Time> timestamp_union(timestamps.begin(),
480 timestamps
474 MergeTimestamps( const sync_pb::AutofillSpecifics& autofill, const std::vector<base::Time>& timestamps, std::vector<base::Time>* new_timestamps) argument
[all...]
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc104 std::vector<base::Time>* timestamps));
389 std::vector<base::Time> timestamps; local
392 timestamps.push_back(Time::FromInternalValue(
395 entries->push_back(AutofillEntry(key, timestamps));
443 std::vector<Time> timestamps; local
445 timestamps.push_back(Time::FromTimeT(timestamp0));
447 timestamps.push_back(Time::FromTimeT(timestamp1));
449 AutofillKey(ASCIIToUTF16(name), ASCIIToUTF16(value)), timestamps);
548 const std::vector<base::Time>& ts(entry_.timestamps());
873 std::vector<base::Time> timestamps(added_entr
[all...]
/external/qemu/
H A Dqemu-char.c281 int timestamps; member in struct:__anon11624
291 if (!d->timestamps) {
330 "% t toggle console timestamps\n\r"
402 d->timestamps = !d->timestamps;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar ... IOException e private boolean isUpToDate () java.util.Properties timestamps java.util.Collection files java.util. ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 264 milliseconds