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

/external/chromium/net/spdy/
H A Dspdy_http_stream.h73 virtual bool OnSendHeadersComplete(int status) OVERRIDE;
H A Dspdy_proxy_client_socket.h95 virtual bool OnSendHeadersComplete(int status);
H A Dspdy_stream.h50 virtual bool OnSendHeadersComplete(int status) = 0;
H A Dspdy_stream_unittest.cc46 virtual bool OnSendHeadersComplete(int status) { function in class:net::__anon3237::TestSpdyStreamDelegate
H A Dspdy_http_stream.cc269 bool SpdyHttpStream::OnSendHeadersComplete(int status) { function in class:net::SpdyHttpStream
H A Dspdy_proxy_client_socket.cc406 bool SpdyProxyClientSocket::OnSendHeadersComplete(int status) { function in class:net::SpdyProxyClientSocket
H A Dspdy_stream.cc539 if (delegate_->OnSendHeadersComplete(result)) {
H A Dspdy_session_unittest.cc35 virtual bool OnSendHeadersComplete(int status) { return true; } function in class:net::TestSpdyStreamDelegate

Completed in 56 milliseconds