Home | History | Annotate | Download | only in spdy

Lines Matching refs:last_check_time

1592 void SpdySession::CheckPingStatus(base::TimeTicks last_check_time) {
1607 if (delay.InMilliseconds() < 0 || received_data_time_ < last_check_time) {