/external/chromium_org/net/quic/crypto/ |
D | channel_id_chromium.cc | 88 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()
|
D | channel_id_chromium.h | 57 ChannelIDService* const channel_id_service_; variable
|
/external/chromium_org/net/url_request/ |
D | url_request_context.h | 94 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
|
D | url_request_context.cc | 23 channel_id_service_(NULL), in URLRequestContext() 47 set_channel_id_service(other->channel_id_service_); in CopyFrom()
|
D | url_request_context_storage.h | 84 scoped_ptr<ChannelIDService> channel_id_service_; variable
|
D | url_request_context_storage.cc | 54 channel_id_service_.reset(channel_id_service); in set_channel_id_service()
|
/external/chromium_org/chromecast/shell/browser/ |
D | url_request_context_factory.cc | 201 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()
|
D | url_request_context_factory.h | 83 scoped_ptr<net::ChannelIDService> channel_id_service_; variable
|
/external/chromium_org/net/socket/ |
D | client_socket_pool_manager_impl.cc | 55 channel_id_service_(channel_id_service), in ClientSocketPoolManagerImpl() 305 channel_id_service_, in GetSocketPoolForHTTPProxy() 348 channel_id_service_, in GetSocketPoolForSSLWithProxy()
|
D | client_socket_pool_manager_impl.h | 114 ChannelIDService* const channel_id_service_; variable
|
D | ssl_client_socket_nss.h | 184 ChannelIDService* channel_id_service_; variable
|
D | ssl_client_socket_openssl.cc | 350 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()
|
D | ssl_client_socket_nss.cc | 819 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()
|
D | ssl_client_socket_openssl.h | 250 ChannelIDService* channel_id_service_; variable
|
D | ssl_client_socket_unittest.cc | 968 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/ |
D | browsing_data_remover_unittest.cc | 314 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/ |
D | quic_stream_factory_test.cc | 100 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/ |
D | profile_io_data.h | 646 mutable scoped_ptr<net::ChannelIDService> channel_id_service_; variable
|
D | profile_io_data.cc | 1238 channel_id_service_.reset(channel_id_service); in set_channel_id_service()
|