Home
last modified time | relevance | path

Searched refs:LastFourDigits (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dcredit_card.h42 string16 LastFourDigits() const;
Dcredit_card.cc328 result.append(LastFourDigits()); in ObfuscatedNumber()
333 string16 CreditCard::LastFourDigits() const { in LastFourDigits() function in CreditCard
Dautofill_manager.cc943 label.append(credit_card->LastFourDigits());