HomeSort by relevance Sort by last modified time
    Searched refs:http_server_properties (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/net/url_request/
url_request_context.h 24 #include "net/http/http_server_properties.h"
143 const base::WeakPtr<HttpServerProperties>& http_server_properties) {
144 http_server_properties_ = http_server_properties;
146 base::WeakPtr<HttpServerProperties> http_server_properties() const { function in class:net::URLRequestContext
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_storage.h 60 scoped_ptr<HttpServerProperties> http_server_properties);
url_request_context_builder.cc 268 network_session_params.http_server_properties =
269 context->http_server_properties();
  /external/chromium_org/mojo/shell/
url_request_context_getter.cc 97 network_session_params.http_server_properties =
98 url_request_context_->http_server_properties();
  /external/chromium_org/net/spdy/
spdy_session_pool.h 52 const base::WeakPtr<HttpServerProperties>& http_server_properties,
127 base::WeakPtr<HttpServerProperties> http_server_properties() { function in class:net::SpdySessionPool
  /external/chromium_org/remoting/base/
url_request_context.cc 106 session_params.http_server_properties = http_server_properties();
  /external/chromium_org/net/http/
http_pipelined_host_pool.h 44 const base::WeakPtr<HttpServerProperties>& http_server_properties,
http_stream_factory.cc 73 const base::WeakPtr<HttpServerProperties>& http_server_properties,
112 if (http_server_properties->HasAlternateProtocol(host_port)) {
114 http_server_properties->GetAlternateProtocol(host_port);
120 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(),
201 const HttpServerProperties& http_server_properties = local
202 *session_->http_server_properties();
203 if (!http_server_properties.HasAlternateProtocol(origin))
207 http_server_properties.GetAlternateProtocol(origin);
http_network_session.h 71 base::WeakPtr<HttpServerProperties> http_server_properties; member in struct:net::HttpNetworkSession::Params
139 base::WeakPtr<HttpServerProperties> http_server_properties() { function in class:net::HttpNetworkSession
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_network_session.cc 98 http_server_properties_(params.http_server_properties),
112 params.http_server_properties,
121 params.http_server_properties,
http_network_transaction_ssl_unittest.cc 77 session_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)) {
1126 base::WeakPtr<HttpServerProperties> http_server_properties = local
    [all...]
http_stream_factory.h 19 #include "net/http/http_server_properties.h"
182 const base::WeakPtr<HttpServerProperties>& http_server_properties,
  /external/chromium_org/content/browser/loader/
resource_scheduler.cc 17 #include "net/http/http_server_properties.h"
412 const net::HttpServerProperties& http_server_properties = local
413 *(*it)->url_request()->context()->http_server_properties();
415 if (!http_server_properties.SupportsSpdy(host_port_pair)) {
454 const net::HttpServerProperties& http_server_properties = local
455 *url_request.context()->http_server_properties();
468 if (http_server_properties.SupportsSpdy(host_port_pair)) {
  /external/chromium_org/chrome/service/net/
service_url_request_context.cc 132 session_params.http_server_properties = http_server_properties();
  /external/chromium_org/net/quic/
quic_end_to_end_unittest.cc 100 params_.http_server_properties = http_server_properties.GetWeakPtr();
214 HttpServerPropertiesImpl http_server_properties; member in class:net::test::QuicEndToEndTest
quic_stream_factory.h 88 base::WeakPtr<HttpServerProperties> 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 86 params->http_server_properties = context->http_server_properties();
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 165 network_session_params.http_server_properties =
166 url_request_context_->http_server_properties();
  /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);
  /external/chromium_org/chrome/browser/net/
connection_tester_unittest.cc 141 session_params.http_server_properties =

Completed in 190 milliseconds

1 2 3