PrimaryValue       95 components/autofill/core/browser/autofill_profile.h   const base::string16 PrimaryValue() const;
PrimaryValue      744 components/autofill/core/browser/personal_data_manager.cc         !new_profile.PrimaryValue().empty() &&
PrimaryValue      745 components/autofill/core/browser/personal_data_manager.cc         StringToLowerASCII(existing_profile->PrimaryValue()) ==
PrimaryValue      746 components/autofill/core/browser/personal_data_manager.cc             StringToLowerASCII(new_profile.PrimaryValue())) {
PrimaryValue      513 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                !local_profile->PrimaryValue().empty() &&
PrimaryValue      514 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                local_profile->PrimaryValue() == new_profile->PrimaryValue()) {