Searched refs:PrimaryValue (Results 1 – 4 of 4) sorted by relevance
105 const base::string16 PrimaryValue() const;
760 !new_profile.PrimaryValue().empty() && in MergeProfile()761 base::StringToLowerASCII(existing_profile->PrimaryValue()) == in MergeProfile()762 base::StringToLowerASCII(new_profile.PrimaryValue())) { in MergeProfile()
539 const base::string16 AutofillProfile::PrimaryValue() const { in PrimaryValue() function in autofill::AutofillProfile
537 !local_profile->PrimaryValue().empty() && in CreateOrUpdateProfile()538 local_profile->PrimaryValue() == new_profile->PrimaryValue()) { in CreateOrUpdateProfile()