HomeSort by relevance Sort by last modified time
    Searched refs:SendAlarm (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/tools/quic/
quic_epoll_connection_helper.h 30 class SendAlarm;
  /external/chromium_org/net/quic/
quic_connection.cc 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))),
    [all...]

Completed in 25 milliseconds