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

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dinstrument_unittest.cc25 TEST(Instrument, LastFourDigits) {
/external/chromium_org/components/autofill/core/browser/
H A Dcredit_card.h71 base::string16 LastFourDigits() const;
H A Dcredit_card.cc464 return result.append(LastFourDigits());
467 base::string16 CreditCard::LastFourDigits() const { function in class:autofill::CreditCard
486 base::string16 digits = LastFourDigits();
H A Dpersonal_data_manager.cc688 label.append(credit_card->LastFourDigits());

Completed in 709 milliseconds