HomeSort by relevance Sort by last modified time
    Searched defs:http_server_properties (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/net/http/
http_stream_factory_impl.cc 17 #include "net/http/http_server_properties.h"
48 session_->http_server_properties(),
200 const HttpServerProperties& http_server_properties = local
201 *session_->http_server_properties();
202 if (!http_server_properties.HasAlternateProtocol(origin))
206 http_server_properties.GetAlternateProtocol(origin);
http_network_session.h 70 base::WeakPtr<HttpServerProperties> http_server_properties; member in struct:net::HttpNetworkSession::Params
138 base::WeakPtr<HttpServerProperties> http_server_properties() { function in class:net::HttpNetworkSession
http_stream_factory_impl_job.cc 30 #include "net/http/http_server_properties.h"
145 base::WeakPtr<HttpServerProperties> http_server_properties = local
146 session_->http_server_properties();
147 if (http_server_properties &&
148 http_server_properties->SupportsSpdy(origin_server)) {
1123 base::WeakPtr<HttpServerProperties> http_server_properties = local
    [all...]
http_network_transaction_unittest.cc 6996 base::WeakPtr<HttpServerProperties> http_server_properties = local
7936 const HttpServerProperties& http_server_properties = local
7988 base::WeakPtr<HttpServerProperties> http_server_properties = local
8051 base::WeakPtr<HttpServerProperties> http_server_properties = local
8102 base::WeakPtr<HttpServerProperties> http_server_properties = local
8150 base::WeakPtr<HttpServerProperties> http_server_properties = local
8199 base::WeakPtr<HttpServerProperties> http_server_properties = local
8247 base::WeakPtr<HttpServerProperties> http_server_properties = local
8291 base::WeakPtr<HttpServerProperties> http_server_properties = local
    [all...]
  /external/chromium_org/net/spdy/
spdy_session_pool.h 52 const base::WeakPtr<HttpServerProperties>& http_server_properties,
128 base::WeakPtr<HttpServerProperties> http_server_properties() { function in class:net::SpdySessionPool
spdy_test_util_common.h 213 HttpServerPropertiesImpl http_server_properties; member in struct:net::SpdySessionDependencies
  /external/chromium_org/net/tools/fetch/
fetch_client.cc 162 net::HttpServerPropertiesImpl http_server_properties; local
170 session_params.http_server_properties = http_server_properties.GetWeakPtr();
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui_browsertest.cc 91 base::WeakPtr<net::HttpServerProperties> http_server_properties = local
92 http_network_session->http_server_properties();
94 http_server_properties->SetPipelineCapability(origin, capability);
net_internals_ui.cc 72 #include "net/http/http_server_properties.h"
1455 const net::HttpServerProperties& http_server_properties = local
1636 const net::HttpServerProperties& http_server_properties = local
    [all...]
  /external/chromium_org/content/browser/loader/
resource_scheduler.cc 17 #include "net/http/http_server_properties.h"
316 const net::HttpServerProperties& http_server_properties = local
317 *(*it)->url_request()->context()->http_server_properties();
318 if (!http_server_properties.SupportsSpdy(
347 const net::HttpServerProperties& http_server_properties = local
348 *url_request.context()->http_server_properties();
353 bool origin_supports_spdy = http_server_properties.SupportsSpdy(
  /external/chromium_org/net/url_request/
url_request_context.h 23 #include "net/http/http_server_properties.h"
140 const base::WeakPtr<HttpServerProperties>& http_server_properties) {
141 http_server_properties_ = http_server_properties;
143 base::WeakPtr<HttpServerProperties> http_server_properties() const { function in class:net::URLRequestContext
  /external/chromium_org/chrome/browser/
io_thread.h 122 scoped_ptr<net::HttpServerProperties> http_server_properties; member in struct:IOThread::Globals
  /external/chromium_org/net/quic/
quic_network_transaction_unittest.cc 232 params_.http_server_properties = http_server_properties.GetWeakPtr();
292 session_->http_server_properties()->SetAlternateProtocol(
297 ASSERT_TRUE(session_->http_server_properties()->HasAlternateProtocol(
300 session_->http_server_properties()->GetAlternateProtocol(
324 HttpServerPropertiesImpl http_server_properties; member in class:net::test::QuicNetworkTransactionTest
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 665 ProfileIOData::http_server_properties() const { function in class:ProfileIOData
670 scoped_ptr<net::HttpServerProperties> http_server_properties) const {
671 http_server_properties_ = http_server_properties.Pass();
    [all...]

Completed in 984 milliseconds