/external/chromium_org/net/ssl/ |
D | channel_id_service_unittest.cc | 122 : service_(new ChannelIDService( in ChannelIDServiceTest() 128 scoped_ptr<ChannelIDService> service_; 133 ChannelIDService::GetDomainForHost("google.com")); in TEST_F() 135 ChannelIDService::GetDomainForHost("www.google.com")); in TEST_F() 137 ChannelIDService::GetDomainForHost("foo.appspot.com")); in TEST_F() 139 ChannelIDService::GetDomainForHost("foo.bar.appspot.com")); in TEST_F() 141 ChannelIDService::GetDomainForHost("appspot.com")); in TEST_F() 143 ChannelIDService::GetDomainForHost("www.mail.google.com")); in TEST_F() 145 ChannelIDService::GetDomainForHost("goto")); in TEST_F() 147 ChannelIDService::GetDomainForHost("127.0.0.1")); in TEST_F() [all …]
|
D | channel_id_service.cc | 113 if (!key->ExportEncryptedPrivateKey(ChannelIDService::kEPKIPassword, in GenerateChannelID() 332 const char ChannelIDService::kEPKIPassword[] = ""; 334 ChannelIDService::RequestHandle::RequestHandle() in RequestHandle() 338 ChannelIDService::RequestHandle::~RequestHandle() { in ~RequestHandle() 342 void ChannelIDService::RequestHandle::Cancel() { in Cancel() 350 void ChannelIDService::RequestHandle::RequestStarted( in RequestStarted() 351 ChannelIDService* service, in RequestStarted() 360 void ChannelIDService::RequestHandle::OnRequestComplete(int result) { in OnRequestComplete() 367 ChannelIDService::ChannelIDService( in ChannelIDService() function in net::ChannelIDService 383 ChannelIDService::~ChannelIDService() { in ~ChannelIDService() [all …]
|
D | channel_id_service.h | 41 class NET_EXPORT ChannelIDService 56 friend class ChannelIDService; in NON_EXPORTED_BASE() 58 void RequestStarted(ChannelIDService* service, in NON_EXPORTED_BASE() 64 ChannelIDService* service_; in NON_EXPORTED_BASE() 77 ChannelIDService( in NON_EXPORTED_BASE() 81 ~ChannelIDService(); in NON_EXPORTED_BASE() 208 base::WeakPtrFactory<ChannelIDService> weak_ptr_factory_; in NON_EXPORTED_BASE() 210 DISALLOW_COPY_AND_ASSIGN(ChannelIDService); in NON_EXPORTED_BASE()
|
/external/chromium_org/net/socket/ |
D | ssl_client_socket.h | 20 class ChannelIDService; variable 40 ChannelIDService* channel_id_service_arg, in SSLClientSocketContext() 51 ChannelIDService* channel_id_service; 155 virtual ChannelIDService* GetChannelIDService() const = 0; 177 ChannelIDService* channel_id_service, 185 ChannelIDService* channel_id_service);
|
D | client_socket_pool_manager_impl.h | 24 class ChannelIDService; variable 65 ChannelIDService* channel_id_service, 114 ChannelIDService* const channel_id_service_;
|
D | ssl_client_socket_nss.h | 41 class ChannelIDService; variable 110 virtual ChannelIDService* GetChannelIDService() const OVERRIDE; 184 ChannelIDService* channel_id_service_;
|
D | ssl_client_socket_openssl.h | 69 virtual ChannelIDService* GetChannelIDService() const OVERRIDE; 250 ChannelIDService* channel_id_service_; 295 ChannelIDService::RequestHandle channel_id_request_handle_;
|
D | ssl_client_socket.cc | 147 ChannelIDService* channel_id_service, in RecordChannelIDSupport() 180 ChannelIDService* channel_id_service) { in IsChannelIDEnabled()
|
D | socket_test_util.h | 50 class ChannelIDService; variable 335 ChannelIDService* channel_id_service; 718 virtual ChannelIDService* GetChannelIDService() const OVERRIDE; 984 virtual ChannelIDService* GetChannelIDService() const OVERRIDE;
|
/external/chromium_org/net/quic/crypto/ |
D | channel_id_chromium.h | 18 class ChannelIDService; variable 38 ChannelIDService* channel_id_service); 57 ChannelIDService* const channel_id_service_;
|
D | channel_id_chromium.cc | 65 ChannelIDService* channel_id_service); 88 ChannelIDService* const channel_id_service_; 92 ChannelIDService::RequestHandle channel_id_request_handle_; 108 ChannelIDService* channel_id_service) in Job() 210 ChannelIDService::kEPKIPassword, encrypted_private_key_info, in DoGetChannelIDKeyComplete() 223 ChannelIDService* channel_id_service) in ChannelIDSourceChromium()
|
/external/chromium_org/net/url_request/ |
D | url_request_context.h | 31 class ChannelIDService; variable 93 ChannelIDService* channel_id_service() const { in NON_EXPORTED_BASE() 98 ChannelIDService* channel_id_service) { in NON_EXPORTED_BASE() 227 ChannelIDService* channel_id_service_; in NON_EXPORTED_BASE()
|
D | url_request_context_storage.h | 16 class ChannelIDService; variable 52 ChannelIDService* channel_id_service); 84 scoped_ptr<ChannelIDService> channel_id_service_;
|
D | url_request_context_storage.cc | 52 ChannelIDService* channel_id_service) { in set_channel_id_service()
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
D | message_property_provider.cc | 51 net::ChannelIDService::RequestHandle request_handle; 61 net::ChannelIDService* channel_id_service = in GetChannelIDOnIOThread()
|
/external/chromium_org/net/http/ |
D | http_network_session.h | 33 class ChannelIDService; variable 69 ChannelIDService* channel_id_service;
|
/external/chromium_org/net/quic/ |
D | quic_stream_factory.h | 30 class ChannelIDService; variable 96 ChannelIDService* channel_id_service,
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | profile_auth_data.cc | 251 net::ChannelIDService* from_service = in RetrieveChannelIDsToTransfer() 290 net::ChannelIDService* to_cert_service = in MaybeTransferCookiesAndChannelIDs()
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_io_data.h | 58 class ChannelIDService; variable 377 net::ChannelIDService* channel_id_service) const; 646 mutable scoped_ptr<net::ChannelIDService> channel_id_service_;
|
D | off_the_record_profile_io_data.cc | 240 net::ChannelIDService* channel_id_service = in InitializeInternal() 241 new net::ChannelIDService( in InitializeInternal()
|
D | profile_impl_io_data.cc | 488 net::ChannelIDService* channel_id_service = NULL; in InitializeInternal() 498 channel_id_service = new net::ChannelIDService( in InitializeInternal() 530 channel_id_service = new net::ChannelIDService( in InitializeInternal()
|
/external/chromium_org/chrome/browser/ |
D | io_thread.h | 53 class ChannelIDService; variable 129 scoped_ptr<net::ChannelIDService> system_channel_id_service;
|
/external/chromium_org/chromecast/shell/browser/ |
D | url_request_context_factory.h | 83 scoped_ptr<net::ChannelIDService> channel_id_service_;
|
/external/chromium_org/google_apis/gcm/tools/ |
D | mcs_probe.cc | 237 scoped_ptr<net::ChannelIDService> system_channel_id_service_; 381 new net::ChannelIDService( in InitializeNetworkState()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_messages_apitest.cc | 859 net::ChannelIDService::RequestHandle request_handle; in CreateTlsChannelId() 886 net::ChannelIDService::RequestHandle* request_handle, in CreateDomainBoundCertOnIOThread() 889 net::ChannelIDService* channel_id_service = in CreateDomainBoundCertOnIOThread()
|