Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/crypto/
Dchannel_id_chromium.cc88 ChannelIDService* const channel_id_service_; member in net::ChannelIDSourceChromium::Job
110 channel_id_service_(channel_id_service), in Job()
180 return channel_id_service_->GetOrCreateChannelID( in DoGetChannelIDKey()
224 : channel_id_service_(channel_id_service) { in ChannelIDSourceChromium()
235 scoped_ptr<Job> job(new Job(this, channel_id_service_)); in GetChannelIDKey()
Dchannel_id_chromium.h57 ChannelIDService* const channel_id_service_; variable
/external/chromium_org/net/url_request/
Durl_request_context.h94 return channel_id_service_; in NON_EXPORTED_BASE()
99 channel_id_service_ = channel_id_service; in NON_EXPORTED_BASE()
227 ChannelIDService* channel_id_service_; in NON_EXPORTED_BASE() local
Durl_request_context.cc23 channel_id_service_(NULL), in URLRequestContext()
47 set_channel_id_service(other->channel_id_service_); in CopyFrom()
Durl_request_context_storage.h84 scoped_ptr<ChannelIDService> channel_id_service_; variable
Durl_request_context_storage.cc54 channel_id_service_.reset(channel_id_service); in set_channel_id_service()
/external/chromium_org/chromecast/shell/browser/
Durl_request_context_factory.cc201 channel_id_service_.reset( in InitializeSystemContextDependencies()
285 params->channel_id_service = channel_id_service_.get(); in PopulateNetworkSessionParams()
310 system_context->set_channel_id_service(channel_id_service_.get()); in CreateSystemRequestContext()
383 main_context->set_channel_id_service(channel_id_service_.get()); in CreateMainRequestContext()
Durl_request_context_factory.h83 scoped_ptr<net::ChannelIDService> channel_id_service_; variable
/external/chromium_org/net/socket/
Dclient_socket_pool_manager_impl.cc55 channel_id_service_(channel_id_service), in ClientSocketPoolManagerImpl()
305 channel_id_service_, in GetSocketPoolForHTTPProxy()
348 channel_id_service_, in GetSocketPoolForSSLWithProxy()
Dclient_socket_pool_manager_impl.h114 ChannelIDService* const channel_id_service_; variable
Dssl_client_socket_nss.h184 ChannelIDService* channel_id_service_; variable
Dssl_client_socket_openssl.cc350 channel_id_service_(context.channel_id_service), in SSLClientSocketOpenSSL()
405 return channel_id_service_; in GetChannelIDService()
812 if (IsChannelIDEnabled(ssl_config_, channel_id_service_)) { in Init()
926 RecordChannelIDSupport(channel_id_service_, in DoHandshake()
975 return channel_id_service_->GetOrCreateChannelID( in DoChannelIDLookup()
Dssl_client_socket_nss.cc819 ChannelIDService* channel_id_service_; member in net::SSLClientSocketNSS::Core
922 channel_id_service_(channel_id_service), in Core()
1006 if (IsChannelIDEnabled(ssl_config_, channel_id_service_)) { in Init()
2517 RecordChannelIDSupport(channel_id_service_, in RecordChannelIDSupportOnNetworkTaskRunner()
2575 int rv = channel_id_service_->GetOrCreateChannelID( in DoGetChannelID()
2744 channel_id_service_(context.channel_id_service), in SSLClientSocketNSS()
3068 channel_id_service_); in InitCore()
3534 return channel_id_service_; in GetChannelIDService()
Dssl_client_socket_openssl.h250 ChannelIDService* channel_id_service_; variable
Dssl_client_socket_unittest.cc968 channel_id_service_.reset( in EnableChannelID()
971 context_.channel_id_service = channel_id_service_.get(); in EnableChannelID()
975 channel_id_service_.reset(new ChannelIDService( in EnableFailingChannelID()
977 context_.channel_id_service = channel_id_service_.get(); in EnableFailingChannelID()
981 channel_id_service_.reset(new ChannelIDService( in EnableAsyncFailingChannelID()
984 context_.channel_id_service = channel_id_service_.get(); in EnableAsyncFailingChannelID()
988 scoped_ptr<ChannelIDService> channel_id_service_; member in net::__anon934ae09b0111::SSLClientSocketChannelIDTest
/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_remover_unittest.cc314 channel_id_service_ = profile->GetRequestContext()-> in RemoveChannelIDTester()
325 return channel_id_service_->cert_count(); in ChannelIDCount()
356 return channel_id_service_->GetChannelIDStore(); in GetChannelIDStore()
375 net::ChannelIDService* channel_id_service_; member in RemoveChannelIDTester
/external/chromium_org/net/quic/
Dquic_stream_factory_test.cc100 channel_id_service_( in QuicStreamFactoryTest()
107 channel_id_service_.get(), in QuicStreamFactoryTest()
208 scoped_ptr<ChannelIDService> channel_id_service_; member in net::test::QuicStreamFactoryTest
/external/chromium_org/chrome/browser/profiles/
Dprofile_io_data.h646 mutable scoped_ptr<net::ChannelIDService> channel_id_service_; variable
Dprofile_io_data.cc1238 channel_id_service_.reset(channel_id_service); in set_channel_id_service()