Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/api/web_request/
Dweb_request_api_helpers.cc83 int64* seconds_till_expiry) { in ParseCookieLifetime() argument
88 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() local
930 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()