Home | History | Annotate | Download | only in browser

Lines Matching defs:forms

52       const std::vector<autofill::FormData>& forms) OVERRIDE {
54 found_account_creation_forms_.begin(), forms.begin(), forms.end());
134 const std::vector<autofill::FormStructure*>& forms) {
135 GetGenerationManager()->DetectAccountCreationForms(forms);
179 std::vector<autofill::FormStructure*> forms;
180 forms.push_back(&form1);
191 forms.push_back(&form2);
203 kServerResponse, forms, TestAutofillMetrics());
205 DetectAccountCreationForms(forms);