Searched defs:http_server_properties (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_stream_factory.cc32 const base::WeakPtr<HttpServerProperties>& http_server_properties,
93 if (http_server_properties->HasAlternateProtocol(host_port)) {
95 http_server_properties->GetAlternateProtocol(host_port);
101 http_server_properties->SetAlternateProtocol(host_port, port, protocol,
31 ProcessAlternateProtocol( const base::WeakPtr<HttpServerProperties>& http_server_properties, const std::vector<std::string>& alternate_protocol_values, const HostPortPair& http_host_port_pair, const HttpNetworkSession& session) argument
H A Dhttp_stream_factory_impl.cc15 #include "net/http/http_server_properties.h"
190 HttpServerProperties& http_server_properties = local
191 *session_->http_server_properties();
192 if (!http_server_properties.HasAlternateProtocol(origin))
196 http_server_properties.GetAlternateProtocol(origin);
200 http_server_properties.GetAlternateProtocolExperiment());
H A Dhttp_network_session.h77 base::WeakPtr<HttpServerProperties> http_server_properties; member in struct:net::HttpNetworkSession::Params
170 base::WeakPtr<HttpServerProperties> http_server_properties() { function in class:net::HttpNetworkSession
H A Dhttp_stream_factory_impl_job.cc26 #include "net/http/http_server_properties.h"
138 base::WeakPtr<HttpServerProperties> http_server_properties = local
139 session_->http_server_properties();
140 if (http_server_properties &&
141 http_server_properties->SupportsSpdy(origin_server)) {
1127 base::WeakPtr<HttpServerProperties> http_server_properties = local
1128 session_->http_server_properties();
1129 if (http_server_properties)
1130 http_server_properties->SetSupportsSpdy(host_port_pair, true);
1435 base::WeakPtr<HttpServerProperties> http_server_properties local
[all...]
H A Dhttp_network_transaction_unittest.cc7537 base::WeakPtr<HttpServerProperties> http_server_properties = local
7538 session->http_server_properties();
7539 http_server_properties->SetAlternateProtocol(
8434 HttpServerProperties& http_server_properties = local
8435 *session->http_server_properties();
8437 http_server_properties.HasAlternateProtocol(http_host_port_pair));
8452 ASSERT_TRUE(http_server_properties.HasAlternateProtocol(http_host_port_pair));
8454 http_server_properties.GetAlternateProtocol(http_host_port_pair);
8485 base::WeakPtr<HttpServerProperties> http_server_properties = local
8486 session->http_server_properties();
8548 base::WeakPtr<HttpServerProperties> http_server_properties = local
8599 base::WeakPtr<HttpServerProperties> http_server_properties = local
8647 base::WeakPtr<HttpServerProperties> http_server_properties = local
8696 base::WeakPtr<HttpServerProperties> http_server_properties = local
8744 base::WeakPtr<HttpServerProperties> http_server_properties = local
8787 base::WeakPtr<HttpServerProperties> http_server_properties = local
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_session_pool.h53 const base::WeakPtr<HttpServerProperties>& http_server_properties,
127 base::WeakPtr<HttpServerProperties> http_server_properties() { function in class:net::SpdySessionPool
H A Dspdy_test_util_common.h213 HttpServerPropertiesImpl http_server_properties; member in struct:net::SpdySessionDependencies
H A Dspdy_session_pool.cc12 #include "net/http/http_server_properties.h"
33 const base::WeakPtr<HttpServerProperties>& http_server_properties,
44 : http_server_properties_(http_server_properties),
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_session.cc35 #include "net/http/http_server_properties.h"
592 const base::WeakPtr<HttpServerProperties>& http_server_properties,
608 http_server_properties_(http_server_properties),
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
/external/chromium_org/net/url_request/
H A Durl_request_context_storage.cc16 #include "net/http/http_server_properties.h"
88 scoped_ptr<HttpServerProperties> http_server_properties) {
89 http_server_properties_ = http_server_properties.Pass();
87 set_http_server_properties( scoped_ptr<HttpServerProperties> http_server_properties) argument
H A Durl_request_context.h24 #include "net/http/http_server_properties.h"
147 const base::WeakPtr<HttpServerProperties>& http_server_properties) {
148 http_server_properties_ = http_server_properties;
150 base::WeakPtr<HttpServerProperties> http_server_properties() const { function in class:net::URLRequestContext
146 set_http_server_properties( const base::WeakPtr<HttpServerProperties>& http_server_properties) argument
/external/chromium_org/net/quic/
H A Dquic_end_to_end_unittest.cc96 params_.http_server_properties = http_server_properties.GetWeakPtr();
217 HttpServerPropertiesImpl http_server_properties; member in class:net::test::QuicEndToEndTest
H A Dquic_network_transaction_unittest.cc212 params_.http_server_properties = http_server_properties.GetWeakPtr();
279 session_->http_server_properties()->SetAlternateProtocol(
284 ASSERT_TRUE(session_->http_server_properties()->HasAlternateProtocol(
287 session_->http_server_properties()->GetAlternateProtocol(
293 ASSERT_TRUE(session_->http_server_properties()->HasAlternateProtocol(
296 session_->http_server_properties()->GetAlternateProtocol(
319 HttpServerPropertiesImpl http_server_properties; member in class:net::test::QuicNetworkTransactionTest
H A Dquic_stream_factory.cc21 #include "net/http/http_server_properties.h"
483 base::WeakPtr<HttpServerProperties> http_server_properties,
501 http_server_properties_(http_server_properties),
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
/external/chromium_org/chrome/browser/
H A Dio_thread.h137 scoped_ptr<net::HttpServerProperties> http_server_properties; member in struct:IOThread::Globals
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc873 ProfileIOData::http_server_properties() const { function in class:ProfileIOData
878 scoped_ptr<net::HttpServerProperties> http_server_properties) const {
879 http_server_properties_ = http_server_properties.Pass();
1265 params.http_server_properties = context->http_server_properties();
/external/chromium_org/content/browser/loader/
H A Dresource_scheduler.cc19 #include "net/http/http_server_properties.h"
521 net::HttpServerProperties& http_server_properties = local
522 *request->url_request()->context()->http_server_properties();
523 if (!http_server_properties.SupportsSpdy(host_port_pair) &&
622 net::HttpServerProperties& http_server_properties = local
623 *url_request.context()->http_server_properties();
628 if (http_server_properties.SupportsSpdy(host_port_pair)) {
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc66 #include "net/http/http_server_properties.h"
1328 const net::HttpServerProperties& http_server_properties = local
1329 *GetMainContext()->http_server_properties();
1332 http_server_properties.alternate_protocol_map();

Completed in 455 milliseconds