Searched refs:OnDataSent (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_stream_test_util.cc34 void ClosingDelegate::OnDataSent() {} function in class:net::test::ClosingDelegate
70 void StreamDelegateBase::OnDataSent() {} function in class:net::test::StreamDelegateBase
H A Dspdy_stream_test_util.h33 virtual void OnDataSent() OVERRIDE;
54 virtual void OnDataSent() OVERRIDE;
H A Dspdy_websocket_stream.h82 virtual void OnDataSent() OVERRIDE;
H A Dspdy_http_stream.h82 virtual void OnDataSent() OVERRIDE;
H A Dspdy_websocket_stream.cc102 void SpdyWebSocketStream::OnDataSent() { function in class:net::SpdyWebSocketStream
H A Dspdy_proxy_client_socket.h99 virtual void OnDataSent() OVERRIDE;
H A Dspdy_stream.h140 virtual void OnDataSent() = 0;
354 // OnDataSent() when the send is complete. |send_status| must be
H A Dspdy_http_stream.cc356 void SpdyHttpStream::OnDataSent() { function in class:net::SpdyHttpStream
H A Dspdy_proxy_client_socket.cc480 void SpdyProxyClientSocket::OnDataSent() { function in class:net::SpdyProxyClientSocket
H A Dspdy_session_pool_unittest.cc75 virtual void OnDataSent() OVERRIDE {}
H A Dspdy_stream.cc902 delegate_->OnDataSent();
H A Dspdy_session_unittest.cc3829 virtual void OnDataSent() OVERRIDE {
3830 test::StreamDelegateWithBody::OnDataSent();
/external/chromium/net/spdy/
H A Dspdy_http_stream.h80 virtual void OnDataSent(int length) OVERRIDE;
H A Dspdy_proxy_client_socket.h102 virtual void OnDataSent(int length);
H A Dspdy_stream.h76 virtual void OnDataSent(int length) = 0;
H A Dspdy_stream_unittest.cc74 virtual void OnDataSent(int length) { function in class:net::__anon3234::TestSpdyStreamDelegate
H A Dspdy_http_stream.cc371 void SpdyHttpStream::OnDataSent(int length) { function in class:net::SpdyHttpStream
H A Dspdy_proxy_client_socket.cc468 void SpdyProxyClientSocket::OnDataSent(int length) { function in class:net::SpdyProxyClientSocket
H A Dspdy_stream.cc581 delegate_->OnDataSent(result);
H A Dspdy_session_unittest.cc54 virtual void OnDataSent(int length) { function in class:net::TestSpdyStreamDelegate

Completed in 126 milliseconds