HomeSort by relevance Sort by last modified time
    Searched refs:OnStreamReady (Results 1 - 7 of 7) 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...]

Completed in 50 milliseconds