Searched refs:autofill_specifics (Results 1 – 3 of 3) sorted by relevance
274 const sync_pb::AutofillProfileSpecifics& autofill_specifics( in FindSyncNodeWithProfile() local278 if (current_profiles->find(autofill_specifics.guid()) in FindSyncNodeWithProfile()280 OverwriteProfileWithServerData(&p, autofill_specifics); in FindSyncNodeWithProfile()311 const sync_pb::AutofillProfileSpecifics& autofill_specifics( in MakeNewAutofillProfileSyncNodeIfNeeded() local313 if (guid::IsValidGUID(autofill_specifics.guid()) == false) { in MakeNewAutofillProfileSyncNodeIfNeeded()315 autofill_specifics.guid(); in MakeNewAutofillProfileSyncNodeIfNeeded()318 AutofillProfile* p = new AutofillProfile(autofill_specifics.guid()); in MakeNewAutofillProfileSyncNodeIfNeeded()319 OverwriteProfileWithServerData(p, autofill_specifics); in MakeNewAutofillProfileSyncNodeIfNeeded()321 std::string guid = autofill_specifics.guid(); in MakeNewAutofillProfileSyncNodeIfNeeded()323 current_profiles->insert(autofill_specifics.guid()); in MakeNewAutofillProfileSyncNodeIfNeeded()[all …]
20 'autofill_specifics.proto',67 '<(protoc_out_dir)/chrome/browser/sync/protocol/autofill_specifics.pb.cc',68 '<(protoc_out_dir)/chrome/browser/sync/protocol/autofill_specifics.pb.h',
78 const sync_pb::AutofillSpecifics& autofill_specifics);