Searched refs:resident_time (Results 1 – 2 of 2) sorted by relevance
141 unsigned long resident_time = now - response_time; in HttpGetCacheState() local142 unsigned long current_age = corrected_initial_age + resident_time; in HttpGetCacheState()
989 TimeDelta resident_time = current_time - response_time; in GetCurrentAge() local990 TimeDelta current_age = corrected_initial_age + resident_time; in GetCurrentAge()