Lines Matching full:guid
21 #include "chrome/common/guid.h"
679 home_profile.guid(), &db_profile));
683 "FROM autofill_profiles WHERE guid=?"));
684 s_home.BindString(0, home_profile.guid());
694 billing_profile.set_guid(guid::GenerateGUID());
705 billing_profile.guid(), &db_profile));
708 "SELECT date_modified FROM autofill_profiles WHERE guid=?"));
709 s_billing.BindString(0, billing_profile.guid());
724 billing_profile.guid(), &db_profile));
727 "SELECT date_modified FROM autofill_profiles WHERE guid=?"));
728 s_billing_updated.BindString(0, billing_profile.guid());
757 billing_profile.guid(), &db_profile));
760 "SELECT date_modified FROM autofill_profiles WHERE guid=?"));
761 s_billing_updated_2.BindString(0, billing_profile.guid());
773 billing_profile.guid()));
775 billing_profile.guid(), &db_profile));
793 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
803 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
812 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
834 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
847 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
872 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
882 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
891 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
913 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
923 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
932 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
954 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
964 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
973 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(p.guid(), &db_profile));
1025 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillGUIDToTrash(profile.guid()));
1029 profile.guid(), &added_profile));
1037 EXPECT_TRUE(db.GetAutofillTable()->GetAutofillProfile(profile.guid(),
1045 EXPECT_TRUE(db.GetAutofillTable()->AddAutofillGUIDToTrash(profile.guid()));
1050 profile.guid(), &updated_profile));
1061 EXPECT_TRUE(db.GetAutofillTable()->RemoveAutofillProfile(profile.guid()));
1063 EXPECT_TRUE(db.GetAutofillTable()->GetAutofillProfile(profile.guid(),
1065 EXPECT_FALSE(db.GetAutofillTable()->IsAutofillGUIDInTrash(profile.guid()));
1071 EXPECT_TRUE(db.GetAutofillTable()->RemoveAutofillProfile(profile.guid()));
1073 EXPECT_FALSE(db.GetAutofillTable()->GetAutofillProfile(profile.guid(),
1096 ASSERT_TRUE(db.GetAutofillTable()->GetCreditCard(work_creditcard.guid(),
1100 "SELECT guid, name_on_card, expiration_month, expiration_year, "
1102 "FROM credit_cards WHERE guid=?"));
1103 s_work.BindString(0, work_creditcard.guid());
1122 ASSERT_TRUE(db.GetAutofillTable()->GetCreditCard(target_creditcard.guid(),
1126 "SELECT guid, name_on_card, expiration_month, expiration_year, "
1128 "FROM credit_cards WHERE guid=?"));
1129 s_target.BindString(0, target_creditcard.guid());
1142 ASSERT_TRUE(db.GetAutofillTable()->GetCreditCard(target_creditcard.guid(),
1146 "SELECT guid, name_on_card, expiration_month, expiration_year, "
1148 "FROM credit_cards WHERE guid=?"));
1149 s_target_updated.BindString(0, target_creditcard.guid());
1159 target_creditcard.guid()));
1160 EXPECT_FALSE(db.GetAutofillTable()->GetCreditCard(target_creditcard.guid(),
1195 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(profile.guid(),
1212 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(profile.guid(),
1237 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillProfile(profile.guid(),
1271 ASSERT_TRUE(db.GetAutofillTable()->GetCreditCard(credit_card.guid(),
1288 guid(),
1313 ASSERT_TRUE(db.GetAutofillTable()->GetCreditCard(credit_card.guid(),
1331 "INSERT INTO autofill_profiles (guid, date_modified) "
1333 "INSERT INTO autofill_profiles (guid, date_modified) "
1335 "INSERT INTO autofill_profiles (guid, date_modified) "
1337 "INSERT INTO autofill_profiles (guid, date_modified) "
1339 "INSERT INTO autofill_profiles (guid, date_modified) "
1341 "INSERT INTO autofill_profiles (guid, date_modified) "
1343 "INSERT INTO credit_cards (guid, date_modified) "
1345 "INSERT INTO credit_cards (guid, date_modified) "
1347 "INSERT INTO credit_cards (guid, date_modified) "
1349 "INSERT INTO credit_cards (guid, date_modified) "
1351 "INSERT INTO credit_cards (guid, date_modified) "
1353 "INSERT INTO credit_cards (guid, date_modified) "