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

/external/chromium_org/components/autofill/core/browser/
H A Dvalidation.cc28 int cc_year; local
29 if (!base::StringToInt(year_cleaned, &cc_year))
36 return IsValidCreditCardExpirationDate(cc_year, cc_month, now);

Completed in 80 milliseconds