Home | History | Annotate | Download | only in renderer

Lines Matching defs:form

36 // Maps element names to the actual elements to simplify form filling.
40 // Utility struct for form lookup and autofill. When we parse the DOM to look up
41 // a form, in addition to action and origin URL's we have to compare all
42 // necessary form elements. To avoid having to look these up again when we want
43 // to fill the form, the FindFormElements function stores the pointers
52 // Helper to search the given form element for the specified input elements
57 // Loop through the list of elements we need to find on the form in order to
59 // form; it can't be the right one.
87 // there are multiple matches, but for purposes of identifying the form
96 // A required element was not found. This is not the right form.
97 // Make sure no input elements from a partially matched form in this
108 // Helper to locate form elements identified by |data|.
140 // The default action URL is the form's origin.
175 // Don't fill a form that has pre-filled values distinct from the ones we
363 const WebKit::WebFormElement& form = forms[i];
367 if (only_visible && !form.hasNonEmptyBoundingBox())
371 content::CreatePasswordForm(form));
419 // form.
447 // If wait_for_username is true, we don't want to initially fill the form
462 // We might have already filled this form if there are two <form> elements
473 FormData form;
476 username_element, &form, &field, REQUIRE_NONE);
535 FormData form;
538 user_input, &form, &field, REQUIRE_NONE);