Searched refs:form_structure_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc259 form_structure_.ParseFieldTypesFromAutocompleteAttributes(
276 for (size_t i = 0; i < form_structure_.field_count(); ++i) {
277 AutofillType type = form_structure_.field(i)->Type();
329 form_structure_);
335 form_structure_) ||
340 form_structure_);
346 request_shipping_address = form_structure_.FillFields(
394 form_structure_.PossibleValues(ADDRESS_HOME_COUNTRY);
401 form_structure_.PossibleValues(CREDIT_CARD_TYPE);
469 SECTION_CC_BILLING, form_structure_, full_walle
[all...]
H A Dautofill_dialog_controller_android.h81 FormStructure form_structure_; member in class:autofill::AutofillDialogControllerAndroid
93 // Whether |form_structure_| has asked for any details that would indicate
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc743 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_structur
[all...]
H A Dautofill_dialog_controller_impl.h305 // in order to fill |form_structure_| and pass data back to the invoking page.
425 // Finds all fields of the given |type| in |form_structure_|, if any, and sets
639 FormStructure form_structure_; member in class:autofill::AutofillDialogControllerImpl
742 // Whether |form_structure_| has asked for any details that would indicate
798 // Whether |callback_| was Run() with a filled |form_structure_|.
H A Dautofill_dialog_controller_unittest.cc400 AutofillDialogControllerTest(): form_structure_(NULL) {}
641 const FormStructure* form_structure() { return form_structure_; }
655 form_structure_ = form_structure;
670 const FormStructure* form_structure_; member in class:autofill::__anon5015::AutofillDialogControllerTest

Completed in 118 milliseconds