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

  /external/chromium_org/net/http/
http_pipelined_host_pool.cc 40 http_server_properties_(http_server_properties),
54 http_server_properties_->GetPipelineCapability(key.origin());
105 http_server_properties_->GetPipelineCapability(key.origin());
131 http_server_properties_->SetPipelineCapability(host->GetKey().origin(),
http_pipelined_host_pool.h 94 const base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::HttpPipelinedHostPool
http_pipelined_host_pool_unittest.cc 76 http_server_properties_(new HttpServerPropertiesImpl()),
79 http_server_properties_->GetWeakPtr(), false)),
121 scoped_ptr<HttpServerPropertiesImpl> http_server_properties_; member in class:net::__anon11183::HttpPipelinedHostPoolTest
218 http_server_properties_->GetPipelineCapability(
222 http_server_properties_->GetPipelineCapability(
http_network_session.h 139 return http_server_properties_;
185 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::__anon11187::HttpResponseBodyDrainerTest
http_network_session.cc 96 http_server_properties_(params.http_server_properties),
134 CHECK(http_server_properties_);
http_network_transaction_ssl_unittest.cc 78 http_server_properties_.GetWeakPtr();
100 HttpServerPropertiesImpl http_server_properties_; member in class:net::HttpNetworkTransactionSSLTest
http_network_layer_unittest.cc 46 http_server_properties_.GetWeakPtr();
59 HttpServerPropertiesImpl http_server_properties_; member in class:net::__anon11171::HttpNetworkLayerTest
http_pipelined_network_transaction_unittest.cc 91 http_server_properties_.GetWeakPtr();
232 HttpServerPropertiesImpl http_server_properties_; member in class:net::__anon11184::HttpPipelinedNetworkTransactionTest
    [all...]
  /external/chromium_org/net/url_request/
url_request_context.h 141 http_server_properties_ = http_server_properties;
144 return http_server_properties_;
219 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 51 set_http_server_properties(other->http_server_properties_);
  /external/chromium_org/net/spdy/
spdy_session_pool.h 129 return http_server_properties_;
192 const base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::SpdySessionPool
spdy_session_pool.cc 45 : http_server_properties_(http_server_properties),
104 http_server_properties_,
290 http_server_properties_->ClearAllSpdySettings();
spdy_session.cc 335 http_server_properties_(http_server_properties),
    [all...]
spdy_session.h 949 const base::WeakPtr<HttpServerProperties> http_server_properties_; member in class:net::SpdySession
    [all...]
  /external/chromium_org/content/browser/loader/
resource_scheduler_unittest.cc 131 context_.set_http_server_properties(http_server_properties_.GetWeakPtr());
209 net::HttpServerPropertiesImpl http_server_properties_; member in class:content::__anon10069::ResourceSchedulerTest
241 http_server_properties_.SetSupportsSpdy(
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 500 http_server_properties_; member in class:ProfileIOData
profile_io_data.cc 666 return http_server_properties_->GetWeakPtr();
671 http_server_properties_ = http_server_properties.Pass();
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_pool_unittest.cc 192 http_server_properties_.GetWeakPtr();
207 HttpServerPropertiesImpl http_server_properties_; member in class:net::__anon11381::SSLClientSocketPoolTest
    [all...]

Completed in 510 milliseconds