Home | History | Annotate | Download | only in autofill

Lines Matching full:imported_credit_card

697   const CreditCard* imported_credit_card;
698 if (!personal_data_->ImportFormData(submitted_forms, &imported_credit_card))
704 scoped_ptr<const CreditCard> scoped_credit_card(imported_credit_card);
705 if (imported_credit_card && tab_contents()) {