HomeSort by relevance Sort by last modified time
    Searched refs:OnSendBodyComplete (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/spdy/
spdy_http_stream.h 75 virtual int OnSendBodyComplete(int status, bool* eof) OVERRIDE;
spdy_proxy_client_socket.h 97 virtual int OnSendBodyComplete(int status, bool* eof);
spdy_stream.h 60 virtual int OnSendBodyComplete(int status, bool* eof) = 0;
spdy_stream_unittest.cc 54 virtual int OnSendBodyComplete(int /*status*/, bool* /*eof*/) {
55 ADD_FAILURE() << "OnSendBodyComplete should not be called";
spdy_http_stream.cc 293 int SpdyHttpStream::OnSendBodyComplete(int status, bool* eof) {
spdy_proxy_client_socket.cc 423 int SpdyProxyClientSocket::OnSendBodyComplete(int /*status*/, bool* /*eof*/) {
425 // OnSendBodyComplete() should never be called.
spdy_stream.cc 570 result = delegate_->OnSendBodyComplete(result, &eof);
spdy_session_unittest.cc 41 virtual int OnSendBodyComplete(int /*status*/, bool* /*eof*/) {

Completed in 88 milliseconds