Home | History | Annotate | Download | only in renderer

Lines Matching refs:forms

61     // We trim |passwords| because occasionally there are forms where the
87 bool ContainsForm(const std::vector<autofill::FormData>& forms,
90 forms.begin(); it != forms.end(); ++it) {
118 // form, but there could be multiple password forms in each frame.
143 blink::WebVector<blink::WebFormElement> forms;
144 frame->document().forms(forms);
145 for (size_t i = 0; i < forms.size(); ++i) {
146 if (forms[i].isNull())
152 CreatePasswordForm(forms[i]));
165 if (GetAccountCreationPasswordFields(forms[i], &passwords)) {
229 const std::vector<autofill::FormData>& forms) {
231 generation_enabled_forms_.end(), forms.begin(), forms.end());