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

1 2

  /external/chromium_org/net/socket/
ssl_client_socket.h 21 class ServerBoundCertService;
37 ServerBoundCertService* server_bound_cert_service_arg,
48 ServerBoundCertService* server_bound_cert_service;
123 // Returns the ServerBoundCertService used by this socket, or NULL if
125 virtual ServerBoundCertService* GetServerBoundCertService() const = 0;
147 ServerBoundCertService* server_bound_cert_service,
155 ServerBoundCertService* server_bound_cert_service);
client_socket_pool_manager_impl.h 30 class ServerBoundCertService;
64 ServerBoundCertService* server_bound_cert_service,
111 ServerBoundCertService* const server_bound_cert_service_;
ssl_client_socket_nss.h 43 class ServerBoundCertService;
107 virtual ServerBoundCertService* GetServerBoundCertService() const OVERRIDE;
177 ServerBoundCertService* server_bound_cert_service_;
ssl_client_socket_openssl.h 61 virtual ServerBoundCertService* GetServerBoundCertService() const OVERRIDE;
187 ServerBoundCertService* server_bound_cert_service_;
222 ServerBoundCertService::RequestHandle channel_id_request_handle_;
ssl_client_socket.cc 161 ServerBoundCertService* server_bound_cert_service,
194 ServerBoundCertService* server_bound_cert_service) {
ssl_client_socket_openssl_unittest.cc 144 new ServerBoundCertService(new DefaultServerBoundCertStore(NULL),
151 new ServerBoundCertService(new FailingServerBoundCertStore(),
237 scoped_ptr<ServerBoundCertService> cert_service_;
socket_test_util.h 51 class ServerBoundCertService;
336 ServerBoundCertService* server_bound_cert_service;
703 virtual ServerBoundCertService* GetServerBoundCertService() const OVERRIDE;
    [all...]
ssl_client_socket_pool.h 191 ServerBoundCertService* server_bound_cert_service,
  /external/chromium_org/net/ssl/
server_bound_cert_service.h 41 class NET_EXPORT ServerBoundCertService
56 friend class ServerBoundCertService;
58 void RequestStarted(ServerBoundCertService* service,
64 ServerBoundCertService* service_;
77 ServerBoundCertService(
81 ~ServerBoundCertService();
89 // certificate generation. This value is cached when ServerBoundCertService
108 // ServerBoundCertService is destroyed.
133 // ServerBoundCertService is destroyed.
208 base::WeakPtrFactory<ServerBoundCertService> weak_ptr_factory_
    [all...]
server_bound_cert_service_unittest.cc 125 : service_(new ServerBoundCertService(
131 scoped_ptr<ServerBoundCertService> service_;
136 ServerBoundCertService::GetDomainForHost("google.com"));
138 ServerBoundCertService::GetDomainForHost("www.google.com"));
140 ServerBoundCertService::GetDomainForHost("foo.appspot.com"));
142 ServerBoundCertService::GetDomainForHost("foo.bar.appspot.com"));
144 ServerBoundCertService::GetDomainForHost("appspot.com"));
146 ServerBoundCertService::GetDomainForHost("www.mail.google.com"));
148 ServerBoundCertService::GetDomainForHost("goto"));
150 ServerBoundCertService::GetDomainForHost("127.0.0.1"))
    [all...]
server_bound_cert_service.cc 113 if (!key->ExportEncryptedPrivateKey(ServerBoundCertService::kEPKIPassword,
275 // ServerBoundCertServiceWorker. It lives only on the ServerBoundCertService's
332 const char ServerBoundCertService::kEPKIPassword[] = "";
334 ServerBoundCertService::RequestHandle::RequestHandle()
338 ServerBoundCertService::RequestHandle::~RequestHandle() {
342 void ServerBoundCertService::RequestHandle::Cancel() {
350 void ServerBoundCertService::RequestHandle::RequestStarted(
351 ServerBoundCertService* service,
360 void ServerBoundCertService::RequestHandle::OnRequestComplete(int result) {
367 ServerBoundCertService::ServerBoundCertService
    [all...]
  /external/chromium_org/net/url_request/
url_request_context_storage.h 26 class ServerBoundCertService;
51 ServerBoundCertService* server_bound_cert_service);
81 // The ServerBoundCertService must outlive the HttpTransactionFactory.
82 scoped_ptr<ServerBoundCertService> server_bound_cert_service_;
url_request_context.h 39 class ServerBoundCertService;
89 ServerBoundCertService* server_bound_cert_service() const {
94 ServerBoundCertService* server_bound_cert_service) {
223 ServerBoundCertService* server_bound_cert_service_;
url_request_context_storage.cc 51 ServerBoundCertService* server_bound_cert_service) {
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_property_provider.cc 46 // ServerBoundCertService::GetDomainBoundCert to the callback provided to
51 net::ServerBoundCertService::RequestHandle request_handle;
61 net::ServerBoundCertService* server_bound_cert_service =
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.cc 146 net::ServerBoundCertService* to_cert_service =
191 net::ServerBoundCertService* from_service =
  /external/chromium_org/net/http/
http_network_session.h 41 class ServerBoundCertService;
63 ServerBoundCertService* server_bound_cert_service;
http_cache.h 55 class ServerBoundCertService;
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 54 class ServerBoundCertService;
317 // A ServerBoundCertService object is created by a derived class of
322 net::ServerBoundCertService* server_bound_cert_service) const;
519 mutable scoped_ptr<net::ServerBoundCertService> server_bound_cert_service_;
off_the_record_profile_io_data.cc 196 net::ServerBoundCertService* server_bound_cert_service =
197 new net::ServerBoundCertService(
profile_impl_io_data.cc 426 net::ServerBoundCertService* server_bound_cert_service = NULL;
432 server_bound_cert_service = new net::ServerBoundCertService(
462 server_bound_cert_service = new net::ServerBoundCertService(
  /external/chromium_org/mojo/shell/
url_request_context_getter.cc 76 storage_->set_server_bound_cert_service(new net::ServerBoundCertService(
  /external/chromium_org/chrome/browser/
io_thread.h 54 class ServerBoundCertService;
116 // The ServerBoundCertService must outlive the HttpTransactionFactory.
117 scoped_ptr<net::ServerBoundCertService> system_server_bound_cert_service;
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 189 scoped_ptr<net::ServerBoundCertService> system_server_bound_cert_service_;
287 new net::ServerBoundCertService(
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 105 storage_->set_server_bound_cert_service(new net::ServerBoundCertService(

Completed in 508 milliseconds

1 2