HomeSort by relevance Sort by last modified time
    Searched refs:channel_id_service_ (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/net/quic/crypto/
channel_id_chromium.h 57 ChannelIDService* const channel_id_service_; member in class:net::ChannelIDSourceChromium
channel_id_chromium.cc 88 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_));
  /external/chromium_org/net/url_request/
url_request_context.h 94 return channel_id_service_;
99 channel_id_service_ = channel_id_service;
227 ChannelIDService* channel_id_service_; member in class:net::URLRequestContext
url_request_context.cc 23 channel_id_service_(NULL),
47 set_channel_id_service(other->channel_id_service_);
url_request_context_storage.h 84 scoped_ptr<ChannelIDService> channel_id_service_; member in class:net::URLRequestContextStorage
url_request_context_storage.cc 54 channel_id_service_.reset(channel_id_service);
  /external/chromium_org/chromecast/shell/browser/
url_request_context_factory.h 83 scoped_ptr<net::ChannelIDService> channel_id_service_; member in class:chromecast::shell::URLRequestContextFactory
url_request_context_factory.cc 201 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());
  /external/chromium_org/net/socket/
client_socket_pool_manager_impl.cc 55 channel_id_service_(channel_id_service),
305 channel_id_service_,
348 channel_id_service_,
client_socket_pool_manager_impl.h 114 ChannelIDService* const channel_id_service_; member in class:net::ClientSocketPoolManagerImpl
ssl_client_socket_nss.h 184 ChannelIDService* channel_id_service_; member in class:net::SSLClientSocketNSS
ssl_client_socket_openssl.h 250 ChannelIDService* channel_id_service_; member in class:net::SSLClientSocketOpenSSL
284 // Written by the |channel_id_service_|.
294 // The request handle for |channel_id_service_|.
ssl_client_socket_openssl.cc 350 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_,
    [all...]
ssl_client_socket_nss.cc 819 ChannelIDService* channel_id_service_; member in class:net::SSLClientSocketNSS::Core
    [all...]
ssl_client_socket_unittest.cc 988 scoped_ptr<ChannelIDService> channel_id_service_; member in class:net::__anon14162::SSLClientSocketChannelIDTest
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 314 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
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 374 // channel_id_service_ member and transfers ownership to the base
646 mutable scoped_ptr<net::ChannelIDService> channel_id_service_; member in class:ProfileIOData
profile_io_data.cc     [all...]
  /external/chromium_org/net/quic/
quic_stream_factory_test.cc 100 channel_id_service_(
107 channel_id_service_.get(),
208 scoped_ptr<ChannelIDService> channel_id_service_; member in class:net::test::QuicStreamFactoryTest
    [all...]

Completed in 293 milliseconds