Searched defs:form_structure_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/autofill/
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.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 1180 milliseconds