Home | History | Annotate | Download | only in browser

Lines Matching refs:autofill_param

446     AutofillParam autofill_param;
447 AutofillMsg_FillFormsAndClick::Read(message, &autofill_param);
448 return autofill_param.a;
458 AutofillParam autofill_param;
459 AutofillMsg_FillFormsAndClick::Read(message, &autofill_param);
461 EXPECT_EQ(WebElementDescriptor::ID, autofill_param.d.retrieval_method);
462 EXPECT_EQ("#foo", autofill_param.d.descriptor);
464 EXPECT_EQ(WebElementDescriptor::NONE, autofill_param.d.retrieval_method);