• Home
  • Raw
  • Download

Lines Matching refs:AutofillProfile

105 const string16 MultiString(const AutofillProfile& p, AutofillFieldType type) {  in MultiString()
179 AutofillProfile::AutofillProfile(const std::string& guid) in AutofillProfile() function in AutofillProfile
183 AutofillProfile::AutofillProfile() in AutofillProfile() function in AutofillProfile
191 AutofillProfile::AutofillProfile(const AutofillProfile& profile) in AutofillProfile() function in AutofillProfile
196 AutofillProfile::~AutofillProfile() { in ~AutofillProfile()
199 AutofillProfile& AutofillProfile::operator=(const AutofillProfile& profile) { in operator =()
216 void AutofillProfile::GetPossibleFieldTypes( in GetPossibleFieldTypes()
224 void AutofillProfile::GetAvailableFieldTypes( in GetAvailableFieldTypes()
231 string16 AutofillProfile::GetInfo(AutofillFieldType type) const { in GetInfo()
240 void AutofillProfile::SetInfo(AutofillFieldType type, const string16& value) { in SetInfo()
246 void AutofillProfile::SetMultiInfo(AutofillFieldType type, in SetMultiInfo()
274 void AutofillProfile::GetMultiInfo(AutofillFieldType type, in GetMultiInfo()
296 bool AutofillProfile::SupportsMultiValue(AutofillFieldType type) { in SupportsMultiValue()
304 const string16 AutofillProfile::Label() const { in Label()
308 const std::string AutofillProfile::CountryCode() const { in CountryCode()
312 void AutofillProfile::SetCountryCode(const std::string& country_code) { in SetCountryCode()
317 bool AutofillProfile::AdjustInferredLabels( in AdjustInferredLabels()
318 std::vector<AutofillProfile*>* profiles) { in AdjustInferredLabels()
337 void AutofillProfile::CreateInferredLabels( in CreateInferredLabels()
338 const std::vector<AutofillProfile*>* profiles, in CreateInferredLabels()
379 bool AutofillProfile::IsEmpty() const { in IsEmpty()
385 int AutofillProfile::Compare(const AutofillProfile& profile) const { in Compare()
412 int AutofillProfile::CompareMulti(const AutofillProfile& profile) const { in CompareMulti()
454 bool AutofillProfile::operator==(const AutofillProfile& profile) const { in operator ==()
458 bool AutofillProfile::operator!=(const AutofillProfile& profile) const { in operator !=()
462 const string16 AutofillProfile::PrimaryValue() const { in PrimaryValue()
467 void AutofillProfile::OverwriteWithOrAddTo(const AutofillProfile& profile) { in OverwriteWithOrAddTo()
477 if (AutofillProfile::SupportsMultiValue(*iter)) { in OverwriteWithOrAddTo()
497 string16 AutofillProfile::ConstructInferredLabel( in ConstructInferredLabel()
530 void AutofillProfile::CreateDifferentiatingLabels( in CreateDifferentiatingLabels()
531 const std::vector<AutofillProfile*>& profiles, in CreateDifferentiatingLabels()
547 const AutofillProfile* profile = profiles[*it]; in CreateDifferentiatingLabels()
568 const AutofillProfile* profile = profiles[*it]; in CreateDifferentiatingLabels()
606 AutofillProfile::FormGroupList AutofillProfile::FormGroups() const { in FormGroups()
617 const FormGroup* AutofillProfile::FormGroupForType( in FormGroupForType()
619 return const_cast<AutofillProfile*>(this)->MutableFormGroupForType(type); in FormGroupForType()
622 FormGroup* AutofillProfile::MutableFormGroupForType(AutofillFieldType type) { in MutableFormGroupForType()
650 std::ostream& operator<<(std::ostream& os, const AutofillProfile& profile) { in operator <<()