Searched refs:SendSynReply (Results 1 – 7 of 7) sorted by relevance
/external/chromium/net/tools/flip_server/ |
D | http_interface.cc | 63 sm_spdy_interface_->SendSynReply(stream_id_, headers); in ProcessHeaders() 229 size_t HttpSM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) { in SendSynReply() function in net::HttpSM 334 mci->bytes_sent = SendSynReply(mci->stream_id, in GetOutput()
|
D | sm_interface.h | 55 virtual size_t SendSynReply(uint32 stream_id,
|
D | streamer_interface.h | 61 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers);
|
D | http_interface.h | 102 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers);
|
D | streamer_interface.cc | 149 size_t StreamerSM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) { in SendSynReply() function in net::StreamerSM
|
D | spdy_interface.h | 98 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers);
|
D | spdy_interface.cc | 398 size_t SpdySM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) { in SendSynReply() function in net::SpdySM 575 mci->bytes_sent = SendSynReply(mci->stream_id, headers); in GetOutput()
|