Searched refs:found_year (Results 1 – 1 of 1) sorted by relevance
444 bool found_year = false; in ParseCookieTime() local494 } else if (!found_year && token.length() <= 5) { in ParseCookieTime()496 found_year = true; in ParseCookieTime()506 if (!found_day_of_month || !found_month || !found_time || !found_year) { in ParseCookieTime()