Home
last modified time | relevance | path

Searched refs:ChannelIDService (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/net/ssl/
Dchannel_id_service_unittest.cc122 : 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 …]
Dchannel_id_service.cc113 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 …]
Dchannel_id_service.h41 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/
Dssl_client_socket.h20 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);
Dclient_socket_pool_manager_impl.h24 class ChannelIDService; variable
65 ChannelIDService* channel_id_service,
114 ChannelIDService* const channel_id_service_;
Dssl_client_socket_nss.h41 class ChannelIDService; variable
110 virtual ChannelIDService* GetChannelIDService() const OVERRIDE;
184 ChannelIDService* channel_id_service_;
Dssl_client_socket_openssl.h69 virtual ChannelIDService* GetChannelIDService() const OVERRIDE;
250 ChannelIDService* channel_id_service_;
295 ChannelIDService::RequestHandle channel_id_request_handle_;
Dssl_client_socket.cc147 ChannelIDService* channel_id_service, in RecordChannelIDSupport()
180 ChannelIDService* channel_id_service) { in IsChannelIDEnabled()
Dsocket_test_util.h50 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/
Dchannel_id_chromium.h18 class ChannelIDService; variable
38 ChannelIDService* channel_id_service);
57 ChannelIDService* const channel_id_service_;
Dchannel_id_chromium.cc65 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/
Durl_request_context.h31 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()
Durl_request_context_storage.h16 class ChannelIDService; variable
52 ChannelIDService* channel_id_service);
84 scoped_ptr<ChannelIDService> channel_id_service_;
Durl_request_context_storage.cc52 ChannelIDService* channel_id_service) { in set_channel_id_service()
/external/chromium_org/chrome/browser/extensions/api/messaging/
Dmessage_property_provider.cc51 net::ChannelIDService::RequestHandle request_handle;
61 net::ChannelIDService* channel_id_service = in GetChannelIDOnIOThread()
/external/chromium_org/net/http/
Dhttp_network_session.h33 class ChannelIDService; variable
69 ChannelIDService* channel_id_service;
/external/chromium_org/net/quic/
Dquic_stream_factory.h30 class ChannelIDService; variable
96 ChannelIDService* channel_id_service,
/external/chromium_org/chrome/browser/chromeos/login/
Dprofile_auth_data.cc251 net::ChannelIDService* from_service = in RetrieveChannelIDsToTransfer()
290 net::ChannelIDService* to_cert_service = in MaybeTransferCookiesAndChannelIDs()
/external/chromium_org/chrome/browser/profiles/
Dprofile_io_data.h58 class ChannelIDService; variable
377 net::ChannelIDService* channel_id_service) const;
646 mutable scoped_ptr<net::ChannelIDService> channel_id_service_;
Doff_the_record_profile_io_data.cc240 net::ChannelIDService* channel_id_service = in InitializeInternal()
241 new net::ChannelIDService( in InitializeInternal()
Dprofile_impl_io_data.cc488 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/
Dio_thread.h53 class ChannelIDService; variable
129 scoped_ptr<net::ChannelIDService> system_channel_id_service;
/external/chromium_org/chromecast/shell/browser/
Durl_request_context_factory.h83 scoped_ptr<net::ChannelIDService> channel_id_service_;
/external/chromium_org/google_apis/gcm/tools/
Dmcs_probe.cc237 scoped_ptr<net::ChannelIDService> system_channel_id_service_;
381 new net::ChannelIDService( in InitializeNetworkState()
/external/chromium_org/chrome/browser/extensions/
Dextension_messages_apitest.cc859 net::ChannelIDService::RequestHandle request_handle; in CreateTlsChannelId()
886 net::ChannelIDService::RequestHandle* request_handle, in CreateDomainBoundCertOnIOThread()
889 net::ChannelIDService* channel_id_service = in CreateDomainBoundCertOnIOThread()

12