Home | History | Annotate | Download | only in browser

Lines Matching defs:form

182   // Create a test form.
183 FormData form;
184 form.name = ASCIIToUTF16("MyTestForm");
185 form.method = ASCIIToUTF16("POST");
186 form.origin = GURL("https://www.example.com/origin.html");
187 form.action = GURL("https://www.example.com/action.html");
188 form.user_submitted = true;
209 form.fields.push_back(field);
216 FormStructure form_structure(form, std::string());
231 // Clear the |form| to start a new profile.
232 form.fields.clear();