Home
last modified time | relevance | path

Searched refs:OverwriteWithOrAddTo (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dautofill_profile.h114 void OverwriteWithOrAddTo(const AutofillProfile& profile,
Dautofill_profile_unittest.cc848 TEST(AutofillProfileTest, OverwriteWithOrAddTo) { in TEST() argument
882 a.OverwriteWithOrAddTo(b, "en-US"); in TEST()
1357 starting_profile.OverwriteWithOrAddTo(additional_profile, "en-US"); in TEST()
Dpersonal_data_manager.cc770 existing_profile->OverwriteWithOrAddTo(new_profile, app_locale); in MergeProfile()
Dautofill_profile.cc634 void AutofillProfile::OverwriteWithOrAddTo(const AutofillProfile& profile, in OverwriteWithOrAddTo() function in autofill::AutofillProfile
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_profile_syncable_service.cc654 merge_into->OverwriteWithOrAddTo(merge_from, app_locale); in MergeProfile()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc1120 expected_profile.OverwriteWithOrAddTo(*native_profile, "en-US"); in TEST_F()