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

  /external/chromium_org/net/url_request/
url_request_context.h 149 http_server_properties_ = http_server_properties;
152 return http_server_properties_;
231 base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::URLRequestContext
url_request_context_storage.cc 88 http_server_properties_ = http_server_properties.Pass();
89 context_->set_http_server_properties(http_server_properties_->GetWeakPtr());
url_request_context_storage.h 89 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 166 return http_server_properties_;
217 const base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::HttpNetworkSession
http_response_body_drainer_unittest.cc 212 http_server_properties_(new HttpServerPropertiesImpl()),
223 params.http_server_properties = http_server_properties_->GetWeakPtr();
229 scoped_ptr<HttpServerPropertiesImpl> http_server_properties_; member in class:net::__anon13320::HttpResponseBodyDrainerTest
http_network_session.cc 105 http_server_properties_(params.http_server_properties),
150 CHECK(http_server_properties_);
http_network_layer_unittest.cc 47 http_server_properties_.GetWeakPtr();
264 HttpServerPropertiesImpl http_server_properties_; member in class:net::__anon13309::HttpNetworkLayerTest
  /external/chromium_org/net/spdy/
spdy_session_pool.h 126 return http_server_properties_;
192 const base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::SpdySessionPool
spdy_session_pool.cc 43 : http_server_properties_(http_server_properties),
100 http_server_properties_,
296 http_server_properties_->ClearAllSpdySettings();
spdy_session.cc 549 http_server_properties_(http_server_properties),
    [all...]
spdy_session.h 950 const base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::SpdySession
    [all...]
  /external/chromium_org/net/quic/
quic_stream_factory.cc 466 http_server_properties_(http_server_properties),
530 http_server_properties_ &&
531 http_server_properties_->WasAlternateProtocolRecentlyBroken(
842 if (http_server_properties_) {
844 http_server_properties_->GetServerNetworkStats(
906 if (!http_server_properties_)
914 http_server_properties_->SetServerNetworkStats(server_id.host_port_pair(),
928 if (!http_server_properties_->HasAlternateProtocol(server))
938 http_server_properties_->GetAlternateProtocol(server);
947 http_server_properties_->SetBrokenAlternateProtocol(server)
    [all...]
quic_stream_factory.h 239 base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::QuicStreamFactory
  /external/chromium_org/content/browser/loader/
resource_scheduler_unittest.cc 131 context_.set_http_server_properties(http_server_properties_.GetWeakPtr());
210 net::HttpServerPropertiesImpl http_server_properties_; member in class:content::__anon11548::ResourceSchedulerTest
242 http_server_properties_.SetSupportsSpdy(
517 http_server_properties_.SetSupportsSpdy(
527 http_server_properties_.SetSupportsSpdy(
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 241 scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_; member in class:gcm::__anon12494::MCSProbe
394 http_server_properties_.reset(new net::HttpServerPropertiesImpl());
409 http_server_properties_->GetWeakPtr();
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 555 http_server_properties_; member in class:ProfileIOData
profile_io_data.cc 793 return http_server_properties_->GetWeakPtr();
798 http_server_properties_ = http_server_properties.Pass();
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_pool_unittest.cc 189 http_server_properties_.GetWeakPtr();
204 HttpServerPropertiesImpl http_server_properties_; member in class:net::__anon13553::SSLClientSocketPoolTest
    [all...]

Completed in 509 milliseconds