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

  /external/chromium/net/tools/flip_server/
http_interface.cc 230 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) {
http_interface.h 110 size_t SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers);
spdy_interface.cc 399 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) {
spdy_interface.h 115 size_t SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers);
streamer_interface.h 74 size_t SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) {

Completed in 141 milliseconds