Searched refs:existing_profile (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.cc405 AutofillProfile* existing_profile = GetProfileByGUID(profile.guid());
406 if (!existing_profile)
410 if (existing_profile->EqualsSansOrigin(profile))
758 AutofillProfile* existing_profile = *iter; local
761 base::StringToLowerASCII(existing_profile->PrimaryValue()) ==
768 guid = existing_profile->guid();
769 if (!existing_profile->IsVerified() || new_profile.IsVerified())
770 existing_profile->OverwriteWithOrAddTo(new_profile, app_locale);
772 merged_profiles->push_back(*existing_profile);
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service.cc494 GUIDToProfileMap::iterator existing_profile = profile_map->find( local
496 if (existing_profile != profile_map->end()) {
499 autofill_specifics, existing_profile->second, app_locale_)) {
500 bundle->profiles_to_update.push_back(existing_profile->second);
502 return existing_profile;

Completed in 427 milliseconds