/external/chromium_org/net/http/ |
D | http_server_properties_impl.cc | 20 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 …]
|
D | http_server_properties_impl.h | 30 class NET_EXPORT HttpServerPropertiesImpl 34 HttpServerPropertiesImpl(); 35 virtual ~HttpServerPropertiesImpl(); 154 base::WeakPtrFactory<HttpServerPropertiesImpl> weak_ptr_factory_; 156 DISALLOW_COPY_AND_ASSIGN(HttpServerPropertiesImpl);
|
D | http_server_properties_impl_unittest.cc | 28 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()
|
D | http_network_layer.cc | 57 HttpServerPropertiesImpl::ForceAlternateProtocol(pair); in ForceAlternateProtocol()
|
D | http_response_body_drainer_unittest.cc | 215 http_server_properties_(new HttpServerPropertiesImpl()), in HttpResponseBodyDrainerTest() 232 scoped_ptr<HttpServerPropertiesImpl> http_server_properties_;
|
D | http_pipelined_host_pool_unittest.cc | 76 http_server_properties_(new HttpServerPropertiesImpl()), in HttpPipelinedHostPoolTest() 121 scoped_ptr<HttpServerPropertiesImpl> http_server_properties_;
|
D | http_network_transaction_ssl_unittest.cc | 100 HttpServerPropertiesImpl http_server_properties_;
|
/external/chromium_org/remoting/base/ |
D | url_request_context.cc | 96 new net::HttpServerPropertiesImpl())); in URLRequestContext()
|
/external/chromium_org/google_apis/gcm/tools/ |
D | mcs_probe.cc | 193 scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_; 301 http_server_properties_.reset(new net::HttpServerPropertiesImpl()); in InitializeNetworkState()
|
/external/chromium_org/mojo/shell/ |
D | url_request_context_getter.cc | 80 new net::HttpServerPropertiesImpl())); in GetURLRequestContext()
|
/external/chromium_org/chrome/browser/net/ |
D | http_server_properties_manager.h | 243 scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_impl_;
|
D | connection_tester_unittest.cc | 118 net::HttpServerPropertiesImpl http_server_properties_impl_;
|
D | connection_tester.cc | 119 new net::HttpServerPropertiesImpl())); in Init()
|
D | http_server_properties_manager.cc | 78 http_server_properties_impl_.reset(new net::HttpServerPropertiesImpl()); in InitializeOnIOThread()
|
/external/chromium_org/chrome/service/net/ |
D | service_url_request_context.cc | 121 new net::HttpServerPropertiesImpl())); in ServiceURLRequestContext()
|
/external/chromium_org/content/shell/browser/ |
D | shell_url_request_context_getter.cc | 132 new net::HttpServerPropertiesImpl())); in GetURLRequestContext()
|
/external/chromium_org/net/tools/fetch/ |
D | fetch_client.cc | 162 net::HttpServerPropertiesImpl http_server_properties; in main()
|
/external/chromium_org/net/quic/ |
D | quic_end_to_end_unittest.cc | 214 HttpServerPropertiesImpl http_server_properties;
|
/external/chromium_org/net/url_request/ |
D | url_request_context_builder.cc | 254 new net::HttpServerPropertiesImpl())); in Build()
|
D | url_request_test_util.cc | 86 scoped_ptr<HttpServerProperties>(new HttpServerPropertiesImpl())); in Init()
|
/external/chromium_org/chrome/browser/profiles/ |
D | off_the_record_profile_io_data.cc | 192 new net::HttpServerPropertiesImpl())); in InitializeInternal()
|
/external/chromium_org/net/spdy/ |
D | spdy_test_util_common.h | 213 HttpServerPropertiesImpl http_server_properties;
|
/external/chromium_org/net/proxy/ |
D | proxy_script_fetcher_impl_unittest.cc | 60 scoped_ptr<HttpServerProperties>(new HttpServerPropertiesImpl())); in RequestContext()
|
/external/chromium_org/chrome/browser/ |
D | io_thread.cc | 587 globals_->http_server_properties.reset(new net::HttpServerPropertiesImpl()); in InitAsync() 844 net::HttpServerPropertiesImpl::ForceAlternateProtocol(pair); in EnableSpdy()
|
/external/chromium_org/content/browser/loader/ |
D | resource_scheduler_unittest.cc | 210 net::HttpServerPropertiesImpl http_server_properties_;
|