Home
last modified time | relevance | path

Searched refs:PrimaryValue (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dautofill_profile.h105 const base::string16 PrimaryValue() const;
Dpersonal_data_manager.cc760 !new_profile.PrimaryValue().empty() && in MergeProfile()
761 base::StringToLowerASCII(existing_profile->PrimaryValue()) == in MergeProfile()
762 base::StringToLowerASCII(new_profile.PrimaryValue())) { in MergeProfile()
Dautofill_profile.cc539 const base::string16 AutofillProfile::PrimaryValue() const { in PrimaryValue() function in autofill::AutofillProfile
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_profile_syncable_service.cc537 !local_profile->PrimaryValue().empty() && in CreateOrUpdateProfile()
538 local_profile->PrimaryValue() == new_profile->PrimaryValue()) { in CreateOrUpdateProfile()