Home | History | Annotate | Download | only in quic

Lines Matching refs:SendAlarm

106 class SendAlarm : public QuicAlarm::Delegate {
108 explicit SendAlarm(QuicConnection* connection)
194 send_alarm_(helper->CreateAlarm(new SendAlarm(this))),
195 resume_writes_alarm_(helper->CreateAlarm(new SendAlarm(this))),