Home | History | Annotate | Download | only in autofill

Lines Matching refs:form_structure_

724   form_structure_.ParseFieldTypesFromAutocompleteAttributes(
740 for (size_t i = 0; i < form_structure_.field_count(); ++i) {
741 AutofillType type = form_structure_.field(i)->Type();
761 form_structure_.PossibleValues(ADDRESS_BILLING_COUNTRY))));
765 form_structure_.PossibleValues(ADDRESS_HOME_COUNTRY))));
814 cares_about_shipping_ = form_structure_.FillFields(
826 acceptable_cc_types_ = form_structure_.PossibleValues(CREDIT_CARD_TYPE);
2780 form_structure_(form_structure),
3167 wrapper->FillFormStructure(types, compare, &form_structure_);
3184 // edited data. Always fill local data into |form_structure_|.
3206 card_wrapper.FillFormStructure(types, compare, &form_structure_);
3226 profile_wrapper.FillFormStructure(types, compare, &form_structure_);
3249 for (size_t i = 0; i < form_structure_.field_count(); ++i) {
3250 AutofillField* field = form_structure_.field(i);
3905 &form_structure_);