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

1 2

  /external/chromium_org/net/http/
http_server_properties.h 65 class NET_EXPORT HttpServerProperties {
67 HttpServerProperties() {}
68 virtual ~HttpServerProperties() {}
71 virtual base::WeakPtr<HttpServerProperties> GetWeakPtr() = 0;
136 DISALLOW_COPY_AND_ASSIGN(HttpServerProperties);
http_pipelined_host_pool.h 25 class HttpServerProperties;
44 const base::WeakPtr<HttpServerProperties>& http_server_properties,
94 const base::WeakPtr<HttpServerProperties> http_server_properties_;
http_network_session.h 38 class HttpServerProperties;
70 base::WeakPtr<HttpServerProperties> http_server_properties;
138 base::WeakPtr<HttpServerProperties> http_server_properties() {
185 const base::WeakPtr<HttpServerProperties> http_server_properties_;
http_server_properties_impl.h 31 : public HttpServerProperties,
73 // HttpServerProperties methods:
77 virtual base::WeakPtr<HttpServerProperties> GetWeakPtr() OVERRIDE;
http_stream_factory.h 40 class HttpServerProperties;
179 const base::WeakPtr<HttpServerProperties>& http_server_properties,
http_pipelined_host_pool.cc 36 const base::WeakPtr<HttpServerProperties>& http_server_properties,
http_cache.h 51 class HttpServerProperties;
http_server_properties_impl.cc 116 base::WeakPtr<HttpServerProperties> HttpServerPropertiesImpl::GetWeakPtr() {
http_stream_factory.cc 52 const base::WeakPtr<HttpServerProperties>& http_server_properties,
http_stream_factory_impl.cc 200 const HttpServerProperties& http_server_properties =
  /external/chromium_org/net/url_request/
url_request_context_storage.h 21 class HttpServerProperties;
60 scoped_ptr<HttpServerProperties> http_server_properties);
89 scoped_ptr<HttpServerProperties> http_server_properties_;
url_request_context.h 140 const base::WeakPtr<HttpServerProperties>& http_server_properties) {
143 base::WeakPtr<HttpServerProperties> http_server_properties() const {
219 base::WeakPtr<HttpServerProperties> http_server_properties_;
url_request_context_storage.cc 87 scoped_ptr<HttpServerProperties> http_server_properties) {
url_request_context_builder.cc 241 scoped_ptr<net::HttpServerProperties>(
  /external/chromium_org/net/spdy/
spdy_session_pool.h 35 class HttpServerProperties;
52 const base::WeakPtr<HttpServerProperties>& http_server_properties,
128 base::WeakPtr<HttpServerProperties> http_server_properties() {
192 const base::WeakPtr<HttpServerProperties> http_server_properties_;
spdy_session.h 206 const base::WeakPtr<HttpServerProperties>& http_server_properties,
    [all...]
  /external/chromium_org/chrome/browser/net/
http_server_properties_manager.h 33 // The manager for creating and updating an HttpServerProperties (for example it
53 : public net::HttpServerProperties {
81 // net::HttpServerProperties methods:
85 virtual base::WeakPtr<net::HttpServerProperties> GetWeakPtr() OVERRIDE;
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 52 class HttpServerProperties;
325 base::WeakPtr<net::HttpServerProperties> http_server_properties() const;
328 scoped_ptr<net::HttpServerProperties> http_server_properties) const;
499 mutable scoped_ptr<net::HttpServerProperties>
profile_impl_io_data.h 22 class HttpServerProperties;
81 // security state since |time| and also deletes HttpServerProperties data.
182 // security state since |time| and also deletes HttpServerProperties data.
off_the_record_profile_io_data.cc 194 scoped_ptr<net::HttpServerProperties>(
  /external/chromium_org/remoting/base/
url_request_context.cc 94 scoped_ptr<net::HttpServerProperties>(
  /external/chromium_org/chrome/browser/
io_thread.h 47 class HttpServerProperties;
122 scoped_ptr<net::HttpServerProperties> http_server_properties;
  /external/chromium_org/chrome/service/net/
service_url_request_context.cc 120 scoped_ptr<net::HttpServerProperties>(
  /external/chromium_org/content/browser/loader/
resource_scheduler.cc 316 const net::HttpServerProperties& http_server_properties =
347 const net::HttpServerProperties& http_server_properties =
  /external/chromium_org/content/shell/
shell_url_request_context_getter.cc 130 scoped_ptr<net::HttpServerProperties>(

Completed in 3448 milliseconds

1 2