Home
last modified time | relevance | path

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

/external/chromium_org/net/cookies/
Dcookie_util.cc111 bool found_day_of_month = false; in ParseCookieTime() local
161 if (!found_day_of_month && token.length() <= 2) { in ParseCookieTime()
163 found_day_of_month = true; in ParseCookieTime()
176 if (!found_day_of_month || !found_month || !found_time || !found_year) { in ParseCookieTime()