Searched refs:credit_card_ (Results 1 – 4 of 4) sorted by relevance
82 const CreditCard* credit_card() const { return credit_card_; } in credit_card()87 const CreditCard* credit_card_;
38 : GenericAutofillChange<std::string>(type, key), credit_card_(credit_card) { in AutofillCreditCardChange()
23 credit_card_(credit_card), in AutofillCCInfoBarDelegate()79 personal_data_->SaveImportedCreditCard(*credit_card_); in Accept()
52 scoped_ptr<const CreditCard> credit_card_; variable