Searched refs:SendSynReply (Results 1 - 7 of 7) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Dsm_interface.h55 virtual size_t SendSynReply(uint32 stream_id,
H A Dhttp_interface.cc63 sm_spdy_interface_->SendSynReply(stream_id_, headers);
229 size_t HttpSM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) { function in class:net::HttpSM
334 mci->bytes_sent = SendSynReply(mci->stream_id,
H A Dhttp_interface.h102 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers);
H A Dspdy_interface.h98 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers);
H A Dstreamer_interface.cc149 size_t StreamerSM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) { function in class:net::StreamerSM
H A Dstreamer_interface.h61 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers);
H A Dspdy_interface.cc398 size_t SpdySM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) { function in class:net::SpdySM
575 mci->bytes_sent = SendSynReply(mci->stream_id, headers);

Completed in 66 milliseconds