Home | History | Annotate | Download | only in browser

Lines Matching refs:imported_card

1010     const CreditCard& imported_card) {
1011 DCHECK(!imported_card.number().empty());
1015 // Set to true if |imported_card| is merged into the credit card list.
1018 std::string guid = imported_card.guid();
1024 // If |imported_card| has not yet been merged, check whether it should be
1026 if (!merged && card->UpdateFromImportedCard(imported_card, app_locale_)) {
1035 credit_cards.push_back(imported_card);