TypeForDisplay   1690 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     credit_card_type = CreditCard::TypeForDisplay(type);
TypeForDisplay    412 chrome/browser/ui/webui/options/autofill_options_handler.cc     entry->Append(new base::StringValue(card->TypeForDisplay()));
TypeForDisplay    201 components/autofill/content/browser/wallet/full_wallet.cc       return CreditCard::TypeForDisplay(internal_type);
TypeForDisplay     89 components/autofill/content/browser/wallet/wallet_items.cc       return CreditCard::TypeForDisplay(kAmericanExpressCard);
TypeForDisplay     91 components/autofill/content/browser/wallet/wallet_items.cc       return CreditCard::TypeForDisplay(kDiscoverCard);
TypeForDisplay     93 components/autofill/content/browser/wallet/wallet_items.cc       return CreditCard::TypeForDisplay(kMasterCard);
TypeForDisplay     95 components/autofill/content/browser/wallet/wallet_items.cc       return CreditCard::TypeForDisplay(kVisaCard);
TypeForDisplay     97 components/autofill/content/browser/wallet/wallet_items.cc       return CreditCard::TypeForDisplay(kGenericCard);
TypeForDisplay    311 components/autofill/core/browser/credit_card.cc       return TypeForDisplay();
TypeForDisplay    479 components/autofill/core/browser/credit_card.cc   return CreditCard::TypeForDisplay(type_);
TypeForDisplay    483 components/autofill/core/browser/credit_card.cc   base::string16 type = TypeForDisplay();
TypeForDisplay     34 components/autofill/core/browser/credit_card.h   static base::string16 TypeForDisplay(const std::string& type);
TypeForDisplay     73 components/autofill/core/browser/credit_card.h   base::string16 TypeForDisplay() const;