Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dautofill_profile.h127 const string16 PrimaryValue() const;
Dpersonal_data_manager.cc760 if (!profile.PrimaryValue().empty() && in MergeProfile()
761 StringToLowerASCII((*iter)->PrimaryValue()) == in MergeProfile()
762 StringToLowerASCII(profile.PrimaryValue())) { in MergeProfile()
Dautofill_profile.cc462 const string16 AutofillProfile::PrimaryValue() const { in PrimaryValue() function in AutofillProfile