Home | History | Annotate | Download | only in autofill

Lines Matching full:submit

154   form->action = GURL("http://myform.com/submit.html");
206 form->action = GURL("https://myform.com/submit.html");
209 form->action = GURL("http://myform.com/submit.html");
294 EXPECT_EQ(GURL("https://myform.com/submit.html"), filled_form.action);
297 EXPECT_EQ(GURL("http://myform.com/submit.html"), filled_form.action);
686 form.action = GURL("http://myform.com/submit.html");