Searched refs:seconds_till_expiry (Results 1 – 1 of 1) sorted by relevance
83 int64* seconds_till_expiry) { in ParseCookieLifetime() argument88 base::StringToInt64(cookie->MaxAge(), seconds_till_expiry)) { in ParseCookieLifetime()97 *seconds_till_expiry = in ParseCookieLifetime()99 return *seconds_till_expiry >= 0; in ParseCookieLifetime()925 int64 seconds_till_expiry; in DoesResponseCookieMatchFilter() local930 lifetime_parsed = ParseCookieLifetime(cookie, &seconds_till_expiry); in DoesResponseCookieMatchFilter()933 if (seconds_till_expiry > *filter->age_upper_bound) in DoesResponseCookieMatchFilter()937 if (seconds_till_expiry < *filter->age_lower_bound) in DoesResponseCookieMatchFilter()