• Home
  • Raw
  • Download

Lines Matching refs:guid

679       home_profile.guid(), &db_profile));  in TEST_F()
684 s_home.BindString(0, home_profile.guid()); in TEST_F()
694 billing_profile.set_guid(guid::GenerateGUID()); in TEST_F()
705 billing_profile.guid(), &db_profile)); in TEST_F()
709 s_billing.BindString(0, billing_profile.guid()); in TEST_F()
724 billing_profile.guid(), &db_profile)); in TEST_F()
728 s_billing_updated.BindString(0, billing_profile.guid()); in TEST_F()
757 billing_profile.guid(), &db_profile)); in TEST_F()
761 s_billing_updated_2.BindString(0, billing_profile.guid()); in TEST_F()
773 billing_profile.guid())); in TEST_F()
775 billing_profile.guid(), &db_profile)); in TEST_F()
793 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
803 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
812 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
834 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
847 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
872 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
882 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
891 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
913 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
923 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
932 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
954 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
964 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
973 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile)); in TEST_F()
1025 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillGUIDToTrash(profile.guid())); in TEST_F()
1029 profile.guid(), &added_profile)); in TEST_F()
1037 EXPECT_TRUE(db.GetAutofillTable()->GetAutofillProfile(profile.guid(), in TEST_F()
1045 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillGUIDToTrash(profile.guid())); in TEST_F()
1050 profile.guid(), &updated_profile)); in TEST_F()
1061 EXPECT_TRUE(db.GetAutofillTable()->RemoveAutofillProfile(profile.guid())); in TEST_F()
1063 EXPECT_TRUE(db.GetAutofillTable()->GetAutofillProfile(profile.guid(), in TEST_F()
1065 EXPECT_FALSE(db.GetAutofillTable()->IsAutofillGUIDInTrash(profile.guid())); in TEST_F()
1071 EXPECT_TRUE(db.GetAutofillTable()->RemoveAutofillProfile(profile.guid())); in TEST_F()
1073 EXPECT_FALSE(db.GetAutofillTable()->GetAutofillProfile(profile.guid(), in TEST_F()
1096 ASSERT_TRUE(db.GetAutofillTable()->GetCreditCard(work_creditcard.guid(), in TEST_F()
1103 s_work.BindString(0, work_creditcard.guid()); in TEST_F()
1122 ASSERT_TRUE(db.GetAutofillTable()->GetCreditCard(target_creditcard.guid(), in TEST_F()
1129 s_target.BindString(0, target_creditcard.guid()); in TEST_F()
1142 ASSERT_TRUE(db.GetAutofillTable()->GetCreditCard(target_creditcard.guid(), in TEST_F()
1149 s_target_updated.BindString(0, target_creditcard.guid()); in TEST_F()
1159 target_creditcard.guid())); in TEST_F()
1160 EXPECT_FALSE(db.GetAutofillTable()->GetCreditCard(target_creditcard.guid(), in TEST_F()
1195 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(profile.guid(), in TEST_F()
1212 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(profile.guid(), in TEST_F()
1237 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(profile.guid(), in TEST_F()
1271 ASSERT_TRUE(db.GetAutofillTable()->GetCreditCard(credit_card.guid(), in TEST_F()
1288 ASSERT_TRUE(db.GetAutofillTable()->GetCreditCard(credit_card.guid(), in TEST_F()
1313 ASSERT_TRUE(db.GetAutofillTable()->GetCreditCard(credit_card.guid(), in TEST_F()