Home
last modified time | relevance | path

Searched defs:form_group (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dautofill-inl.h13 explicit FormGroupMatchesByCompareFunctor(const T& form_group) in FormGroupMatchesByCompareFunctor()
30 bool FindByContents(const C& container, const T& form_group) { in FindByContents()
Dautofill_profile.cc139 base::string16 GetFormGroupInfo(const FormGroup& form_group, in GetFormGroupInfo()
306 const FormGroup* form_group = FormGroupForType(AutofillType(type)); in GetRawInfo() local
315 FormGroup* form_group = MutableFormGroupForType(AutofillType(type)); in SetRawInfo() local
333 const FormGroup* form_group = FormGroupForType(type); in GetInfo() local
343 FormGroup* form_group = MutableFormGroupForType(type); in SetInfo() local
Dpersonal_data_manager.cc47 bool operator()(const T& form_group) { in operator ()()
51 bool operator()(const T* form_group) { in operator ()()
79 bool operator()(const T& form_group) { in operator ()()
Dautofill_ie_toolbar_import_win.cc143 FormGroup* form_group, in ImportSingleFormGroup()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_impl.cc204 FormGroup* form_group) { in FillFormGroupFromOutputs()