6 calls to drupal_prepare_form()

drupal_build_form in drupal-7.x/includes/form.inc
Builds and process a form based on a form id.
drupal_form_submit in drupal-7.x/includes/form.inc
Retrieves, populates, and processes a form.
drupal_rebuild_form in drupal-7.x/includes/form.inc
Constructs a new $form from the information in $form_state.
FieldAttachOtherTestCase::testFieldAttachSubmit in drupal-7.x/modules/field/tests/field.test
Test field_attach_submit().
FormsElementsTableSelectFunctionalTest::formSubmitHelper in drupal-7.x/modules/simpletest/tests/form.test
Helper function for the option check test to submit a form while collecting errors.
FormsTestCase::testRequiredFields in drupal-7.x/modules/simpletest/tests/form.test
Check several empty values for required forms elements.