Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpclient.cc127 time_t current_age = corrected_initial_age + resident_time; in HttpGetCacheState() local
144 return (lifetime > current_age) ? HCS_FRESH : HCS_STALE; in HttpGetCacheState()
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
D__init__.py295 current_age = max(0, now - date)
319 current_age += min_fresh
320 if freshness_lifetime > current_age:
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
D__init__.py366 current_age = max(0, now - date)
390 current_age += min_fresh
391 if freshness_lifetime > current_age: