Home | History | Annotate | Download | only in http

Lines Matching refs:apparent_age

1063 //   apparent_age = max(0, response_time - date_value);
1064 // corrected_received_age = max(apparent_age, age_value);
1084 TimeDelta apparent_age = std::max(TimeDelta(), response_time - date_value);
1085 TimeDelta corrected_received_age = std::max(apparent_age, age_value);