Searched defs:DoSendBody (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/http/
H A Dhttp_stream_parser.cc192 result = DoSendBody(result);
286 int HttpStreamParser::DoSendBody(int result) { function in class:net::HttpStreamParser
/external/chromium/net/spdy/
H A Dspdy_stream.cc468 result = DoSendBody();
548 // DoSendBody is called to send the optional body for the request. This call
550 int SpdyStream::DoSendBody() { function in class:net::SpdyStream

Completed in 70 milliseconds