Searched refs:s_credit_cards (Results 1 – 2 of 2) sorted by relevance
725 sql::Statement s_credit_cards(connection.GetUniqueStatement( in TEST_F() local727 ASSERT_TRUE(s_credit_cards); in TEST_F()728 while (s_credit_cards.Step()) { in TEST_F()729 EXPECT_GE(s_credit_cards.ColumnInt64(0), in TEST_F()731 EXPECT_LE(s_credit_cards.ColumnInt64(0), in TEST_F()734 EXPECT_TRUE(s_credit_cards.Succeeded()); in TEST_F()
1311 sql::Statement s_credit_cards(db_->GetUniqueStatement( in RemoveAutofillProfilesAndCreditCardsModifiedBetween() local1314 if (!s_credit_cards) { in RemoveAutofillProfilesAndCreditCardsModifiedBetween()1319 s_credit_cards.BindInt64(0, delete_begin_t); in RemoveAutofillProfilesAndCreditCardsModifiedBetween()1320 s_credit_cards.BindInt64(1, delete_end_t); in RemoveAutofillProfilesAndCreditCardsModifiedBetween()1321 s_credit_cards.Run(); in RemoveAutofillProfilesAndCreditCardsModifiedBetween()1323 if (!s_credit_cards.Succeeded()) { in RemoveAutofillProfilesAndCreditCardsModifiedBetween()