Home | History | Annotate | Download | only in autofill

Lines Matching refs:form_structure_

743   form_structure_.ParseFieldTypesFromAutocompleteAttributes(
759 for (size_t i = 0; i < form_structure_.field_count(); ++i) {
760 AutofillType type = form_structure_.field(i)->Type();
781 form_structure_.PossibleValues(ADDRESS_BILLING_COUNTRY)));
784 form_structure_.PossibleValues(ADDRESS_HOME_COUNTRY);
837 cares_about_shipping_ = form_structure_.FillFields(
844 transaction_amount_ = form_structure_.GetUniqueValue(
846 transaction_currency_ = form_structure_.GetUniqueValue(
855 acceptable_cc_types_ = form_structure_.PossibleValues(CREDIT_CARD_TYPE);
2822 form_structure_(form_structure),
3217 wrapper->FillFormStructure(types, compare, &form_structure_);
3234 // edited data. Always fill local data into |form_structure_|.
3256 card_wrapper.FillFormStructure(types, compare, &form_structure_);
3276 profile_wrapper.FillFormStructure(types, compare, &form_structure_);
3299 for (size_t i = 0; i < form_structure_.field_count(); ++i) {
3300 AutofillField* field = form_structure_.field(i);
3961 &form_structure_);