/external/chromium_org/chrome/browser/ui/android/autofill/ |
autofill_dialog_controller_android.cc | 202 form_structure_.ParseFieldTypesFromAutocompleteAttributes( 246 form_structure_); 251 form_structure_) || 255 form_structure_); 265 &form_structure_); 365 SECTION_CC_BILLING, form_structure_, full_wallet.get(), email); 367 SECTION_SHIPPING, form_structure_, full_wallet.get(), email); 392 callback_.Run(&form_structure_); 406 form_structure_(form_structure), 417 DCHECK_GT(form_structure_.field_count(), 0U) [all...] |
autofill_dialog_controller_android.h | 83 FormStructure form_structure_; member in class:autofill::AutofillDialogControllerAndroid 95 // Whether |form_structure_| has asked for any details that would indicate
|
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_dialog_controller_impl.h | 293 // in order to fill |form_structure_| and pass data back to the invoking page. 407 // Finds all fields of the given |type| in |form_structure_|, if any, and sets 576 FormStructure form_structure_; member in class:autofill::AutofillDialogControllerImpl 664 // Whether |form_structure_| has asked for any details that would indicate 708 // Whether |callback_| was Run() with a filled |form_structure_|. [all...] |
autofill_dialog_controller_impl.cc | 576 form_structure_.ParseFieldTypesFromAutocompleteAttributes( 622 &form_structure_); [all...] |
autofill_dialog_controller_unittest.cc | 354 AutofillDialogControllerTest(): form_structure_(NULL) {} 553 const FormStructure* form_structure() { return form_structure_; } 565 form_structure_ = form_structure; 580 const FormStructure* form_structure_; member in class:autofill::__anon8656::AutofillDialogControllerTest [all...] |