HomeSort by relevance Sort by last modified time
    Searched refs:server_bound_cert_service (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/net/socket/
ssl_client_socket.h 29 server_bound_cert_service(NULL),
37 server_bound_cert_service(server_bound_cert_service_arg),
42 ServerBoundCertService* server_bound_cert_service; member in struct:net::SSLClientSocketContext
client_socket_pool_manager_impl.cc 41 ServerBoundCertService* server_bound_cert_service,
51 server_bound_cert_service_(server_bound_cert_service),
70 server_bound_cert_service,
client_socket_pool_manager_impl.h 63 ServerBoundCertService* server_bound_cert_service,
ssl_client_socket_pool.cc 104 context.server_bound_cert_service,
482 ServerBoundCertService* server_bound_cert_service,
504 server_bound_cert_service,
ssl_client_socket_pool.h 178 ServerBoundCertService* server_bound_cert_service,
  /external/chromium_org/net/url_request/
url_request_context_storage.cc 18 #include "net/ssl/server_bound_cert_service.h"
51 ServerBoundCertService* server_bound_cert_service) {
52 context_->set_server_bound_cert_service(server_bound_cert_service);
53 server_bound_cert_service_.reset(server_bound_cert_service);
url_request_context.h 86 ServerBoundCertService* server_bound_cert_service() const { function in class:net::URLRequestContext
91 ServerBoundCertService* server_bound_cert_service) {
92 server_bound_cert_service_ = server_bound_cert_service;
url_request_context_storage.h 51 ServerBoundCertService* server_bound_cert_service);
url_request_context_builder.cc 274 network_session_params.server_bound_cert_service =
275 context->server_bound_cert_service();
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 102 params->server_bound_cert_service = context->server_bound_cert_service();
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.cc 14 #include "net/ssl/server_bound_cert_service.h"
147 to_context_->GetURLRequestContext()->server_bound_cert_service();
192 from_context_->GetURLRequestContext()->server_bound_cert_service();
  /external/chromium_org/net/spdy/
spdy_credential_builder_unittest.cc 13 #include "net/ssl/server_bound_cert_service.h"
28 scoped_ptr<ServerBoundCertService> server_bound_cert_service(
34 int rv = server_bound_cert_service->GetDomainBoundCert(
spdy_http_stream_unittest.cc 114 ServerBoundCertService* server_bound_cert_service,
539 ServerBoundCertService* server_bound_cert_service,
545 int rv = server_bound_cert_service->GetDomainBoundCert(
595 ServerBoundCertService* server_bound_cert_service,
637 ssl.server_bound_cert_service = server_bound_cert_service;
788 scoped_ptr<ServerBoundCertService> server_bound_cert_service(
794 server_bound_cert_service.get(),
797 TestSendCredentials(server_bound_cert_service.get(), cert, proof);
808 scoped_ptr<ServerBoundCertService> server_bound_cert_service(
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 42 #include "net/ssl/server_bound_cert_service.h"
372 net::ServerBoundCertService* server_bound_cert_service = NULL; local
378 server_bound_cert_service = new net::ServerBoundCertService(
399 if (!server_bound_cert_service) {
406 server_bound_cert_service = new net::ServerBoundCertService(
411 set_server_bound_cert_service(server_bound_cert_service);
412 main_context->set_server_bound_cert_service(server_bound_cert_service);
off_the_record_profile_io_data.cc 35 #include "net/ssl/server_bound_cert_service.h"
199 net::ServerBoundCertService* server_bound_cert_service = local
203 set_server_bound_cert_service(server_bound_cert_service);
204 main_context->set_server_bound_cert_service(server_bound_cert_service);
profile_io_data.cc 72 #include "net/ssl/server_bound_cert_service.h"
    [all...]
profile_io_data.h 311 net::ServerBoundCertService* server_bound_cert_service) const;
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_server_bound_cert_helper_unittest.cc 12 #include "net/ssl/server_bound_cert_service.h"
40 context->server_bound_cert_service()->GetCertStore();
browsing_data_server_bound_cert_helper.cc 13 #include "net/ssl/server_bound_cert_service.h"
99 server_bound_cert_service()->GetCertStore();
131 server_bound_cert_service()->GetCertStore();
  /external/chromium_org/content/shell/
shell_url_request_context_getter.cc 30 #include "net/ssl/server_bound_cert_service.h"
154 network_session_params.server_bound_cert_service =
155 url_request_context_->server_bound_cert_service();
  /external/chromium_org/net/http/
http_network_session.cc 43 params.server_bound_cert_service,
59 server_bound_cert_service(NULL),
http_network_session.h 63 ServerBoundCertService* server_bound_cert_service; member in struct:net::HttpNetworkSession::Params
  /external/chromium_org/content/browser/
browser_context.cc 21 #include "net/ssl/server_bound_cert_service.h"
80 context->server_bound_cert_service()->GetCertStore()->
  /external/chromium_org/net/socket_stream/
socket_stream.cc 988 ssl_context.server_bound_cert_service = context_->server_bound_cert_service();
    [all...]
  /external/chromium_org/jingle/glue/
proxy_resolving_client_socket.cc 60 session_params.server_bound_cert_service = NULL;

Completed in 455 milliseconds

1 2