Home
last modified time | relevance | path

Searched refs:HttpServerPropertiesImpl (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/net/http/
Dhttp_server_properties_impl.cc20 HttpServerPropertiesImpl::HttpServerPropertiesImpl() in HttpServerPropertiesImpl() function in net::HttpServerPropertiesImpl
26 HttpServerPropertiesImpl::~HttpServerPropertiesImpl() { in ~HttpServerPropertiesImpl()
29 void HttpServerPropertiesImpl::InitializeSpdyServers( in InitializeSpdyServers()
42 void HttpServerPropertiesImpl::InitializeAlternateProtocolServers( in InitializeAlternateProtocolServers()
55 void HttpServerPropertiesImpl::InitializeSpdySettingsServers( in InitializeSpdySettingsServers()
60 void HttpServerPropertiesImpl::InitializePipelineCapabilities( in InitializePipelineCapabilities()
70 void HttpServerPropertiesImpl::SetNumPipelinedHostsToRemember(int max_size) { in SetNumPipelinedHostsToRemember()
75 void HttpServerPropertiesImpl::GetSpdyServerList( in GetSpdyServerList()
90 std::string HttpServerPropertiesImpl::GetFlattenedSpdyServer( in GetFlattenedSpdyServer()
102 void HttpServerPropertiesImpl::ForceAlternateProtocol( in ForceAlternateProtocol()
[all …]
Dhttp_server_properties_impl.h30 class NET_EXPORT HttpServerPropertiesImpl
34 HttpServerPropertiesImpl();
35 virtual ~HttpServerPropertiesImpl();
154 base::WeakPtrFactory<HttpServerPropertiesImpl> weak_ptr_factory_;
156 DISALLOW_COPY_AND_ASSIGN(HttpServerPropertiesImpl);
Dhttp_server_properties_impl_unittest.cc28 HttpServerPropertiesImpl impl_;
36 HttpServerPropertiesImpl::GetFlattenedSpdyServer(spdy_server_google); in TEST_F()
40 HttpServerPropertiesImpl::GetFlattenedSpdyServer(spdy_server_docs); in TEST_F()
146 HttpServerPropertiesImpl::GetFlattenedSpdyServer(spdy_server_google); in TEST_F()
149 HttpServerPropertiesImpl::GetFlattenedSpdyServer(spdy_server_mail); in TEST_F()
250 HttpServerPropertiesImpl::ForceAlternateProtocol(default_protocol); in TEST_F()
269 HttpServerPropertiesImpl::DisableForcedAlternateProtocol(); in TEST_F()
Dhttp_network_layer.cc57 HttpServerPropertiesImpl::ForceAlternateProtocol(pair); in ForceAlternateProtocol()
Dhttp_response_body_drainer_unittest.cc215 http_server_properties_(new HttpServerPropertiesImpl()), in HttpResponseBodyDrainerTest()
232 scoped_ptr<HttpServerPropertiesImpl> http_server_properties_;
Dhttp_pipelined_host_pool_unittest.cc76 http_server_properties_(new HttpServerPropertiesImpl()), in HttpPipelinedHostPoolTest()
121 scoped_ptr<HttpServerPropertiesImpl> http_server_properties_;
Dhttp_network_transaction_ssl_unittest.cc100 HttpServerPropertiesImpl http_server_properties_;
/external/chromium_org/remoting/base/
Durl_request_context.cc96 new net::HttpServerPropertiesImpl())); in URLRequestContext()
/external/chromium_org/google_apis/gcm/tools/
Dmcs_probe.cc193 scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_;
301 http_server_properties_.reset(new net::HttpServerPropertiesImpl()); in InitializeNetworkState()
/external/chromium_org/mojo/shell/
Durl_request_context_getter.cc80 new net::HttpServerPropertiesImpl())); in GetURLRequestContext()
/external/chromium_org/chrome/browser/net/
Dhttp_server_properties_manager.h243 scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_impl_;
Dconnection_tester_unittest.cc118 net::HttpServerPropertiesImpl http_server_properties_impl_;
Dconnection_tester.cc119 new net::HttpServerPropertiesImpl())); in Init()
Dhttp_server_properties_manager.cc78 http_server_properties_impl_.reset(new net::HttpServerPropertiesImpl()); in InitializeOnIOThread()
/external/chromium_org/chrome/service/net/
Dservice_url_request_context.cc121 new net::HttpServerPropertiesImpl())); in ServiceURLRequestContext()
/external/chromium_org/content/shell/browser/
Dshell_url_request_context_getter.cc132 new net::HttpServerPropertiesImpl())); in GetURLRequestContext()
/external/chromium_org/net/tools/fetch/
Dfetch_client.cc162 net::HttpServerPropertiesImpl http_server_properties; in main()
/external/chromium_org/net/quic/
Dquic_end_to_end_unittest.cc214 HttpServerPropertiesImpl http_server_properties;
/external/chromium_org/net/url_request/
Durl_request_context_builder.cc254 new net::HttpServerPropertiesImpl())); in Build()
Durl_request_test_util.cc86 scoped_ptr<HttpServerProperties>(new HttpServerPropertiesImpl())); in Init()
/external/chromium_org/chrome/browser/profiles/
Doff_the_record_profile_io_data.cc192 new net::HttpServerPropertiesImpl())); in InitializeInternal()
/external/chromium_org/net/spdy/
Dspdy_test_util_common.h213 HttpServerPropertiesImpl http_server_properties;
/external/chromium_org/net/proxy/
Dproxy_script_fetcher_impl_unittest.cc60 scoped_ptr<HttpServerProperties>(new HttpServerPropertiesImpl())); in RequestContext()
/external/chromium_org/chrome/browser/
Dio_thread.cc587 globals_->http_server_properties.reset(new net::HttpServerPropertiesImpl()); in InitAsync()
844 net::HttpServerPropertiesImpl::ForceAlternateProtocol(pair); in EnableSpdy()
/external/chromium_org/content/browser/loader/
Dresource_scheduler_unittest.cc210 net::HttpServerPropertiesImpl http_server_properties_;

12