Home
last modified time | relevance | path

Searched refs:SendEOFImpl (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/tools/flip_server/
Dhttp_interface.cc196 SendEOFImpl(stream_id); in SendEOF()
222 void HttpSM::SendEOFImpl(uint32 stream_id) { in SendEOFImpl() function in net::HttpSM
240 SendEOFImpl(stream_id); in SendErrorNotFoundImpl()
Dstreamer_interface.h77 void SendEOFImpl(uint32 stream_id) {} in SendEOFImpl() function
Dhttp_interface.h113 void SendEOFImpl(uint32 stream_id);
Dspdy_interface.h182 void SendEOFImpl(uint32 stream_id);
Dspdy_interface.cc376 void SpdySM::SendEOF(uint32 stream_id) { SendEOFImpl(stream_id); } in SendEOF()
399 void SpdySM::SendEOFImpl(uint32 stream_id) { in SendEOFImpl() function in net::SpdySM