Searched refs:trusted_spdy_proxy (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_context_builder.h72 std::string trusted_spdy_proxy; member in struct:net::URLRequestContextBuilder::HttpNetworkSessionParams
H A Durl_request_context_builder.cc357 network_session_params.trusted_spdy_proxy =
358 http_network_session_params_.trusted_spdy_proxy;
/external/chromium_org/net/spdy/
H A Dspdy_session_pool.h63 const std::string& trusted_spdy_proxy);
H A Dspdy_session_pool.cc43 const std::string& trusted_spdy_proxy)
64 HostPortPair::FromString(trusted_spdy_proxy)) {
30 SpdySessionPool( HostResolver* resolver, SSLConfigService* ssl_config_service, const base::WeakPtr<HttpServerProperties>& http_server_properties, TransportSecurityState* transport_security_state, bool force_single_domain, bool enable_compression, bool enable_ping_based_connection_checking, NextProto default_protocol, size_t stream_initial_recv_window_size, size_t initial_max_concurrent_streams, size_t max_concurrent_streams_limit, SpdySessionPool::TimeFunc time_func, const std::string& trusted_spdy_proxy) argument
H A Dspdy_test_util_common.h222 std::string trusted_spdy_proxy; member in struct:net::SpdySessionDependencies
H A Dspdy_session.h250 const HostPortPair& trusted_spdy_proxy,
H A Dspdy_test_util_common.cc461 params.trusted_spdy_proxy = session_deps->trusted_spdy_proxy;
H A Dspdy_session.cc603 const HostPortPair& trusted_spdy_proxy,
662 trusted_spdy_proxy_(trusted_spdy_proxy),
590 SpdySession( const SpdySessionKey& spdy_session_key, const base::WeakPtr<HttpServerProperties>& http_server_properties, TransportSecurityState* transport_security_state, bool verify_domain_authentication, bool enable_sending_initial_data, bool enable_compression, bool enable_ping_based_connection_checking, NextProto default_protocol, size_t stream_initial_recv_window_size, size_t initial_max_concurrent_streams, size_t max_concurrent_streams_limit, TimeFunc time_func, const HostPortPair& trusted_spdy_proxy, NetLog* net_log) argument
H A Dspdy_network_transaction_unittest.cc5640 session_deps->trusted_spdy_proxy = "123.45.67.89:8080";
/external/chromium_org/jingle/glue/
H A Dproxy_resolving_client_socket.cc86 session_params.trusted_spdy_proxy = reference_params->trusted_spdy_proxy;
/external/chromium_org/net/http/
H A Dhttp_network_session.cc153 params.trusted_spdy_proxy),
H A Dhttp_network_session.h100 std::string trusted_spdy_proxy; member in struct:net::HttpNetworkSession::Params
H A Dhttp_network_transaction_unittest.cc6534 session_deps_.trusted_spdy_proxy = "myproxy:70";
6649 session_deps_.trusted_spdy_proxy = "myproxy:70";
/external/chromium_org/chrome/browser/
H A Dio_thread.h180 Optional<string> trusted_spdy_proxy; member in struct:IOThread::Globals
H A Dio_thread.cc778 globals_->trusted_spdy_proxy.set(
1013 globals.trusted_spdy_proxy.CopyToIfSet(&params->trusted_spdy_proxy);

Completed in 428 milliseconds