Home | History | Annotate | Download | only in http

Lines Matching refs:apparent_age

964 //   apparent_age
965 // corrected_received_age = max(apparent_age, age_value);
985 TimeDelta apparent_age = std::max(TimeDelta(), response_time - date_value);
986 TimeDelta corrected_received_age = std::max(apparent_age, age_value);