Home
last modified time | relevance | path

Searched refs:server_bound_cert_service (Results 1 – 25 of 46) sorted by relevance

12

/external/chromium_org/net/socket/
Dssl_client_socket.cc161 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()
Dssl_client_socket.h32 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);
Dclient_socket_pool_manager_impl.cc41 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()
Dssl_client_socket_openssl_unittest.cc146 context_.server_bound_cert_service = cert_service_.get(); in EnabledChannelID()
153 context_.server_bound_cert_service = cert_service_.get(); in EnabledFailingChannelID()
Dssl_client_socket_pool.cc124 context.server_bound_cert_service, in SSLConnectJob()
510 ServerBoundCertService* server_bound_cert_service, in SSLClientSocketPool() argument
533 server_bound_cert_service, in SSLClientSocketPool()
Dclient_socket_pool_manager_impl.h64 ServerBoundCertService* server_bound_cert_service,
/external/chromium_org/chrome/browser/extensions/api/messaging/
Dmessage_property_provider.cc61 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/
Durl_request_context_storage.cc51 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()
Durl_request_context.h89 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()
Durl_request_context_builder.cc286 network_session_params.server_bound_cert_service = in Build()
287 context->server_bound_cert_service(); in Build()
Durl_request_context_storage.h51 ServerBoundCertService* server_bound_cert_service);
/external/chromium_org/mojo/shell/
Durl_request_context_getter.cc89 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/
Dprofile_impl_io_data.cc426 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()
Doff_the_record_profile_io_data.cc196 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()
Dprofile_io_data.cc1151 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/
Dprofile_auth_data.cc147 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/
Dbrowsing_data_server_bound_cert_helper.cc99 server_bound_cert_service()->GetCertStore(); in FetchOnIOThread()
131 server_bound_cert_service()->GetCertStore(); in DeleteOnIOThread()
Dbrowsing_data_server_bound_cert_helper_unittest.cc40 context->server_bound_cert_service()->GetCertStore(); in CreateCertsForTest()
Dbrowsing_data_remover.cc1027 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/
Dhttp_network_session.cc43 params.server_bound_cert_service, in CreateSocketPoolManager()
60 server_bound_cert_service(NULL), in Params()
Dhttp_network_session.h63 ServerBoundCertService* server_bound_cert_service; member
/external/chromium_org/android_webview/browser/net/
Daw_url_request_context_getter.cc80 params->server_bound_cert_service = context->server_bound_cert_service(); in PopulateNetworkSessionParams()
/external/chromium_org/content/shell/browser/
Dshell_url_request_context_getter.cc155 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/
Dextension_messages_apitest.cc774 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/
Dsocket_stream.cc1007 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()

12