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

1 2

  /external/chromium_org/net/http/
http_server_properties_impl.cc 23 HttpServerPropertiesImpl::HttpServerPropertiesImpl()
35 HttpServerPropertiesImpl::~HttpServerPropertiesImpl() {
38 void HttpServerPropertiesImpl::InitializeSpdyServers(
51 void HttpServerPropertiesImpl::InitializeAlternateProtocolServers(
97 void HttpServerPropertiesImpl::InitializeSpdySettingsServers(
105 void HttpServerPropertiesImpl::GetSpdyServerList(
124 std::string HttpServerPropertiesImpl::GetFlattenedSpdyServer(
136 void HttpServerPropertiesImpl::ForceAlternateProtocol
    [all...]
http_server_properties_impl.h 28 class NET_EXPORT HttpServerPropertiesImpl
32 HttpServerPropertiesImpl();
33 virtual ~HttpServerPropertiesImpl();
186 base::WeakPtrFactory<HttpServerPropertiesImpl> weak_ptr_factory_;
188 DISALLOW_COPY_AND_ASSIGN(HttpServerPropertiesImpl);
http_network_layer.cc 57 HttpServerPropertiesImpl::ForceAlternateProtocol(pair);
http_network_transaction_ssl_unittest.cc 100 HttpServerPropertiesImpl http_server_properties_;
http_server_properties_impl_unittest.cc 30 HttpServerPropertiesImpl impl_;
38 HttpServerPropertiesImpl::GetFlattenedSpdyServer(spdy_server_google);
42 HttpServerPropertiesImpl::GetFlattenedSpdyServer(spdy_server_docs);
159 HttpServerPropertiesImpl::GetFlattenedSpdyServer(spdy_server_google);
162 HttpServerPropertiesImpl::GetFlattenedSpdyServer(spdy_server_mail);
208 HttpServerPropertiesImpl::GetFlattenedSpdyServer(spdy_server_google);
211 HttpServerPropertiesImpl::GetFlattenedSpdyServer(spdy_server_mail);
372 HttpServerPropertiesImpl::ForceAlternateProtocol(default_protocol);
391 HttpServerPropertiesImpl::DisableForcedAlternateProtocol();
http_response_body_drainer_unittest.cc 212 http_server_properties_(new HttpServerPropertiesImpl()),
229 scoped_ptr<HttpServerPropertiesImpl> http_server_properties_;
http_network_layer_unittest.cc 264 HttpServerPropertiesImpl http_server_properties_;
  /external/chromium_org/mojo/services/network/
network_context.cc 75 new net::HttpServerPropertiesImpl()));
  /external/chromium_org/remoting/base/
url_request_context.cc 97 new net::HttpServerPropertiesImpl()));
  /external/chromium_org/chrome/browser/net/
http_server_properties_manager.h 252 scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_impl_;
connection_tester.cc 120 new net::HttpServerPropertiesImpl()));
http_server_properties_manager.cc 91 http_server_properties_impl_.reset(new net::HttpServerPropertiesImpl());
284 // Update the HttpServerPropertiesImpl's cache with data from preferences.
  /external/chromium_org/chrome/service/net/
service_url_request_context.cc 122 new net::HttpServerPropertiesImpl()));
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 241 scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_;
394 http_server_properties_.reset(new net::HttpServerPropertiesImpl());
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 137 new net::HttpServerPropertiesImpl()));
  /external/chromium_org/net/quic/
quic_end_to_end_unittest.cc 219 HttpServerPropertiesImpl http_server_properties;
quic_network_transaction_unittest.cc 317 HttpServerPropertiesImpl http_server_properties;
    [all...]
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 212 // For incognito, we use the default non-persistent HttpServerPropertiesImpl.
215 new net::HttpServerPropertiesImpl()));
  /external/chromium_org/net/spdy/
spdy_test_util_common.h 213 HttpServerPropertiesImpl http_server_properties;
  /external/chromium_org/net/url_request/
url_request_context_builder.cc 271 new net::HttpServerPropertiesImpl()));
url_request_test_util.cc 87 scoped_ptr<HttpServerProperties>(new HttpServerPropertiesImpl()));
  /external/chromium_org/net/proxy/
proxy_script_fetcher_impl_unittest.cc 66 scoped_ptr<HttpServerProperties>(new HttpServerPropertiesImpl()));
  /external/chromium_org/content/browser/loader/
resource_scheduler_unittest.cc 210 net::HttpServerPropertiesImpl http_server_properties_;
  /external/chromium_org/chrome/browser/
io_thread.cc 621 globals_->http_server_properties.reset(new net::HttpServerPropertiesImpl());
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_pool_unittest.cc 204 HttpServerPropertiesImpl http_server_properties_;
    [all...]

Completed in 6573 milliseconds

1 2