Searched refs:OnSendBodyComplete (Results 1 - 8 of 8) sorted by relevance

/external/chromium/net/spdy/
H A Dspdy_http_stream.h75 virtual int OnSendBodyComplete(int status, bool* eof) OVERRIDE;
H A Dspdy_proxy_client_socket.h97 virtual int OnSendBodyComplete(int status, bool* eof);
H A Dspdy_stream.h60 virtual int OnSendBodyComplete(int status, bool* eof) = 0;
H A Dspdy_stream_unittest.cc54 virtual int OnSendBodyComplete(int /*status*/, bool* /*eof*/) { function in class:net::__anon3237::TestSpdyStreamDelegate
55 ADD_FAILURE() << "OnSendBodyComplete should not be called";
H A Dspdy_http_stream.cc293 int SpdyHttpStream::OnSendBodyComplete(int status, bool* eof) { function in class:net::SpdyHttpStream
H A Dspdy_proxy_client_socket.cc423 int SpdyProxyClientSocket::OnSendBodyComplete(int /*status*/, bool* /*eof*/) { function in class:net::SpdyProxyClientSocket
425 // OnSendBodyComplete() should never be called.
H A Dspdy_stream.cc570 result = delegate_->OnSendBodyComplete(result, &eof);
H A Dspdy_session_unittest.cc41 virtual int OnSendBodyComplete(int /*status*/, bool* /*eof*/) { function in class:net::TestSpdyStreamDelegate

Completed in 278 milliseconds