Searched refs:form_with_maxlength (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager_unittest.cc2115 FormData form_with_maxlength; local
2116 form_with_maxlength.name = ASCIIToUTF16("MyMaxlengthPhoneForm");
2117 form_with_maxlength.origin = GURL("http://myform.com/phone_form.html");
2118 form_with_maxlength.action = GURL("http://myform.com/phone_submit.html");
2119 form_with_maxlength.user_submitted = true;
2120 FormData form_with_autocompletetype = form_with_maxlength;
2143 form_with_maxlength.fields.push_back(field);
2151 forms.push_back(form_with_maxlength);
2167 FillAutofillFormDataAndSaveResults(page_id, form_with_maxlength,
2168 *form_with_maxlength
[all...]

Completed in 280 milliseconds