Home | History | Annotate | Download | only in autofill

Lines Matching refs:CreditCard

482   const std::vector<CreditCard*>& credit_cards = personal_data_->credit_cards();
519 const CreditCard* credit_card = NULL;
521 for (std::vector<CreditCard*>::const_iterator iter = credit_cards.begin();
697 const CreditCard* imported_credit_card;
704 scoped_ptr<const CreditCard> scoped_credit_card(imported_credit_card);
761 const std::vector<CreditCard*>& credit_cards,
925 for (std::vector<CreditCard*>::const_iterator iter =
928 CreditCard* credit_card = *iter;
955 void AutofillManager::FillCreditCardFormField(const CreditCard* credit_card,
976 value = CreditCard::StripSeparators(value);