Searched defs:channel_id_service (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dmessage_property_provider.cc18 #include "net/ssl/channel_id_service.h"
61 net::ChannelIDService* channel_id_service = local
63 channel_id_service();
70 int status = channel_id_service->GetChannelID(
/external/chromium_org/net/socket/
H A Dssl_client_socket.h35 channel_id_service(NULL),
45 channel_id_service(channel_id_service_arg),
51 ChannelIDService* channel_id_service; member in struct:net::SSLClientSocketContext
177 ChannelIDService* channel_id_service,
185 ChannelIDService* channel_id_service);
H A Dclient_socket_pool_manager_impl.cc42 ChannelIDService* channel_id_service,
55 channel_id_service_(channel_id_service),
85 channel_id_service,
37 ClientSocketPoolManagerImpl( NetLog* net_log, ClientSocketFactory* socket_factory, HostResolver* host_resolver, CertVerifier* cert_verifier, ChannelIDService* channel_id_service, TransportSecurityState* transport_security_state, CTVerifier* cert_transparency_verifier, const std::string& ssl_session_cache_shard, ProxyService* proxy_service, SSLConfigService* ssl_config_service, bool enable_ssl_connect_job_waiting, ProxyDelegate* proxy_delegate, HttpNetworkSession::SocketPoolType pool_type) argument
H A Dssl_client_socket.cc11 #include "net/ssl/channel_id_service.h"
147 ChannelIDService* channel_id_service,
164 if (!channel_id_service)
168 else if (!channel_id_service->IsSystemTimeValid())
180 ChannelIDService* channel_id_service) {
183 if (!channel_id_service) {
191 if (!channel_id_service->IsSystemTimeValid()) {
146 RecordChannelIDSupport( ChannelIDService* channel_id_service, bool negotiated_channel_id, bool channel_id_enabled, bool supports_ecc) argument
178 IsChannelIDEnabled( const SSLConfig& ssl_config, ChannelIDService* channel_id_service) argument
H A Dssl_client_socket_pool.cc197 context.channel_id_service,
632 ChannelIDService* channel_id_service,
659 channel_id_service,
626 SSLClientSocketPool( int max_sockets, int max_sockets_per_group, ClientSocketPoolHistograms* histograms, HostResolver* host_resolver, CertVerifier* cert_verifier, ChannelIDService* channel_id_service, TransportSecurityState* transport_security_state, CTVerifier* cert_transparency_verifier, const std::string& ssl_session_cache_shard, ClientSocketFactory* client_socket_factory, TransportClientSocketPool* transport_pool, SOCKSClientSocketPool* socks_pool, HttpProxyClientSocketPool* http_proxy_pool, SSLConfigService* ssl_config_service, bool enable_ssl_connect_job_waiting, NetLog* net_log) argument
H A Dsocket_test_util.h335 ChannelIDService* channel_id_service; member in struct:net::SSLSocketDataProvider
H A Dssl_client_socket_nss.cc579 // |channel_id_service|, and they will not be accessed once Detach()
587 ChannelIDService* channel_id_service);
918 ChannelIDService* channel_id_service)
922 channel_id_service_(channel_id_service),
2744 channel_id_service_(context.channel_id_service),
911 Core( base::SequencedTaskRunner* network_task_runner, base::SequencedTaskRunner* nss_task_runner, ClientSocketHandle* transport, const HostPortPair& host_and_port, const SSLConfig& ssl_config, BoundNetLog* net_log, ChannelIDService* channel_id_service) argument
/external/chromium_org/net/url_request/
H A Durl_request_context_storage.cc19 #include "net/ssl/channel_id_service.h"
52 ChannelIDService* channel_id_service) {
53 context_->set_channel_id_service(channel_id_service);
54 channel_id_service_.reset(channel_id_service);
51 set_channel_id_service( ChannelIDService* channel_id_service) argument
H A Durl_request_context.h93 ChannelIDService* channel_id_service() const { function in class:net::URLRequestContext
98 ChannelIDService* channel_id_service) {
99 channel_id_service_ = channel_id_service;
97 set_channel_id_service( ChannelIDService* channel_id_service) argument
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc37 #include "net/ssl/channel_id_service.h"
240 net::ChannelIDService* channel_id_service = local
244 set_channel_id_service(channel_id_service);
245 main_context->set_channel_id_service(channel_id_service);
H A Dprofile_impl_io_data.cc56 #include "net/ssl/channel_id_service.h"
488 net::ChannelIDService* channel_id_service = NULL; local
498 channel_id_service = new net::ChannelIDService(
521 if (!channel_id_service) {
530 channel_id_service = new net::ChannelIDService(
535 set_channel_id_service(channel_id_service);
536 main_context->set_channel_id_service(channel_id_service);
/external/chromium_org/net/quic/crypto/
H A Dchannel_id_chromium.cc15 #include "net/ssl/channel_id_service.h"
65 ChannelIDService* channel_id_service);
108 ChannelIDService* channel_id_service)
110 channel_id_service_(channel_id_service),
223 ChannelIDService* channel_id_service)
224 : channel_id_service_(channel_id_service) {
106 Job( ChannelIDSourceChromium* channel_id_source, ChannelIDService* channel_id_service) argument
222 ChannelIDSourceChromium( ChannelIDService* channel_id_service) argument
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc71 #include "net/ssl/channel_id_service.h"
1143 net::ChannelIDService* channel_id_service = local
1144 rq_context->GetURLRequestContext()->channel_id_service();
1145 channel_id_service->GetChannelIDStore()->DeleteAllCreatedBetween(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_messages_apitest.cc37 #include "net/ssl/channel_id_service.h"
889 net::ChannelIDService* channel_id_service = local
891 channel_id_service();
892 int status = channel_id_service->GetOrCreateChannelID(
/external/chromium_org/net/http/
H A Dhttp_network_session.h69 ChannelIDService* channel_id_service; member in struct:net::HttpNetworkSession::Params
/external/chromium_org/net/quic/
H A Dquic_stream_factory.cc485 ChannelIDService* channel_id_service,
526 new ChannelIDSourceChromium(channel_id_service));
480 QuicStreamFactory( HostResolver* host_resolver, ClientSocketFactory* client_socket_factory, base::WeakPtr<HttpServerProperties> http_server_properties, CertVerifier* cert_verifier, ChannelIDService* channel_id_service, TransportSecurityState* transport_security_state, QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory, QuicRandom* random_generator, QuicClock* clock, size_t max_packet_length, const std::string& user_agent_id, const QuicVersionVector& supported_versions, bool enable_port_selection, bool enable_time_based_loss_detection, bool always_require_handshake_confirmation, bool disable_connection_pooling, const QuicTagVector& connection_options) argument

Completed in 595 milliseconds