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

12

/external/chromium_org/net/ssl/
H A Dchannel_id_service.h41 class NET_EXPORT ChannelIDService class in namespace:net
56 friend class ChannelIDService;
58 void RequestStarted(ChannelIDService* service,
64 ChannelIDService* service_;
77 ChannelIDService(
81 ~ChannelIDService();
89 // certificate generation. This value is cached when ChannelIDService
108 // ChannelIDService is destroyed.
133 // ChannelIDService is destroyed.
208 base::WeakPtrFactory<ChannelIDService> weak_ptr_factory
[all...]
H A Dchannel_id_service_unittest.cc122 : service_(new ChannelIDService(
128 scoped_ptr<ChannelIDService> service_;
133 ChannelIDService::GetDomainForHost("google.com"));
135 ChannelIDService::GetDomainForHost("www.google.com"));
137 ChannelIDService::GetDomainForHost("foo.appspot.com"));
139 ChannelIDService::GetDomainForHost("foo.bar.appspot.com"));
141 ChannelIDService::GetDomainForHost("appspot.com"));
143 ChannelIDService::GetDomainForHost("www.mail.google.com"));
145 ChannelIDService::GetDomainForHost("goto"));
147 ChannelIDService
[all...]
H A Dchannel_id_service.cc113 if (!key->ExportEncryptedPrivateKey(ChannelIDService::kEPKIPassword,
275 // ChannelIDServiceWorker. It lives only on the ChannelIDService's
332 const char ChannelIDService::kEPKIPassword[] = "";
334 ChannelIDService::RequestHandle::RequestHandle()
338 ChannelIDService::RequestHandle::~RequestHandle() {
342 void ChannelIDService::RequestHandle::Cancel() {
350 void ChannelIDService::RequestHandle::RequestStarted(
351 ChannelIDService* service,
360 void ChannelIDService::RequestHandle::OnRequestComplete(int result) {
367 ChannelIDService function in class:net::ChannelIDService
[all...]
/external/chromium_org/net/socket/
H A Dssl_client_socket.h20 class ChannelIDService;
40 ChannelIDService* channel_id_service_arg,
51 ChannelIDService* channel_id_service;
153 // Returns the ChannelIDService used by this socket, or NULL if
155 virtual ChannelIDService* GetChannelIDService() const = 0;
177 ChannelIDService* channel_id_service,
185 ChannelIDService* channel_id_service);
H A Dclient_socket_pool_manager_impl.h24 class ChannelIDService;
65 ChannelIDService* channel_id_service,
114 ChannelIDService* const channel_id_service_;
H A Dssl_client_socket_nss.h41 class ChannelIDService;
110 virtual ChannelIDService* GetChannelIDService() const OVERRIDE;
184 ChannelIDService* channel_id_service_;
H A Dssl_client_socket.cc147 ChannelIDService* channel_id_service,
180 ChannelIDService* channel_id_service) {
H A Dssl_client_socket_openssl.h69 virtual ChannelIDService* GetChannelIDService() const OVERRIDE;
250 ChannelIDService* channel_id_service_;
295 ChannelIDService::RequestHandle channel_id_request_handle_;
H A Dsocket_test_util.h50 class ChannelIDService;
335 ChannelIDService* channel_id_service;
718 virtual ChannelIDService* GetChannelIDService() const OVERRIDE;
984 virtual ChannelIDService* GetChannelIDService() const OVERRIDE;
/external/chromium_org/net/quic/crypto/
H A Dchannel_id_chromium.h18 class ChannelIDService;
38 ChannelIDService* channel_id_service);
57 ChannelIDService* const channel_id_service_;
H A 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)
210 ChannelIDService::kEPKIPassword, encrypted_private_key_info,
223 ChannelIDService* channel_id_service)
/external/chromium_org/net/url_request/
H A Durl_request_context_storage.h16 class ChannelIDService;
52 ChannelIDService* channel_id_service);
83 // The ChannelIDService must outlive the HttpTransactionFactory.
84 scoped_ptr<ChannelIDService> channel_id_service_;
H A Durl_request_context.h31 class ChannelIDService;
93 ChannelIDService* channel_id_service() const {
98 ChannelIDService* channel_id_service) {
227 ChannelIDService* channel_id_service_;
H A Durl_request_context_storage.cc52 ChannelIDService* channel_id_service) {
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dmessage_property_provider.cc46 // ChannelIDService::GetChannelID to the callback provided to
51 net::ChannelIDService::RequestHandle request_handle;
61 net::ChannelIDService* channel_id_service =
/external/chromium_org/chromecast/shell/browser/
H A Durl_request_context_factory.h83 scoped_ptr<net::ChannelIDService> channel_id_service_;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dprofile_auth_data.cc251 net::ChannelIDService* from_service =
290 net::ChannelIDService* to_cert_service =
/external/chromium_org/net/http/
H A Dhttp_network_session.h33 class ChannelIDService;
69 ChannelIDService* channel_id_service;
H A Dhttp_cache.h50 class ChannelIDService;
/external/chromium_org/net/quic/
H A Dquic_stream_factory.h30 class ChannelIDService;
96 ChannelIDService* channel_id_service,
/external/chromium_org/chrome/browser/
H A Dio_thread.h53 class ChannelIDService;
128 // The ChannelIDService must outlive the HttpTransactionFactory.
129 scoped_ptr<net::ChannelIDService> system_channel_id_service;
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.h58 class ChannelIDService;
372 // A ChannelIDService object is created by a derived class of
377 net::ChannelIDService* channel_id_service) const;
646 mutable scoped_ptr<net::ChannelIDService> channel_id_service_;
H A Doff_the_record_profile_io_data.cc240 net::ChannelIDService* channel_id_service =
241 new net::ChannelIDService(
/external/chromium_org/google_apis/gcm/tools/
H A Dmcs_probe.cc237 scoped_ptr<net::ChannelIDService> system_channel_id_service_;
381 new net::ChannelIDService(
/external/chromium_org/content/shell/browser/
H A Dshell_url_request_context_getter.cc109 storage_->set_channel_id_service(new net::ChannelIDService(

Completed in 4173 milliseconds

12