Lines Matching defs:autofill

14 #include "chrome/browser/autofill/autofill_profile.h"
83 const sync_pb::AutofillSpecifics& autofill(node.GetAutofillSpecifics());
84 DCHECK_EQ(tag, KeyToTag(UTF8ToUTF16(autofill.name()),
85 UTF8ToUTF16(autofill.value())));
88 if (MergeTimestamps(autofill, ix->timestamps(), &timestamps)) {
94 LOG(ERROR) << "Failed to write autofill sync node.";
105 LOG(ERROR) << "Failed to create autofill sync node.";
148 LOG(ERROR) << "Could not get the autofill data from WebDatabase.";
158 LOG(ERROR) << "Server did not create the top-level autofill node. We "
178 // the autofill database after closing the write transaction, since
183 LOG(ERROR) << "Failed to update autofill entries.";
266 const sync_pb::AutofillSpecifics& autofill(
269 if (autofill.has_value()) {
270 AddNativeEntryIfNeeded(autofill, bundle, sync_child);
271 } else if (autofill.has_profile()) {
272 // Ignore autofill profiles if we are not upgrading.
275 << autofill.profile().name_first()
276 << autofill.profile().name_last();
278 autofill.profile(),
284 NOTREACHED() << "AutofillSpecifics has no autofill data!";
326 const sync_pb::AutofillSpecifics& autofill, DataBundle* bundle,
329 AutofillKey key(UTF8ToUTF16(autofill.name()), UTF8ToUTF16(autofill.value()));
333 int timestamps_count = autofill.usage_timestamp_size();
336 autofill.usage_timestamp(c)));
388 LOG(ERROR) << "Server did not create the top-level autofill node. We "
396 LOG(ERROR) << "Server did not create the top-level autofill node. We "
401 // The sync model has user created nodes if the autofill folder has any
426 const std::string& autofill) {
427 AutofillToSyncIdMap::const_iterator iter = id_map_.find(autofill);
432 const std::string* autofill, int64 sync_id) {
435 DCHECK(id_map_.find(*autofill) == id_map_.end());
437 id_map_[*autofill] = sync_id;
438 id_map_inverse_[sync_id] = *autofill;
475 const sync_pb::AutofillSpecifics& autofill,
482 size_t timestamps_count = autofill.usage_timestamp_size();
487 autofill.usage_timestamp(c))).second) {
555 << "current autofill migration state is insufficient info to"
566 << "Current autofill migration state is NOT Migrated because"
567 << "legacy autofill root node is present whereas new "
575 << "Current autofill migration state is migrated.";