Lines Matching defs:form
126 FormData form;
127 form.method = ASCIIToUTF16("post");
128 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("username"),
134 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("First Name"),
140 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("Last Name"),
146 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("email"),
152 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("email2"),
158 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("password"),
164 form.fields.push_back(webkit_glue::FormField(string16(),
171 FormStructure *form_structure = new FormStructure(form);
175 form.fields.clear();
176 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("address"),
182 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("address2"),
188 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("city"),
194 form.fields.push_back(webkit_glue::FormField(string16(),
200 form_structure = new FormStructure(form);
298 // Modify form structures to miss the cache.
299 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("Address line 2"),
305 form_structure = new FormStructure(form);
370 FormData form;
371 form.method = ASCIIToUTF16("post");
372 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("username"),
378 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("First Name"),
384 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("Last Name"),
390 FormStructure *form_structure = new FormStructure(form);
394 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("email"),
400 // Slightly different form - so different request.
401 form_structure = new FormStructure(form);
405 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("email2"),
411 // Slightly different form - so different request.
412 form_structure = new FormStructure(form);