Searched refs:channel_id_service_ (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dchannel_id_chromium.cc88 ChannelIDService* const channel_id_service_; member in class:net::ChannelIDSourceChromium::Job
110 channel_id_service_(channel_id_service),
180 return channel_id_service_->GetOrCreateChannelID(
224 : channel_id_service_(channel_id_service) {
235 scoped_ptr<Job> job(new Job(this, channel_id_service_));
H A Dchannel_id_chromium.h57 ChannelIDService* const channel_id_service_; member in class:net::ChannelIDSourceChromium
/external/chromium_org/net/url_request/
H A Durl_request_context.h94 return channel_id_service_;
99 channel_id_service_ = channel_id_service;
227 ChannelIDService* channel_id_service_; member in class:net::URLRequestContext
H A Durl_request_context.cc23 channel_id_service_(NULL),
47 set_channel_id_service(other->channel_id_service_);
H A Durl_request_context_storage.h84 scoped_ptr<ChannelIDService> channel_id_service_; member in class:net::URLRequestContextStorage
H A Durl_request_context_storage.cc54 channel_id_service_.reset(channel_id_service);
/external/chromium_org/net/socket/
H A Dclient_socket_pool_manager_impl.cc55 channel_id_service_(channel_id_service),
305 channel_id_service_,
348 channel_id_service_,
H A Dclient_socket_pool_manager_impl.h114 ChannelIDService* const channel_id_service_; member in class:net::ClientSocketPoolManagerImpl
H A Dssl_client_socket_nss.h184 ChannelIDService* channel_id_service_; member in class:net::SSLClientSocketNSS
H A Dssl_client_socket_openssl.h250 ChannelIDService* channel_id_service_; member in class:net::SSLClientSocketOpenSSL
284 // Written by the |channel_id_service_|.
294 // The request handle for |channel_id_service_|.
H A Dssl_client_socket_openssl.cc350 channel_id_service_(context.channel_id_service),
405 return channel_id_service_;
812 if (IsChannelIDEnabled(ssl_config_, channel_id_service_)) {
926 RecordChannelIDSupport(channel_id_service_,
975 return channel_id_service_->GetOrCreateChannelID(
H A Dssl_client_socket_nss.cc819 ChannelIDService* channel_id_service_; member in class:net::SSLClientSocketNSS::Core
901 // Written on the network task runner by the |channel_id_service_|,
922 channel_id_service_(channel_id_service),
1006 if (IsChannelIDEnabled(ssl_config_, channel_id_service_)) {
2517 RecordChannelIDSupport(channel_id_service_,
2575 int rv = channel_id_service_->GetOrCreateChannelID(
2744 channel_id_service_(context.channel_id_service),
3068 channel_id_service_);
3534 return channel_id_service_;
H A Dssl_client_socket_unittest.cc968 channel_id_service_.reset(
971 context_.channel_id_service = channel_id_service_.get();
975 channel_id_service_.reset(new ChannelIDService(
977 context_.channel_id_service = channel_id_service_.get();
981 channel_id_service_.reset(new ChannelIDService(
984 context_.channel_id_service = channel_id_service_.get();
988 scoped_ptr<ChannelIDService> channel_id_service_; member in class:net::__anon9537::SSLClientSocketChannelIDTest
/external/chromium_org/chromecast/shell/browser/
H A Durl_request_context_factory.cc201 channel_id_service_.reset(
285 params->channel_id_service = channel_id_service_.get();
310 system_context->set_channel_id_service(channel_id_service_.get());
383 main_context->set_channel_id_service(channel_id_service_.get());
H A Durl_request_context_factory.h83 scoped_ptr<net::ChannelIDService> channel_id_service_; member in class:chromecast::shell::URLRequestContextFactory
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_unittest.cc314 channel_id_service_ = profile->GetRequestContext()->
325 return channel_id_service_->cert_count();
356 return channel_id_service_->GetChannelIDStore();
375 net::ChannelIDService* channel_id_service_; member in class:RemoveChannelIDTester
/external/chromium_org/net/quic/
H A Dquic_stream_factory_test.cc100 channel_id_service_(
107 channel_id_service_.get(),
208 scoped_ptr<ChannelIDService> channel_id_service_; member in class:net::test::QuicStreamFactoryTest
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.h374 // channel_id_service_ member and transfers ownership to the base
646 mutable scoped_ptr<net::ChannelIDService> channel_id_service_; member in class:ProfileIOData
H A Dprofile_io_data.cc1238 channel_id_service_.reset(channel_id_service);

Completed in 295 milliseconds