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

1 2

  /external/chromium_org/net/quic/crypto/
channel_id_chromium.h 18 class ChannelIDService;
38 ChannelIDService* channel_id_service);
57 ChannelIDService* const channel_id_service_;
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)
210 ChannelIDService::kEPKIPassword, encrypted_private_key_info,
223 ChannelIDService* channel_id_service)
  /external/chromium_org/net/socket/
ssl_client_socket.h 20 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);
client_socket_pool_manager_impl.h 24 class ChannelIDService;
65 ChannelIDService* channel_id_service,
114 ChannelIDService* const channel_id_service_;
ssl_client_socket_nss.h 41 class ChannelIDService;
110 virtual ChannelIDService* GetChannelIDService() const OVERRIDE;
184 ChannelIDService* channel_id_service_;
ssl_client_socket.cc 147 ChannelIDService* channel_id_service,
180 ChannelIDService* channel_id_service) {
ssl_client_socket_openssl.h 69 virtual ChannelIDService* GetChannelIDService() const OVERRIDE;
250 ChannelIDService* channel_id_service_;
295 ChannelIDService::RequestHandle channel_id_request_handle_;
socket_test_util.h 50 class ChannelIDService;
335 ChannelIDService* channel_id_service;
718 virtual ChannelIDService* GetChannelIDService() const OVERRIDE;
    [all...]
  /external/chromium_org/net/ssl/
channel_id_service.h 41 class NET_EXPORT ChannelIDService
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...]
channel_id_service_unittest.cc 122 : 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::GetDomainForHost("127.0.0.1"))
    [all...]
channel_id_service.cc 113 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::ChannelIDService
    [all...]
  /external/chromium_org/net/url_request/
url_request_context_storage.h 16 class ChannelIDService;
52 ChannelIDService* channel_id_service);
83 // The ChannelIDService must outlive the HttpTransactionFactory.
84 scoped_ptr<ChannelIDService> channel_id_service_;
url_request_context.h 31 class ChannelIDService;
93 ChannelIDService* channel_id_service() const {
98 ChannelIDService* channel_id_service) {
227 ChannelIDService* channel_id_service_;
url_request_context_storage.cc 52 ChannelIDService* channel_id_service) {
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_property_provider.cc 46 // ChannelIDService::GetChannelID to the callback provided to
51 net::ChannelIDService::RequestHandle request_handle;
61 net::ChannelIDService* channel_id_service =
  /external/chromium_org/net/http/
http_network_session.h 33 class ChannelIDService;
69 ChannelIDService* channel_id_service;
http_cache.h 50 class ChannelIDService;
  /external/chromium_org/chromecast/shell/browser/
url_request_context_factory.h 83 scoped_ptr<net::ChannelIDService> channel_id_service_;
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.cc 251 net::ChannelIDService* from_service =
290 net::ChannelIDService* to_cert_service =
  /external/chromium_org/net/quic/
quic_stream_factory.h 30 class ChannelIDService;
96 ChannelIDService* channel_id_service,
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 58 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_;
off_the_record_profile_io_data.cc 240 net::ChannelIDService* channel_id_service =
241 new net::ChannelIDService(
  /external/chromium_org/chrome/browser/
io_thread.h 53 class ChannelIDService;
128 // The ChannelIDService must outlive the HttpTransactionFactory.
129 scoped_ptr<net::ChannelIDService> system_channel_id_service;
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 237 scoped_ptr<net::ChannelIDService> system_channel_id_service_;
381 new net::ChannelIDService(
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 109 storage_->set_channel_id_service(new net::ChannelIDService(

Completed in 643 milliseconds

1 2