Home
last modified time | relevance | path

Searched refs:form_group (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dform_group.cc13 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() argument
68 form_group.GetAvailableFieldTypes(&b); in MergeWith()
[all …]
Dautofill-inl.h12 explicit FormGroupMatchesByCompareFunctor(const T& form_group) in FormGroupMatchesByCompareFunctor() argument
13 : 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() argument
33 FormGroupMatchesByCompareFunctor<T>(form_group)) != container.end(); in FindByContents()
Dform_group.h45 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);
Dselect_control_handler.cc159 bool FillCountrySelectControl(const FormGroup& form_group, in FillCountrySelectControl() argument
162 static_cast<const AutofillProfile&>(form_group); in FillCountrySelectControl()
200 void FillSelectControl(const FormGroup& form_group, in FillSelectControl() argument
206 string16 field_text = form_group.GetInfo(type); in FillSelectControl()
234 FillCountrySelectControl(form_group, field); in FillSelectControl()
Dautofill_profile.cc233 const FormGroup* form_group = FormGroupForType(return_type); in GetInfo() local
234 if (!form_group) in GetInfo()
237 return form_group->GetInfo(return_type); in GetInfo()
241 FormGroup* form_group = MutableFormGroupForType(type); in SetInfo() local
242 if (form_group) in SetInfo()
243 form_group->SetInfo(type, CollapseWhitespace(value, false)); in SetInfo()
623 FormGroup* form_group = NULL; in MutableFormGroupForType() local
626 form_group = &name_[0]; in MutableFormGroupForType()
629 form_group = &email_[0]; in MutableFormGroupForType()
632 form_group = &company_; in MutableFormGroupForType()
[all …]
Dselect_control_handler.h24 void FillSelectControl(const FormGroup& form_group,
Dpersonal_data_manager.cc44 bool operator()(const T& form_group) { in operator ()() argument
45 return form_group.guid() == guid_; in operator ()()
48 bool operator()(const T* form_group) { in operator ()() argument
49 return form_group->guid() == guid_; in operator ()()
/external/clang/tools/scan-build/
Dscanview.css22 table.form_group {
/external/chromium/
DAndroid.mk383 chrome/browser/autofill/form_group.cc \