Searched refs:OverwriteWithOrAddTo (Results 1 – 6 of 6) sorted by relevance
114 void OverwriteWithOrAddTo(const AutofillProfile& profile,
848 TEST(AutofillProfileTest, OverwriteWithOrAddTo) { in TEST() argument882 a.OverwriteWithOrAddTo(b, "en-US"); in TEST()1357 starting_profile.OverwriteWithOrAddTo(additional_profile, "en-US"); in TEST()
770 existing_profile->OverwriteWithOrAddTo(new_profile, app_locale); in MergeProfile()
634 void AutofillProfile::OverwriteWithOrAddTo(const AutofillProfile& profile, in OverwriteWithOrAddTo() function in autofill::AutofillProfile
654 merge_into->OverwriteWithOrAddTo(merge_from, app_locale); in MergeProfile()
1120 expected_profile.OverwriteWithOrAddTo(*native_profile, "en-US"); in TEST_F()