9 calls to form_state_defaults()

ajax_get_form in drupal/includes/ajax.inc
Gets a form submitted via #ajax during an Ajax callback.
drupal_build_form in drupal/includes/form.inc
Builds and process a form based on a form id.
drupal_form_submit in drupal/includes/form.inc
Retrieves, populates, and processes a form.
FieldAttachOtherTestCase::testFieldAttachForm in drupal/modules/field/tests/field.test
Test field_attach_form().
FieldAttachOtherTestCase::testFieldAttachSubmit in drupal/modules/field/tests/field.test
Test field_attach_submit().
FieldFormTestCase::testFieldFormAccess in drupal/modules/field/tests/field.test
Tests fields with no 'edit' access.
FormsElementsTableSelectFunctionalTest::formSubmitHelper in drupal/modules/simpletest/tests/form.test
Helper function for the option check test to submit a form while collecting errors.
FormsTestCase::checkFormValue in drupal/modules/simpletest/tests/form.test
Checks that a given form input value is sanitized to the expected result.
FormsTestCase::testRequiredFields in drupal/modules/simpletest/tests/form.test
Check several empty values for required forms elements.