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

1 2

  /external/chromium_org/net/url_request/
url_request_context_storage.h 22 class HttpServerProperties;
61 scoped_ptr<HttpServerProperties> http_server_properties);
91 scoped_ptr<HttpServerProperties> http_server_properties_;
url_request_context.h 147 const base::WeakPtr<HttpServerProperties>& http_server_properties) {
150 base::WeakPtr<HttpServerProperties> http_server_properties() const {
233 base::WeakPtr<HttpServerProperties> http_server_properties_;
url_request_context_storage.cc 88 scoped_ptr<HttpServerProperties> http_server_properties) {
url_request_context_builder.cc 325 scoped_ptr<net::HttpServerProperties>(
  /external/chromium_org/net/spdy/
spdy_session_pool.h 35 class HttpServerProperties;
53 const base::WeakPtr<HttpServerProperties>& http_server_properties,
127 base::WeakPtr<HttpServerProperties> http_server_properties() {
194 const base::WeakPtr<HttpServerProperties> http_server_properties_;
spdy_session.h 239 const base::WeakPtr<HttpServerProperties>& http_server_properties,
    [all...]
  /external/chromium_org/net/http/
http_server_properties.h 142 class NET_EXPORT HttpServerProperties {
149 HttpServerProperties() {}
150 virtual ~HttpServerProperties() {}
153 virtual base::WeakPtr<HttpServerProperties> GetWeakPtr() = 0;
248 DISALLOW_COPY_AND_ASSIGN(HttpServerProperties);
http_network_session.h 43 class HttpServerProperties;
77 base::WeakPtr<HttpServerProperties> http_server_properties;
170 base::WeakPtr<HttpServerProperties> http_server_properties() {
222 const base::WeakPtr<HttpServerProperties> http_server_properties_;
http_stream_factory.h 39 class HttpServerProperties;
181 const base::WeakPtr<HttpServerProperties>& http_server_properties,
http_server_properties_impl.h 29 : public HttpServerProperties,
68 // HttpServerProperties methods:
72 virtual base::WeakPtr<HttpServerProperties> GetWeakPtr() OVERRIDE;
http_server_properties_manager.h 32 // The manager for creating and updating an HttpServerProperties (for example it
51 class NET_EXPORT HttpServerPropertiesManager : public HttpServerProperties {
77 // HttpServerProperties methods:
81 virtual base::WeakPtr<HttpServerProperties> GetWeakPtr() OVERRIDE;
http_stream_factory.cc 32 const base::WeakPtr<HttpServerProperties>& http_server_properties,
http_server_properties_impl.cc 160 base::WeakPtr<HttpServerProperties> HttpServerPropertiesImpl::GetWeakPtr() {
448 const HttpServerProperties::NetworkStats*
http_cache.h 56 class HttpServerProperties;
http_stream_factory_impl.cc 190 HttpServerProperties& http_server_properties =
http_stream_factory_impl_job.cc 138 base::WeakPtr<HttpServerProperties> http_server_properties =
    [all...]
  /external/chromium_org/chromecast/shell/browser/
url_request_context_factory.h 90 scoped_ptr<net::HttpServerProperties> http_server_properties_;
  /external/chromium_org/net/quic/
quic_stream_factory.h 33 class HttpServerProperties;
94 base::WeakPtr<HttpServerProperties> http_server_properties,
241 base::WeakPtr<HttpServerProperties> http_server_properties_;
quic_stream_factory.cc 483 base::WeakPtr<HttpServerProperties> http_server_properties,
914 const HttpServerProperties::NetworkStats* stats =
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 62 class HttpServerProperties;
459 base::WeakPtr<net::HttpServerProperties> http_server_properties() const;
462 scoped_ptr<net::HttpServerProperties> http_server_properties) const;
669 mutable scoped_ptr<net::HttpServerProperties>
profile_impl_io_data.h 31 class HttpServerProperties;
108 // security state since |time| and also deletes HttpServerProperties data.
210 // security state since |time| and also deletes HttpServerProperties data.
off_the_record_profile_io_data.cc 235 scoped_ptr<net::HttpServerProperties>(
  /external/chromium_org/chrome/browser/
io_thread.h 60 class HttpServerProperties;
137 scoped_ptr<net::HttpServerProperties> http_server_properties;
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 136 scoped_ptr<net::HttpServerProperties>(
  /external/chromium_org/chrome/browser/net/
connection_tester.cc 121 scoped_ptr<net::HttpServerProperties>(

Completed in 1429 milliseconds

1 2