/external/chromium_org/net/socket/ |
D | ssl_client_socket.cc | 161 ServerBoundCertService* server_bound_cert_service, in RecordChannelIDSupport() argument 178 if (!server_bound_cert_service) in RecordChannelIDSupport() 182 else if (!server_bound_cert_service->IsSystemTimeValid()) in RecordChannelIDSupport() 194 ServerBoundCertService* server_bound_cert_service) { in IsChannelIDEnabled() argument 197 if (!server_bound_cert_service) { in IsChannelIDEnabled() 205 if (!server_bound_cert_service->IsSystemTimeValid()) { in IsChannelIDEnabled()
|
D | ssl_client_socket.h | 32 server_bound_cert_service(NULL), in SSLClientSocketContext() 42 server_bound_cert_service(server_bound_cert_service_arg), in SSLClientSocketContext() 48 ServerBoundCertService* server_bound_cert_service; member 147 ServerBoundCertService* server_bound_cert_service, 155 ServerBoundCertService* server_bound_cert_service);
|
D | client_socket_pool_manager_impl.cc | 41 ServerBoundCertService* server_bound_cert_service, in ClientSocketPoolManagerImpl() argument 52 server_bound_cert_service_(server_bound_cert_service), in ClientSocketPoolManagerImpl() 72 server_bound_cert_service, in ClientSocketPoolManagerImpl()
|
D | ssl_client_socket_openssl_unittest.cc | 146 context_.server_bound_cert_service = cert_service_.get(); in EnabledChannelID() 153 context_.server_bound_cert_service = cert_service_.get(); in EnabledFailingChannelID()
|
D | ssl_client_socket_pool.cc | 124 context.server_bound_cert_service, in SSLConnectJob() 510 ServerBoundCertService* server_bound_cert_service, in SSLClientSocketPool() argument 533 server_bound_cert_service, in SSLClientSocketPool()
|
D | client_socket_pool_manager_impl.h | 64 ServerBoundCertService* server_bound_cert_service,
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
D | message_property_provider.cc | 61 net::ServerBoundCertService* server_bound_cert_service = in GetDomainBoundCertOnIOThread() local 63 server_bound_cert_service(); in GetDomainBoundCertOnIOThread() 70 int status = server_bound_cert_service->GetDomainBoundCert( in GetDomainBoundCertOnIOThread()
|
/external/chromium_org/net/url_request/ |
D | url_request_context_storage.cc | 51 ServerBoundCertService* server_bound_cert_service) { in set_server_bound_cert_service() argument 52 context_->set_server_bound_cert_service(server_bound_cert_service); in set_server_bound_cert_service() 53 server_bound_cert_service_.reset(server_bound_cert_service); in set_server_bound_cert_service()
|
D | url_request_context.h | 89 ServerBoundCertService* server_bound_cert_service() const { in NON_EXPORTED_BASE() 94 ServerBoundCertService* server_bound_cert_service) { in NON_EXPORTED_BASE() 95 server_bound_cert_service_ = server_bound_cert_service; in NON_EXPORTED_BASE()
|
D | url_request_context_builder.cc | 286 network_session_params.server_bound_cert_service = in Build() 287 context->server_bound_cert_service(); in Build()
|
D | url_request_context_storage.h | 51 ServerBoundCertService* server_bound_cert_service);
|
/external/chromium_org/mojo/shell/ |
D | url_request_context_getter.cc | 89 network_session_params.server_bound_cert_service = in GetURLRequestContext() 90 url_request_context_->server_bound_cert_service(); in GetURLRequestContext()
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_impl_io_data.cc | 426 net::ServerBoundCertService* server_bound_cert_service = NULL; in InitializeInternal() local 432 server_bound_cert_service = new net::ServerBoundCertService( in InitializeInternal() 453 if (!server_bound_cert_service) { in InitializeInternal() 462 server_bound_cert_service = new net::ServerBoundCertService( in InitializeInternal() 467 set_server_bound_cert_service(server_bound_cert_service); in InitializeInternal() 468 main_context->set_server_bound_cert_service(server_bound_cert_service); in InitializeInternal()
|
D | off_the_record_profile_io_data.cc | 196 net::ServerBoundCertService* server_bound_cert_service = in InitializeInternal() local 200 set_server_bound_cert_service(server_bound_cert_service); in InitializeInternal() 201 main_context->set_server_bound_cert_service(server_bound_cert_service); in InitializeInternal()
|
D | profile_io_data.cc | 1151 net::ServerBoundCertService* server_bound_cert_service) const { in set_server_bound_cert_service() 1152 server_bound_cert_service_.reset(server_bound_cert_service); in set_server_bound_cert_service() 1171 params->server_bound_cert_service = context->server_bound_cert_service(); in PopulateNetworkSessionParams()
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | profile_auth_data.cc | 147 to_context_->GetURLRequestContext()->server_bound_cert_service(); in OnTransferCookiesIfEmptyJar() 192 from_context_->GetURLRequestContext()->server_bound_cert_service(); in RetrieveDefaultServerBoundCerts()
|
/external/chromium_org/chrome/browser/browsing_data/ |
D | browsing_data_server_bound_cert_helper.cc | 99 server_bound_cert_service()->GetCertStore(); in FetchOnIOThread() 131 server_bound_cert_service()->GetCertStore(); in DeleteOnIOThread()
|
D | browsing_data_server_bound_cert_helper_unittest.cc | 40 context->server_bound_cert_service()->GetCertStore(); in CreateCertsForTest()
|
D | browsing_data_remover.cc | 1027 net::ServerBoundCertService* server_bound_cert_service = in ClearServerBoundCertsOnIOThread() local 1028 rq_context->GetURLRequestContext()->server_bound_cert_service(); in ClearServerBoundCertsOnIOThread() 1029 server_bound_cert_service->GetCertStore()->DeleteAllCreatedBetween( in ClearServerBoundCertsOnIOThread()
|
/external/chromium_org/net/http/ |
D | http_network_session.cc | 43 params.server_bound_cert_service, in CreateSocketPoolManager() 60 server_bound_cert_service(NULL), in Params()
|
D | http_network_session.h | 63 ServerBoundCertService* server_bound_cert_service; member
|
/external/chromium_org/android_webview/browser/net/ |
D | aw_url_request_context_getter.cc | 80 params->server_bound_cert_service = context->server_bound_cert_service(); in PopulateNetworkSessionParams()
|
/external/chromium_org/content/shell/browser/ |
D | shell_url_request_context_getter.cc | 155 network_session_params.server_bound_cert_service = in GetURLRequestContext() 156 url_request_context_->server_bound_cert_service(); in GetURLRequestContext()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_messages_apitest.cc | 774 net::ServerBoundCertService* server_bound_cert_service = in CreateDomainBoundCertOnIOThread() local 776 server_bound_cert_service(); in CreateDomainBoundCertOnIOThread() 777 int status = server_bound_cert_service->GetOrCreateDomainBoundCert( in CreateDomainBoundCertOnIOThread()
|
/external/chromium_org/net/socket_stream/ |
D | socket_stream.cc | 1007 ssl_context.server_bound_cert_service = context_->server_bound_cert_service(); in DoSecureProxyConnect() 1063 ssl_context.server_bound_cert_service = context_->server_bound_cert_service(); in DoSSLConnect()
|