Home
last modified time | relevance | path

Searched refs:found_year (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/base/
Dcookie_monster.cc444 bool found_year = false; in ParseCookieTime() local
494 } 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()