HomeSort by relevance Sort by last modified time
    Searched defs:channel_id_service_ (Results 1 - 13 of 13) 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/chromecast/shell/browser/
url_request_context_factory.h 83 scoped_ptr<net::ChannelIDService> channel_id_service_; member in class:chromecast::shell::URLRequestContextFactory
  /external/chromium_org/net/url_request/
url_request_context_storage.h 84 scoped_ptr<ChannelIDService> channel_id_service_; member in class:net::URLRequestContextStorage
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
  /external/chromium_org/net/socket/
ssl_client_socket_nss.h 184 ChannelIDService* channel_id_service_; member in class:net::SSLClientSocketNSS
client_socket_pool_manager_impl.h 114 ChannelIDService* const channel_id_service_; member in class:net::ClientSocketPoolManagerImpl
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_unittest.cc 988 scoped_ptr<ChannelIDService> channel_id_service_; member in class:net::__anon14162::SSLClientSocketChannelIDTest
    [all...]
ssl_client_socket_nss.cc 819 ChannelIDService* channel_id_service_; member in class:net::SSLClientSocketNSS::Core
    [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...]
  /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

Completed in 2685 milliseconds