Searched refs:http_server_properties_ (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_context.h148 http_server_properties_ = http_server_properties;
151 return http_server_properties_;
233 base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::URLRequestContext
H A Durl_request_context_storage.cc89 http_server_properties_ = http_server_properties.Pass();
90 context_->set_http_server_properties(http_server_properties_->GetWeakPtr());
H A Durl_request_context_storage.h91 scoped_ptr<HttpServerProperties> http_server_properties_; member in class:net::URLRequestContextStorage
H A Durl_request_context.cc53 set_http_server_properties(other->http_server_properties_);
/external/chromium_org/net/http/
H A Dhttp_network_transaction_ssl_unittest.cc78 http_server_properties_.GetWeakPtr();
100 HttpServerPropertiesImpl http_server_properties_; member in class:net::HttpNetworkTransactionSSLTest
H A Dhttp_network_session.cc112 http_server_properties_(params.http_server_properties),
159 CHECK(http_server_properties_);
195 http_server_properties_->SetAlternateProtocolProbabilityThreshold(
H A Dhttp_response_body_drainer_unittest.cc213 http_server_properties_(new HttpServerPropertiesImpl()),
225 params.http_server_properties = http_server_properties_->GetWeakPtr();
232 scoped_ptr<HttpServerPropertiesImpl> http_server_properties_; member in class:net::__anon9306::HttpResponseBodyDrainerTest
H A Dhttp_network_session.h171 return http_server_properties_;
222 const base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::HttpNetworkSession
H A Dhttp_network_layer_unittest.cc47 http_server_properties_.GetWeakPtr();
264 HttpServerPropertiesImpl http_server_properties_; member in class:net::__anon9295::HttpNetworkLayerTest
/external/chromium_org/net/quic/
H A Dquic_stream_factory.cc501 http_server_properties_(http_server_properties),
545 if (http_server_properties_ && (!(local_address_ == IPEndPoint()))) {
548 http_server_properties_->SetSupportsQuic(
583 http_server_properties_ &&
584 http_server_properties_->WasAlternateProtocolRecentlyBroken(
876 if (check_persisted_supports_quic_ && http_server_properties_) {
881 if (http_server_properties_->GetSupportsQuic(
913 if (http_server_properties_) {
915 http_server_properties_->GetServerNetworkStats(
988 if (!http_server_properties_)
[all...]
H A Dquic_stream_factory.h241 base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::QuicStreamFactory
/external/chromium_org/net/spdy/
H A Dspdy_session_pool.h128 return http_server_properties_;
194 const base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::SpdySessionPool
H A Dspdy_session_pool.cc44 : http_server_properties_(http_server_properties),
102 http_server_properties_,
299 http_server_properties_->ClearAllSpdySettings();
H A Dspdy_session.cc608 http_server_properties_(http_server_properties),
2088 http_server_properties_->ClearSpdySettings(host_port_pair());
2115 http_server_properties_->SetSpdySetting(
2786 http_server_properties_->GetSpdySettings(host_port_pair());
3003 http_server_properties_->GetSpdySettings(host_port_pair());
H A Dspdy_session.h975 const base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::SpdySession
/external/chromium_org/chromecast/shell/browser/
H A Durl_request_context_factory.cc213 http_server_properties_.reset(new net::HttpServerPropertiesImpl);
289 params->http_server_properties = http_server_properties_->GetWeakPtr();
319 http_server_properties_->GetWeakPtr());
391 http_server_properties_->GetWeakPtr());
H A Durl_request_context_factory.h90 scoped_ptr<net::HttpServerProperties> http_server_properties_; member in class:chromecast::shell::URLRequestContextFactory
/external/chromium_org/google_apis/gcm/tools/
H A Dmcs_probe.cc241 scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_; member in class:gcm::__anon8388::MCSProbe
395 http_server_properties_.reset(new net::HttpServerPropertiesImpl());
409 http_server_properties_->GetWeakPtr();
/external/chromium_org/content/browser/loader/
H A Dresource_scheduler_unittest.cc154 context_.set_http_server_properties(http_server_properties_.GetWeakPtr());
283 net::HttpServerPropertiesImpl http_server_properties_; member in class:content::__anon7224::ResourceSchedulerTest
329 http_server_properties_.SetSupportsSpdy(
642 http_server_properties_.SetSupportsSpdy(
652 http_server_properties_.SetSupportsSpdy(
2042 http_server_properties_.SetSupportsSpdy(net::HostPortPair("spdyhost", 443),
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.h670 http_server_properties_; member in class:ProfileIOData
H A Dprofile_io_data.cc874 return http_server_properties_->GetWeakPtr();
879 http_server_properties_ = http_server_properties.Pass();
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool_unittest.cc200 http_server_properties_.GetWeakPtr();
215 HttpServerPropertiesImpl http_server_properties_; member in class:net::__anon9536::SSLClientSocketPoolTest

Completed in 378 milliseconds