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

/external/chromium_org/components/autofill/core/browser/
H A Dvalidation.cc40 int cc_month; local
41 if (!base::StringToInt(month_cleaned, &cc_month))
44 return IsValidCreditCardExpirationDate(cc_year, cc_month, now);

Completed in 77 milliseconds