Searched refs:seconds_to_expiry (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api_helpers.cc884 int64 seconds_to_expiry; local
885 bool lifetime_parsed = ParseCookieLifetime(cookie, &seconds_to_expiry);
886 if (filter->age_upper_bound && seconds_to_expiry > *filter->age_upper_bound)
888 if (filter->age_lower_bound && seconds_to_expiry < *filter->age_lower_bound)

Completed in 103 milliseconds