Home | History | Annotate | Download | only in autofill

Lines Matching refs:form_structure

104     FormStructure& form_structure,
118 form_structure.FillFields(types,
126 FormStructure& form_structure,
139 form_structure, full_wallet, email_address);
143 for (size_t i = 0; i < form_structure.field_count(); ++i) {
144 AutofillField* field = form_structure.field(i);
151 // Returns true if |input_type| in |section| is needed for |form_structure|.
154 const FormStructure& form_structure) {
155 for (size_t i = 0; i < form_structure.field_count(); ++i) {
156 const AutofillField* field = form_structure.field(i);
163 // Returns true if one of |inputs| in |section| is needed for |form_structure|.
167 const FormStructure& form_structure) {
170 section, input_types[i], form_structure)) {
183 const FormData& form_structure,
189 form_structure,
200 const FormData& form_structure,
204 form_structure,
503 const FormData& form_structure,
509 form_structure_(form_structure),