HomeSort by relevance Sort by last modified time
    Searched defs:DoSendBody (Results 1 - 2 of 2) 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/net/http/
http_stream_parser.cc 192 result = DoSendBody(result);
286 int HttpStreamParser::DoSendBody(int result) {

Completed in 108 milliseconds