Home
last modified time | relevance | path

Searched refs:WriteAutofillProfile (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_change_processor.cc148 WriteAutofillProfile(*(change->profile()), &node); in ActOnChange()
302 WriteAutofillProfile(profile, &node); in AddAutofillProfileSyncNode()
319 void AutofillProfileChangeProcessor::WriteAutofillProfile( in WriteAutofillProfile() function in browser_sync::AutofillProfileChangeProcessor
Dautofill_profile_change_processor.h51 static void WriteAutofillProfile(const AutofillProfile& profile,
Dautofill_profile_model_associator.cc350 AutofillProfileChangeProcessor::WriteAutofillProfile(profile, &node); in MakeNewAutofillProfileSyncNodeIfNeeded()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc367 AutofillProfileChangeProcessor::WriteAutofillProfile(profile, &node); in AddAutofillSyncNode()