Home | History | Annotate | Download | only in spdy

Lines Matching defs:delay

1605   base::TimeDelta delay = kHungInterval - (now - received_data_time_);
1607 if (delay.InMilliseconds() < 0 || received_data_time_ < last_check_time) {
1613 // Check the status of connection after a delay.
1617 delay.InMilliseconds());