Home | History | Annotate | Download | only in browser

Lines Matching defs:form

128   FormData form;
129 form.method = ASCIIToUTF16("post");
135 form.fields.push_back(field);
140 form.fields.push_back(field);
145 form.fields.push_back(field);
150 form.fields.push_back(field);
155 form.fields.push_back(field);
160 form.fields.push_back(field);
165 form.fields.push_back(field);
167 FormStructure *form_structure = new FormStructure(form, std::string());
171 form.fields.clear();
176 form.fields.push_back(field);
181 form.fields.push_back(field);
186 form.fields.push_back(field);
191 form.fields.push_back(field);
193 form_structure = new FormStructure(form, std::string());
281 // Modify form structures to miss the cache.
285 form.fields.push_back(field);
286 form_structure = new FormStructure(form, std::string());
339 FormData form;
340 form.method = ASCIIToUTF16("post");
347 form.fields.push_back(field);
351 form.fields.push_back(field);
355 form.fields.push_back(field);
357 FormStructure *form_structure = new FormStructure(form, std::string());
361 // Add a slightly different form, which should result in a different request.
364 form.fields.push_back(field);
365 form_structure = new FormStructure(form, std::string());
369 // Add another slightly different form, which should also result in a
373 form.fields.push_back(field);
374 form_structure = new FormStructure(form, std::string());