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

  /external/chromium/net/tools/flip_server/
sm_interface.h 51 virtual void SendEOF(uint32 stream_id) = 0;
http_interface.cc 71 sm_spdy_interface_->SendEOF(stream_id_);
179 sm_spdy_interface_->SendEOF(stream_id_);
214 void HttpSM::SendEOF(uint32 stream_id) {
342 SendEOF(mci->stream_id);
http_interface.h 99 virtual void SendEOF(uint32 stream_id);
spdy_interface.h 94 virtual void SendEOF(uint32 stream_id);
streamer_interface.h 57 virtual void SendEOF(uint32 stream_id) {}
spdy_interface.cc 382 void SpdySM::SendEOF(uint32 stream_id) {
582 SendEOF(mci->stream_id);

Completed in 26 milliseconds