Searched refs:OnSendBodyComplete (Results 1 – 7 of 7) sorted by relevance
97 virtual int OnSendBodyComplete(int status, bool* eof);
75 virtual int OnSendBodyComplete(int status, bool* eof) OVERRIDE;
60 virtual int OnSendBodyComplete(int status, bool* eof) = 0;
54 virtual int OnSendBodyComplete(int /*status*/, bool* /*eof*/) { in OnSendBodyComplete() function in net::__anon4c0d49ca0111::TestSpdyStreamDelegate
293 int SpdyHttpStream::OnSendBodyComplete(int status, bool* eof) { in OnSendBodyComplete() function in net::SpdyHttpStream
423 int SpdyProxyClientSocket::OnSendBodyComplete(int /*status*/, bool* /*eof*/) { in OnSendBodyComplete() function in net::SpdyProxyClientSocket
570 result = delegate_->OnSendBodyComplete(result, &eof); in DoSendBodyComplete()