HomeSort by relevance Sort by last modified time
    Searched refs:form_structure_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 257 form_structure_.ParseFieldTypesFromAutocompleteAttributes(
274 for (size_t i = 0; i < form_structure_.field_count(); ++i) {
275 AutofillType type = form_structure_.field(i)->Type();
327 form_structure_);
333 form_structure_) ||
338 form_structure_);
344 request_shipping_address = form_structure_.FillFields(
391 form_structure_.PossibleValues(ADDRESS_HOME_COUNTRY);
398 form_structure_.PossibleValues(CREDIT_CARD_TYPE);
466 SECTION_CC_BILLING, form_structure_, full_wallet.get(), email)
    [all...]
autofill_dialog_controller_android.h 81 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/
autofill_dialog_controller_impl.cc 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);
    [all...]
autofill_dialog_controller_impl.h 300 // in order to fill |form_structure_| and pass data back to the invoking page.
418 // Finds all fields of the given |type| in |form_structure_|, if any, and sets
632 FormStructure form_structure_; member in class:autofill::AutofillDialogControllerImpl
735 // Whether |form_structure_| has asked for any details that would indicate
    [all...]
autofill_dialog_controller_unittest.cc 399 AutofillDialogControllerTest(): form_structure_(NULL) {}
638 const FormStructure* form_structure() { return form_structure_; }
652 form_structure_ = form_structure;
667 const FormStructure* form_structure_; member in class:autofill::__anon9576::AutofillDialogControllerTest
    [all...]

Completed in 136 milliseconds