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

  /external/chromium_org/net/url_request/
url_request_context.h 95 return server_bound_cert_service_;
100 server_bound_cert_service_ = server_bound_cert_service;
225 ServerBoundCertService* server_bound_cert_service_; member in class:net::URLRequestContext
url_request_context.cc 23 server_bound_cert_service_(NULL),
47 set_server_bound_cert_service(other->server_bound_cert_service_);
url_request_context_storage.h 82 scoped_ptr<ServerBoundCertService> server_bound_cert_service_; member in class:net::URLRequestContextStorage
url_request_context_storage.cc 53 server_bound_cert_service_.reset(server_bound_cert_service);
  /external/chromium_org/net/socket/
client_socket_pool_manager_impl.cc 52 server_bound_cert_service_(server_bound_cert_service),
290 server_bound_cert_service_,
331 server_bound_cert_service_,
client_socket_pool_manager_impl.h 111 ServerBoundCertService* const server_bound_cert_service_; member in class:net::ClientSocketPoolManagerImpl
ssl_client_socket_nss.h 181 ServerBoundCertService* server_bound_cert_service_; member in class:net::SSLClientSocketNSS
ssl_client_socket_openssl.h 209 ServerBoundCertService* server_bound_cert_service_; member in class:net::SSLClientSocketOpenSSL
236 // Written by the |server_bound_cert_service_|.
239 // The return value of the last call to |server_bound_cert_service_|.
243 // The request handle for |server_bound_cert_service_|.
ssl_client_socket_openssl.cc 351 server_bound_cert_service_(context.server_bound_cert_service),
385 return server_bound_cert_service_;
564 RecordChannelIDSupport(server_bound_cert_service_,
759 if (IsChannelIDEnabled(ssl_config_, server_bound_cert_service_)) {
839 // Retrieve the error from the call to |server_bound_cert_service_|.
    [all...]
ssl_client_socket_nss.cc 835 ServerBoundCertService* server_bound_cert_service_; member in class:net::SSLClientSocketNSS::Core
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 301 server_bound_cert_service_ = profile->GetRequestContext()->
312 return server_bound_cert_service_->cert_count();
342 return server_bound_cert_service_->GetCertStore();
361 net::ServerBoundCertService* server_bound_cert_service_; member in class:RemoveServerBoundCertTester
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 340 // server_bound_cert_service_ member and transfers ownership to the base
548 mutable scoped_ptr<net::ServerBoundCertService> server_bound_cert_service_; member in class:ProfileIOData
profile_io_data.cc     [all...]

Completed in 278 milliseconds