Home
last modified time | relevance | path

Searched refs:autofill_specifics (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_model_associator.cc274 const sync_pb::AutofillProfileSpecifics& autofill_specifics( in FindSyncNodeWithProfile() local
278 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() local
313 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 …]
/external/chromium/chrome/browser/sync/protocol/
Dsync_proto.gyp20 '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',
Dproto_value_conversions.h78 const sync_pb::AutofillSpecifics& autofill_specifics);