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

  /external/chromium/net/spdy/
spdy_stream.cc 468 result = DoSendBody();
548 // DoSendBody is called to send the optional body for the request. This call
550 int SpdyStream::DoSendBody() {
  /external/chromium_org/net/quic/
quic_http_stream.cc 364 rv = DoSendBody();
413 // DoSendBody().
426 int QuicHttpStream::DoSendBody() {
  /external/chromium/net/http/
http_stream_parser.cc 192 result = DoSendBody(result);
286 int HttpStreamParser::DoSendBody(int result) {
  /external/chromium_org/net/http/
http_stream_parser.cc 374 result = DoSendBody(result);
447 int HttpStreamParser::DoSendBody(int result) {
449 // DoSendBody(), or 0 (i.e. OK).
474 // DoSendBody().
    [all...]

Completed in 516 milliseconds