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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dnew_credit_card_bubble_controller.cc102 card_desc_.name = new_card_->TypeAndLastFourDigits();
H A Ddata_model_wrapper.cc217 *vertically_compact = *horizontally_compact = card_->TypeAndLastFourDigits();
H A Dautofill_dialog_controller_impl.cc1690 return current_instrument->TypeAndLastFourDigits();
1696 return card.TypeAndLastFourDigits();
2348 backing_card_last_four_ = ActiveInstrument()->TypeAndLastFourDigits();
2354 backing_card_last_four_ = card.TypeAndLastFourDigits();
4149 full_wallet_->TypeAndLastFourDigits(),
H A Dautofill_dialog_controller_browsertest.cc1113 wallet_items->instruments()[0]->TypeAndLastFourDigits();
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dfull_wallet.h63 base::string16 TypeAndLastFourDigits();
H A Dfull_wallet.cc228 base::string16 FullWallet::TypeAndLastFourDigits() { function in class:autofill::wallet::FullWallet
231 return card.TypeAndLastFourDigits();
H A Dwallet_items.h104 base::string16 TypeAndLastFourDigits() const;
H A Dwallet_items.cc295 base::string16 WalletItems::MaskedInstrument::TypeAndLastFourDigits() const { function in class:autofill::wallet::WalletItems::MaskedInstrument
/external/chromium_org/components/autofill/core/browser/
H A Dcredit_card.h75 base::string16 TypeAndLastFourDigits() const;
H A Dcredit_card.cc481 base::string16 CreditCard::TypeAndLastFourDigits() const { function in class:autofill::CreditCard

Completed in 178 milliseconds