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

  /external/chromium_org/net/tools/flip_server/
http_interface.cc 196 SendEOFImpl(stream_id);
222 void HttpSM::SendEOFImpl(uint32 stream_id) {
240 SendEOFImpl(stream_id);
http_interface.h 113 void SendEOFImpl(uint32 stream_id);
streamer_interface.h 77 void SendEOFImpl(uint32 stream_id) {}
spdy_interface.h 182 void SendEOFImpl(uint32 stream_id);
spdy_interface.cc 376 void SpdySM::SendEOF(uint32 stream_id) { SendEOFImpl(stream_id); }
399 void SpdySM::SendEOFImpl(uint32 stream_id) {

Completed in 64 milliseconds