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

  /external/chromium_org/net/tools/flip_server/
streamer_interface.h 80 size_t SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) {
http_interface.cc 211 return SendSynReplyImpl(stream_id, headers);
238 SendSynReplyImpl(stream_id, my_headers);
244 size_t HttpSM::SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) {
spdy_interface.cc 382 return SendSynReplyImpl(stream_id, headers);
404 SendSynReplyImpl(stream_id, my_headers);
482 size_t SpdySM::SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) {
  /external/chromium/net/tools/flip_server/
streamer_interface.h 74 size_t SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) {
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) {
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) {

Completed in 35 milliseconds