Home
last modified time | relevance | path

Searched refs:OnDataSent (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/net/spdy/
Dspdy_stream_test_util.h33 virtual void OnDataSent() OVERRIDE;
54 virtual void OnDataSent() OVERRIDE;
Dspdy_stream_test_util.cc34 void ClosingDelegate::OnDataSent() {} in OnDataSent() function in net::test::ClosingDelegate
70 void StreamDelegateBase::OnDataSent() {} in OnDataSent() function in net::test::StreamDelegateBase
Dspdy_stream.h142 virtual void OnDataSent() = 0;
329 int OnDataSent(size_t frame_size);
Dspdy_websocket_stream.h82 virtual void OnDataSent() OVERRIDE;
Dspdy_websocket_stream.cc102 void SpdyWebSocketStream::OnDataSent() { in OnDataSent() function in net::SpdyWebSocketStream
Dspdy_http_stream.h83 virtual void OnDataSent() OVERRIDE;
Dspdy_proxy_client_socket.h99 virtual void OnDataSent() OVERRIDE;
Dspdy_stream.cc542 OnRequestHeadersSent() : OnDataSent(frame_size); in OnFrameWriteComplete()
565 delegate_->OnDataSent(); in OnFrameWriteComplete()
585 int SpdyStream::OnDataSent(size_t frame_size) { in OnDataSent() function in net::SpdyStream
Dspdy_http_stream.cc360 void SpdyHttpStream::OnDataSent() { in OnDataSent() function in net::SpdyHttpStream
Dspdy_proxy_client_socket.cc488 void SpdyProxyClientSocket::OnDataSent() { in OnDataSent() function in net::SpdyProxyClientSocket
Dspdy_session_pool_unittest.cc76 virtual void OnDataSent() OVERRIDE {} in OnDataSent() function in net::__anone66b76560111::SessionOpeningDelegate
Dspdy_session_unittest.cc4252 virtual void OnDataSent() OVERRIDE { in OnDataSent() function in net::StreamClosingDelegate
4253 test::StreamDelegateWithBody::OnDataSent(); in OnDataSent()
/external/chromium_org/device/serial/
Ddata_sink_unittest.cc140 base::Bind(&DataSinkTest::OnDataSent, base::Unretained(this)), in Send()
144 void OnDataSent(uint32_t bytes_sent) { in OnDataSent() function in device::DataSinkTest
Dserial_connection_unittest.cc113 base::Bind(&SerialConnectionTest::OnDataSent, base::Unretained(this)), in Send()
147 void OnDataSent(uint32_t bytes_sent) { in OnDataSent() function in device::SerialConnectionTest