HomeSort by relevance Sort by last modified time
    Searched refs:http_server_properties_ (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/net/url_request/
url_request_context.h 148 http_server_properties_ = http_server_properties;
151 return http_server_properties_;
233 base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::URLRequestContext
url_request_context_storage.cc 89 http_server_properties_ = http_server_properties.Pass();
90 context_->set_http_server_properties(http_server_properties_->GetWeakPtr());
url_request_context_storage.h 91 scoped_ptr<HttpServerProperties> http_server_properties_; member in class:net::URLRequestContextStorage
url_request_context.cc 53 set_http_server_properties(other->http_server_properties_);
  /external/chromium_org/net/http/
http_network_transaction_ssl_unittest.cc 78 http_server_properties_.GetWeakPtr();
100 HttpServerPropertiesImpl http_server_properties_; member in class:net::HttpNetworkTransactionSSLTest
http_network_session.h 171 return http_server_properties_;
222 const base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::HttpNetworkSession
http_network_session.cc 112 http_server_properties_(params.http_server_properties),
159 CHECK(http_server_properties_);
195 http_server_properties_->SetAlternateProtocolProbabilityThreshold(
http_response_body_drainer_unittest.cc 213 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::__anon13931::HttpResponseBodyDrainerTest
http_network_layer_unittest.cc 47 http_server_properties_.GetWeakPtr();
264 HttpServerPropertiesImpl http_server_properties_; member in class:net::__anon13920::HttpNetworkLayerTest
  /external/chromium_org/net/quic/
quic_stream_factory.cc 501 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(
    [all...]
quic_stream_factory.h 241 base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::QuicStreamFactory
  /external/chromium_org/net/spdy/
spdy_session_pool.h 128 return http_server_properties_;
194 const base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::SpdySessionPool
spdy_session_pool.cc 44 : http_server_properties_(http_server_properties),
102 http_server_properties_,
299 http_server_properties_->ClearAllSpdySettings();
spdy_session.cc 608 http_server_properties_(http_server_properties),
    [all...]
spdy_session.h 975 const base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::SpdySession
    [all...]
  /external/chromium_org/chromecast/shell/browser/
url_request_context_factory.h 90 scoped_ptr<net::HttpServerProperties> http_server_properties_; member in class:chromecast::shell::URLRequestContextFactory
url_request_context_factory.cc 213 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());
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 241 scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_; member in class:gcm::__anon13013::MCSProbe
395 http_server_properties_.reset(new net::HttpServerPropertiesImpl());
409 http_server_properties_->GetWeakPtr();
  /external/chromium_org/content/browser/loader/
resource_scheduler_unittest.cc 154 context_.set_http_server_properties(http_server_properties_.GetWeakPtr());
283 net::HttpServerPropertiesImpl http_server_properties_; member in class:content::__anon11849::ResourceSchedulerTest
329 http_server_properties_.SetSupportsSpdy(
642 http_server_properties_.SetSupportsSpdy(
652 http_server_properties_.SetSupportsSpdy(
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 670 http_server_properties_; member in class:ProfileIOData
profile_io_data.cc     [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_pool_unittest.cc 200 http_server_properties_.GetWeakPtr();
215 HttpServerPropertiesImpl http_server_properties_; member in class:net::__anon14161::SSLClientSocketPoolTest
    [all...]

Completed in 183 milliseconds