Home | History | Annotate | Download | only in autofill

Lines Matching defs:input_type

1691   const ServerFieldType input_type = EMAIL_ADDRESS;
1692 base::string16 name = full_profile.GetRawInfo(input_type);
1693 view->SetTextContentsOfInput(input_type, name.substr(0, name.size() / 2));
1694 view->ActivateInput(input_type);
1695 ASSERT_EQ(input_type, controller()->popup_input_type());