HomeSort by relevance Sort by last modified time
    Searched refs:kUnionPay (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/autofill/core/browser/
validation.cc 73 if (type == kUnionPay && (number.size() < 16 || number.size() > 19))
82 if (type == kUnionPay)
credit_card.h 163 extern const char* const kUnionPay;
credit_card.cc 153 if (type == kUnionPay)
176 if (type == kUnionPay)
239 return kUnionPay;
691 const char* const kUnionPay = "unionPayCC";
credit_card_unittest.cc 414 { "6200000000000000", kUnionPay, true },
460 { "62", kUnionPay, false },

Completed in 51 milliseconds