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

  /external/chromium/net/http/
http_stream_factory_impl_request.h 37 // Marks completion of the request. Must be called before OnStreamReady().
56 void OnStreamReady(Job* job,
http_stream_factory_impl_request.cc 78 void HttpStreamFactoryImpl::Request::OnStreamReady(
106 delegate_->OnStreamReady(used_ssl_config, used_proxy_info, stream);
258 delegate_->OnStreamReady(
http_stream_factory.h 56 virtual void OnStreamReady(
http_network_transaction.h 61 virtual void OnStreamReady(const SSLConfig& used_ssl_config,
http_stream_factory_impl.cc 191 request->OnStreamReady(NULL, used_ssl_config, used_proxy_info,
http_network_transaction.cc 374 void HttpNetworkTransaction::OnStreamReady(const SSLConfig& used_ssl_config,
    [all...]
http_stream_factory_impl_job.cc 196 request_->OnStreamReady(this, ssl_config_, proxy_info_, stream_.release());
    [all...]
  /external/chromium_org/net/http/
http_stream_factory_impl_request.cc 100 void HttpStreamFactoryImpl::Request::OnStreamReady(
110 delegate_->OnStreamReady(used_ssl_config, used_proxy_info, stream);
318 delegate_->OnStreamReady(
http_stream_factory.h 69 virtual void OnStreamReady(
188 // Will call delegate->OnStreamReady on successful completion.
http_stream_factory_impl_request.h 49 // Marks completion of the request. Must be called before OnStreamReady().
76 void OnStreamReady(Job* job,
http_network_transaction.h 73 virtual void OnStreamReady(const SSLConfig& used_ssl_config,
http_stream_factory_impl.cc 304 request->OnStreamReady(
340 request->OnStreamReady(NULL,
http_network_transaction.cc 426 void HttpNetworkTransaction::OnStreamReady(const SSLConfig& used_ssl_config,
    [all...]
http_stream_factory_impl_job.cc 306 request_->OnStreamReady(this, server_ssl_config_, proxy_info_,
    [all...]
http_stream_factory_impl_unittest.cc 119 virtual void OnStreamReady(
    [all...]
  /external/chromium_org/net/quic/
quic_http_stream.h 77 void OnStreamReady(int rv);
quic_http_stream.cc 57 session_, &stream_, base::Bind(&QuicHttpStream::OnStreamReady,
68 void QuicHttpStream::OnStreamReady(int rv) {

Completed in 360 milliseconds