Searched defs:SendSynReplyImpl (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/tools/flip_server/
H A Dstreamer_interface.h77 size_t SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) { function in class:net::StreamerSM
H A Dhttp_interface.cc230 return SendSynReplyImpl(stream_id, headers);
254 SendSynReplyImpl(stream_id, my_headers);
265 SendSynReplyImpl(stream_id, my_headers);
271 size_t HttpSM::SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) { function in class:net::HttpSM
H A Dspdy_interface.cc360 return SendSynReplyImpl(stream_id, headers);
379 SendSynReplyImpl(stream_id, my_headers);
387 SendSynReplyImpl(stream_id, my_headers);
451 size_t SpdySM::SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) { function in class:net::SpdySM
/external/chromium/net/tools/flip_server/
H A Dhttp_interface.cc230 return SendSynReplyImpl(stream_id, headers);
254 SendSynReplyImpl(stream_id, my_headers);
265 SendSynReplyImpl(stream_id, my_headers);
271 size_t HttpSM::SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) { function in class:net::HttpSM
H A Dstreamer_interface.h74 size_t SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) { function in class:net::StreamerSM
H A Dspdy_interface.cc399 return SendSynReplyImpl(stream_id, headers);
418 SendSynReplyImpl(stream_id, my_headers);
426 SendSynReplyImpl(stream_id, my_headers);
488 size_t SpdySM::SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) { function in class:net::SpdySM

Completed in 3257 milliseconds