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

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