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

/external/chromium_org/components/autofill/core/browser/
H A Dvalidation.cc73 if (type == kUnionPay && (number.size() < 16 || number.size() > 19))
82 if (type == kUnionPay)
H A Dcredit_card.h163 extern const char* const kUnionPay;
H A Dcredit_card.cc153 if (type == kUnionPay)
176 if (type == kUnionPay)
239 return kUnionPay;
691 const char* const kUnionPay = "unionPayCC"; member in namespace:autofill
H A Dcredit_card_unittest.cc414 { "6200000000000000", kUnionPay, true },
460 { "62", kUnionPay, false },

Completed in 84 milliseconds