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

1 2

  /external/chromium_org/net/socket/
ssl_client_socket.h 33 server_bound_cert_service(NULL),
43 server_bound_cert_service(server_bound_cert_service_arg),
49 ServerBoundCertService* server_bound_cert_service; member in struct:net::SSLClientSocketContext
148 ServerBoundCertService* server_bound_cert_service,
156 ServerBoundCertService* server_bound_cert_service);
ssl_client_socket.cc 10 #include "net/ssl/server_bound_cert_service.h"
161 ServerBoundCertService* server_bound_cert_service,
178 if (!server_bound_cert_service)
182 else if (!server_bound_cert_service->IsSystemTimeValid())
194 ServerBoundCertService* server_bound_cert_service) {
197 if (!server_bound_cert_service) {
205 if (!server_bound_cert_service->IsSystemTimeValid()) {
client_socket_pool_manager_impl.cc 41 ServerBoundCertService* server_bound_cert_service,
52 server_bound_cert_service_(server_bound_cert_service),
72 server_bound_cert_service,
client_socket_pool_manager_impl.h 64 ServerBoundCertService* server_bound_cert_service,
ssl_client_socket_pool.cc 124 context.server_bound_cert_service,
510 ServerBoundCertService* server_bound_cert_service,
533 server_bound_cert_service,
ssl_client_socket_pool.h 191 ServerBoundCertService* server_bound_cert_service,
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_property_provider.cc 18 #include "net/ssl/server_bound_cert_service.h"
61 net::ServerBoundCertService* server_bound_cert_service = local
63 server_bound_cert_service();
70 int status = server_bound_cert_service->GetDomainBoundCert(
  /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 94 ServerBoundCertService* server_bound_cert_service() const { function in class:net::URLRequestContext
99 ServerBoundCertService* server_bound_cert_service) {
100 server_bound_cert_service_ = server_bound_cert_service;
url_request_context_storage.h 51 ServerBoundCertService* server_bound_cert_service);
url_request_context_builder.cc 305 network_session_params.server_bound_cert_service =
306 context->server_bound_cert_service();
  /external/chromium_org/mojo/services/network/
network_context.cc 18 #include "net/ssl/server_bound_cert_service.h"
84 network_session_params.server_bound_cert_service =
85 url_request_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/chrome/browser/profiles/
off_the_record_profile_io_data.cc 38 #include "net/ssl/server_bound_cert_service.h"
219 net::ServerBoundCertService* server_bound_cert_service = local
223 set_server_bound_cert_service(server_bound_cert_service);
224 main_context->set_server_bound_cert_service(server_bound_cert_service);
profile_impl_io_data.cc 49 #include "net/ssl/server_bound_cert_service.h"
434 net::ServerBoundCertService* server_bound_cert_service = NULL; local
444 server_bound_cert_service = new net::ServerBoundCertService(
467 if (!server_bound_cert_service) {
476 server_bound_cert_service = new net::ServerBoundCertService(
481 set_server_bound_cert_service(server_bound_cert_service);
482 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...]
  /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/android_webview/browser/net/
aw_url_request_context_getter.cc 89 params->server_bound_cert_service = context->server_bound_cert_service();
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 32 #include "net/ssl/server_bound_cert_service.h"
160 network_session_params.server_bound_cert_service =
161 url_request_context_->server_bound_cert_service();
  /external/chromium_org/net/http/
http_network_session.cc 44 params.server_bound_cert_service,
61 server_bound_cert_service(NULL),
http_network_session.h 68 ServerBoundCertService* server_bound_cert_service; member in struct:net::HttpNetworkSession::Params
  /external/chromium_org/content/browser/
browser_context.cc 20 #include "net/ssl/server_bound_cert_service.h"
76 context->server_bound_cert_service()->GetCertStore()->
  /external/chromium_org/net/socket_stream/
socket_stream.cc     [all...]
  /external/chromium_org/jingle/glue/
proxy_resolving_client_socket.cc 60 session_params.server_bound_cert_service = NULL;

Completed in 2830 milliseconds

1 2