Home | History | Annotate | Download | only in autofill

Lines Matching refs:forms

546   std::vector<const FormStructure*> forms;
547 forms.push_back(&form_structure);
549 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
593 std::vector<const FormStructure*> forms;
594 forms.push_back(&form_structure);
596 EXPECT_FALSE(personal_data_->ImportFormData(forms, &imported_credit_card));
623 std::vector<const FormStructure*> forms;
624 forms.push_back(&form_structure);
626 EXPECT_FALSE(personal_data_->ImportFormData(forms, &imported_credit_card));
676 std::vector<const FormStructure*> forms;
677 forms.push_back(&form_structure);
679 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
779 std::vector<const FormStructure*> forms;
780 forms.push_back(&form_structure1);
782 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
825 forms.clear();
826 forms.push_back(&form_structure2);
827 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
874 std::vector<const FormStructure*> forms;
875 forms.push_back(&form_structure1);
877 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
920 forms.clear();
921 forms.push_back(&form_structure2);
922 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
980 std::vector<const FormStructure*> forms;
981 forms.push_back(&form_structure1);
983 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
1038 forms.clear();
1039 forms.push_back(&form_structure2);
1040 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
1085 std::vector<const FormStructure*> forms;
1086 forms.push_back(&form_structure1);
1088 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
1131 forms.clear();
1132 forms.push_back(&form_structure2);
1133 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
1182 std::vector<const FormStructure*> forms;
1183 forms.push_back(&form_structure1);
1185 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
1229 forms.clear();
1230 forms.push_back(&form_structure2);
1231 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
1271 std::vector<const FormStructure*> forms;
1272 forms.push_back(&form_structure1);
1274 EXPECT_FALSE(personal_data_->ImportFormData(forms, &imported_credit_card));
1310 std::vector<const FormStructure*> forms;
1311 forms.push_back(&form_structure1);
1313 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
1348 forms.clear();
1349 forms.push_back(&form_structure2);
1350 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
1390 std::vector<const FormStructure*> forms;
1391 forms.push_back(&form_structure1);
1393 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
1428 forms.clear();
1429 forms.push_back(&form_structure2);
1430 EXPECT_FALSE(personal_data_->ImportFormData(forms, &imported_credit_card));
1460 std::vector<const FormStructure*> forms;
1461 forms.push_back(&form_structure1);
1463 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
1499 forms.clear();
1500 forms.push_back(&form_structure2);
1501 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
1542 std::vector<const FormStructure*> forms;
1543 forms.push_back(&form_structure1);
1545 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
1577 forms.clear();
1578 forms.push_back(&form_structure2);
1579 EXPECT_FALSE(personal_data_->ImportFormData(forms, &imported_credit_card));
1613 std::vector<const FormStructure*> forms;
1614 forms.push_back(&form_structure1);
1616 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
1650 forms.clear();
1651 forms.push_back(&form_structure2);
1652 EXPECT_FALSE(personal_data_->ImportFormData(forms, &imported_credit_card));
1684 std::vector<const FormStructure*> forms;
1685 forms.push_back(&form_structure1);
1687 EXPECT_TRUE(personal_data_->ImportFormData(forms, &imported_credit_card));
1723 forms.clear();
1724 forms.push_back(&form_structure2);
1725 forms, &imported_credit_card));