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

  /external/chromium/net/http/
http_stream_factory_impl_request.h 70 void OnNeedsClientAuth(Job* job,
http_stream_factory.h 103 virtual void OnNeedsClientAuth(const SSLConfig& used_ssl_config,
http_stream_factory_impl_request.cc 161 void HttpStreamFactoryImpl::Request::OnNeedsClientAuth(
169 delegate_->OnNeedsClientAuth(used_ssl_config, cert_info);
http_network_transaction.h 74 virtual void OnNeedsClientAuth(const SSLConfig& used_ssl_config,
http_network_transaction.cc 443 void HttpNetworkTransaction::OnNeedsClientAuth(
    [all...]
http_stream_factory_impl_job.cc 256 request_->OnNeedsClientAuth(this, ssl_config_, cert_info);
    [all...]
  /external/chromium_org/net/http/
http_stream_factory.h 128 virtual void OnNeedsClientAuth(const SSLConfig& used_ssl_config,
http_stream_factory_impl_request.h 94 void OnNeedsClientAuth(Job* job,
http_network_transaction.h 90 virtual void OnNeedsClientAuth(const SSLConfig& used_ssl_config,
http_stream_factory_impl_request.cc 187 void HttpStreamFactoryImpl::Request::OnNeedsClientAuth(
195 delegate_->OnNeedsClientAuth(used_ssl_config, cert_info);
http_network_transaction.cc 504 void HttpNetworkTransaction::OnNeedsClientAuth(
    [all...]
http_stream_factory_impl_job.cc 386 request_->OnNeedsClientAuth(this, server_ssl_config_, cert_info);
    [all...]
http_stream_factory_impl_unittest.cc 157 virtual void OnNeedsClientAuth(const SSLConfig& used_ssl_config,
    [all...]

Completed in 7235 milliseconds