Searched refs:form_group (Results 1 – 9 of 9) sorted by relevance
13 bool FormGroup::operator!=(const FormGroup& form_group) const { in operator !=()16 form_group.GetAvailableFieldTypes(&b); in operator !=()25 return (!IntersectionOfTypesHasEqualValues(form_group)); in operator !=()28 bool FormGroup::IsSubsetOf(const FormGroup& form_group) const { in IsSubsetOf()35 StringToLowerASCII(form_group.GetInfo(*iter))) in IsSubsetOf()43 const FormGroup& form_group) const { in IntersectionOfTypesHasEqualValues()46 form_group.GetAvailableFieldTypes(&b); in IntersectionOfTypesHasEqualValues()58 StringToLowerASCII(form_group.GetInfo(*iter))) in IntersectionOfTypesHasEqualValues()65 void FormGroup::MergeWith(const FormGroup& form_group) { in MergeWith() argument68 form_group.GetAvailableFieldTypes(&b); in MergeWith()[all …]
12 explicit FormGroupMatchesByCompareFunctor(const T& form_group) in FormGroupMatchesByCompareFunctor() argument13 : form_group_(form_group) { in FormGroupMatchesByCompareFunctor()16 bool operator()(const T* form_group) { in operator()17 return form_group->Compare(form_group_) == 0; in operator()20 bool operator()(const T& form_group) { in operator()21 return form_group.Compare(form_group_) == 0; in operator()29 bool FindByContents(const C& container, const T& form_group) { in FindByContents() argument33 FormGroupMatchesByCompareFunctor<T>(form_group)) != container.end(); in FindByContents()
45 virtual bool operator!=(const FormGroup& form_group) const;49 bool IsSubsetOf(const FormGroup& form_group) const;53 bool IntersectionOfTypesHasEqualValues(const FormGroup& form_group) const;56 void MergeWith(const FormGroup& form_group);59 void OverwriteWith(const FormGroup& form_group);
159 bool FillCountrySelectControl(const FormGroup& form_group, in FillCountrySelectControl() argument162 static_cast<const AutofillProfile&>(form_group); in FillCountrySelectControl()200 void FillSelectControl(const FormGroup& form_group, in FillSelectControl() argument206 string16 field_text = form_group.GetInfo(type); in FillSelectControl()234 FillCountrySelectControl(form_group, field); in FillSelectControl()
233 const FormGroup* form_group = FormGroupForType(return_type); in GetInfo() local234 if (!form_group) in GetInfo()237 return form_group->GetInfo(return_type); in GetInfo()241 FormGroup* form_group = MutableFormGroupForType(type); in SetInfo() local242 if (form_group) in SetInfo()243 form_group->SetInfo(type, CollapseWhitespace(value, false)); in SetInfo()623 FormGroup* form_group = NULL; in MutableFormGroupForType() local626 form_group = &name_[0]; in MutableFormGroupForType()629 form_group = &email_[0]; in MutableFormGroupForType()632 form_group = &company_; in MutableFormGroupForType()[all …]
24 void FillSelectControl(const FormGroup& form_group,
44 bool operator()(const T& form_group) { in operator ()() argument45 return form_group.guid() == guid_; in operator ()()48 bool operator()(const T* form_group) { in operator ()() argument49 return form_group->guid() == guid_; in operator ()()
22 table.form_group {
383 chrome/browser/autofill/form_group.cc \