Home | History | Annotate | Download | only in autofill

Lines Matching refs:cards

127 // This string is stored along with saved addresses and credit cards in the
856 // Wallet generates MC virtual cards, so we have to disable it if MC is not
3067 const std::vector<CreditCard*>& cards = manager->GetCreditCards();
3069 for (size_t i = 0; i < cards.size(); ++i) {
3070 if (!i18ninput::CardHasCompleteAndVerifiedData(*cards[i]))
3074 cards[i]->guid(),
3075 cards[i]->Label(),
3076 rb.GetImageNamed(CreditCard::IconResourceId(cards[i]->type())));
3078 cards[i]->guid(),
3079 !ShouldDisallowCcType(cards[i]->TypeForDisplay()));
4090 // Consider a user to be an Autofill user if the user has any credit cards