Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dcredit_card.cc65 int first_three_digits = first_four_digits / 10; in GetCreditCardType() local
66 int first_two_digits = first_three_digits / 10; in GetCreditCardType()
76 if (first_three_digits >= 300 && first_three_digits <=305) in GetCreditCardType()