Searched defs:str_int (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_field.cc141 int str_int; local
142 if (!StringToInt(year, &year_int) || !StringToInt(str, &str_int))
145 return (year_int % 100) == (str_int % 100);

Completed in 107 milliseconds