/external/chromium_org/net/url_request/ |
url_request_context_storage.cc | 15 #include "net/http/http_server_properties.h" 87 scoped_ptr<HttpServerProperties> http_server_properties) { 88 http_server_properties_ = http_server_properties.Pass();
|
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
|
url_request_context_storage.h | 60 scoped_ptr<HttpServerProperties> http_server_properties);
|
url_request_context_builder.cc | 256 network_session_params.http_server_properties = 257 context->http_server_properties();
|
url_request_test_util.cc | 84 if (!http_server_properties()) { 105 params.http_server_properties = http_server_properties();
|
/external/chromium_org/net/http/ |
http_pipelined_host_pool.cc | 13 #include "net/http/http_server_properties.h" 36 const base::WeakPtr<HttpServerProperties>& http_server_properties, 40 http_server_properties_(http_server_properties),
|
http_stream_factory.cc | 52 const base::WeakPtr<HttpServerProperties>& http_server_properties, 91 if (http_server_properties->HasAlternateProtocol(host_port)) { 93 http_server_properties->GetAlternateProtocol(host_port); 99 http_server_properties->SetAlternateProtocol(host_port, port, protocol);
|
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_server_properties.cc | 5 #include "net/http/http_server_properties.h"
|
http_pipelined_host_pool.h | 44 const base::WeakPtr<HttpServerProperties>& http_server_properties,
|
http_network_session.cc | 96 http_server_properties_(params.http_server_properties), 117 params.http_server_properties,
|
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_stream_factory.h | 19 #include "net/http/http_server_properties.h" 179 const base::WeakPtr<HttpServerProperties>& http_server_properties,
|
/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/remoting/base/ |
url_request_context.cc | 105 session_params.http_server_properties = http_server_properties();
|
/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/android_webview/browser/net/ |
aw_url_request_context_getter.cc | 108 params->http_server_properties = context->http_server_properties();
|
/external/chromium_org/chrome/service/net/ |
service_url_request_context.cc | 132 session_params.http_server_properties = http_server_properties();
|
/external/chromium_org/net/spdy/ |
spdy_session_pool.cc | 12 #include "net/http/http_server_properties.h" 33 const base::WeakPtr<HttpServerProperties>& http_server_properties, 45 : http_server_properties_(http_server_properties),
|
spdy_session_pool.h | 52 const base::WeakPtr<HttpServerProperties>& http_server_properties, 128 base::WeakPtr<HttpServerProperties> http_server_properties() { function in class:net::SpdySessionPool
|
/external/chromium_org/content/shell/ |
shell_url_request_context_getter.cc | 164 network_session_params.http_server_properties = 165 url_request_context_->http_server_properties();
|
/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/net/ |
http_server_properties_manager.cc | 37 // "version" 0 indicates, http_server_properties doesn't have "version" 41 // The version number of persisted http_server_properties. 294 DVLOG(1) << "Malformed http_server_properties for servers."; 319 DVLOG(1) << "Malformed http_server_properties for server: " << server_str; 326 DVLOG(1) << "Malformed http_server_properties server: " << server_str;
|
/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);
|