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 198 form_structure_.ParseFieldTypesFromAutocompleteAttributes(
212 for (size_t i = 0; i < form_structure_.field_count(); ++i) {
214 form_structure_.field(i)->Type().GetStorableType();
381 SECTION_EMAIL, form_structure_, full_wallet.get(), email);
383 SECTION_CC_BILLING, form_structure_, full_wallet.get(), email);
385 SECTION_SHIPPING, form_structure_, full_wallet.get(), email);
415 callback_.Run(&form_structure_, google_transaction_id);
433 form_structure_(form_structure, std::string()),
445 DCHECK_GT(form_structure_.field_count(), 0U);
447 for (size_t i = 0; i < form_structure_.field_count(); ++i)
    [all...]
autofill_dialog_controller_android.h 110 FormStructure form_structure_; member in class:autofill::AutofillDialogControllerAndroid
123 // Whether |form_structure_| has asked for any details that would indicate
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 523 form_structure_.ParseFieldTypesFromAutocompleteAttributes(
551 &form_structure_);
    [all...]
autofill_dialog_controller_impl.h 377 // Sets the CVC result on |form_structure_| to the value in |cvc|.
498 // in order to fill |form_structure_| and pass data back to the invoking page.
566 FormStructure form_structure_; member in class:autofill::AutofillDialogControllerImpl
641 // Whether |form_structure_| has asked for any details that would indicate
685 // Whether |callback_| was Run() with a filled |form_structure_|.
autofill_dialog_controller_unittest.cc 325 AutofillDialogControllerTest(): form_structure_(NULL) {}
465 const FormStructure* form_structure() { return form_structure_; }
478 form_structure_ = form_structure;
495 const FormStructure* form_structure_; member in class:autofill::__anon8424::AutofillDialogControllerTest
    [all...]

Completed in 1027 milliseconds