Searched refs:credit_card_type (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc488 gfx::Image CreditCardIconForType(const std::string& credit_card_type) { argument
489 const int input_card_idr = CreditCard::IconResourceId(credit_card_type);
503 gfx::Image CvcIconForCreditCardType(const base::string16& credit_card_type) { argument
505 if (credit_card_type == l10n_util::GetStringUTF16(IDS_AUTOFILL_CC_AMEX))
1829 base::string16 credit_card_type; local
1836 credit_card_type = CreditCard::TypeForDisplay(type);
1844 CvcIconForCreditCardType(credit_card_type);

Completed in 59 milliseconds