Searched refs:HttpServerProperties (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/net/http/
H A Dhttp_server_properties.h117 class NET_EXPORT HttpServerProperties { class in namespace:net
124 HttpServerProperties() {} function in class:net::HttpServerProperties
125 virtual ~HttpServerProperties() {}
128 virtual base::WeakPtr<HttpServerProperties> GetWeakPtr() = 0;
204 DISALLOW_COPY_AND_ASSIGN(HttpServerProperties);
H A Dhttp_stream_factory.h39 class HttpServerProperties;
181 const base::WeakPtr<HttpServerProperties>& http_server_properties,
H A Dhttp_network_session.h42 class HttpServerProperties;
76 base::WeakPtr<HttpServerProperties> http_server_properties;
165 base::WeakPtr<HttpServerProperties> http_server_properties() {
217 const base::WeakPtr<HttpServerProperties> http_server_properties_;
H A Dhttp_server_properties_impl.h29 : public HttpServerProperties,
66 // HttpServerProperties methods:
70 virtual base::WeakPtr<HttpServerProperties> GetWeakPtr() OVERRIDE;
H A Dhttp_stream_factory.cc31 const base::WeakPtr<HttpServerProperties>& http_server_properties,
H A Dhttp_server_properties_impl.cc150 base::WeakPtr<HttpServerProperties> HttpServerPropertiesImpl::GetWeakPtr() {
398 const HttpServerProperties::NetworkStats*
H A Dhttp_cache.h51 class HttpServerProperties;
H A Dhttp_stream_factory_impl.cc191 HttpServerProperties& http_server_properties =
/external/chromium_org/net/url_request/
H A Durl_request_context_storage.h21 class HttpServerProperties;
60 scoped_ptr<HttpServerProperties> http_server_properties);
89 scoped_ptr<HttpServerProperties> http_server_properties_;
H A Durl_request_context.h148 const base::WeakPtr<HttpServerProperties>& http_server_properties) {
151 base::WeakPtr<HttpServerProperties> http_server_properties() const {
231 base::WeakPtr<HttpServerProperties> http_server_properties_;
H A Durl_request_context_storage.cc87 scoped_ptr<HttpServerProperties> http_server_properties) {
/external/chromium_org/net/spdy/
H A Dspdy_session_pool.h35 class HttpServerProperties;
52 const base::WeakPtr<HttpServerProperties>& http_server_properties,
125 base::WeakPtr<HttpServerProperties> http_server_properties() {
192 const base::WeakPtr<HttpServerProperties> http_server_properties_;
H A Dspdy_session.h231 const base::WeakPtr<HttpServerProperties>& http_server_properties,
950 const base::WeakPtr<HttpServerProperties> http_server_properties_;
H A Dspdy_session_pool.cc33 const base::WeakPtr<HttpServerProperties>& http_server_properties,
/external/chromium_org/chrome/browser/net/
H A Dhttp_server_properties_manager.h32 // The manager for creating and updating an HttpServerProperties (for example it
52 : public net::HttpServerProperties {
80 // net::HttpServerProperties methods:
84 virtual base::WeakPtr<net::HttpServerProperties> GetWeakPtr() OVERRIDE;
/external/chromium_org/net/quic/
H A Dquic_stream_factory.h32 class HttpServerProperties;
93 base::WeakPtr<HttpServerProperties> http_server_properties,
239 base::WeakPtr<HttpServerProperties> http_server_properties_;
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.h49 class HttpServerProperties;
357 base::WeakPtr<net::HttpServerProperties> http_server_properties() const;
360 scoped_ptr<net::HttpServerProperties> http_server_properties) const;
554 mutable scoped_ptr<net::HttpServerProperties>
H A Dprofile_impl_io_data.h32 class HttpServerProperties;
98 // security state since |time| and also deletes HttpServerProperties data.
207 // security state since |time| and also deletes HttpServerProperties data.
H A Doff_the_record_profile_io_data.cc214 scoped_ptr<net::HttpServerProperties>(
/external/chromium_org/mojo/services/network/
H A Dnetwork_context.cc74 scoped_ptr<net::HttpServerProperties>(
/external/chromium_org/remoting/base/
H A Durl_request_context.cc96 scoped_ptr<net::HttpServerProperties>(
/external/chromium_org/chrome/browser/
H A Dio_thread.h52 class HttpServerProperties;
126 scoped_ptr<net::HttpServerProperties> http_server_properties;
/external/chromium_org/chrome/service/net/
H A Dservice_url_request_context.cc121 scoped_ptr<net::HttpServerProperties>(
/external/chromium_org/content/shell/browser/
H A Dshell_url_request_context_getter.cc136 scoped_ptr<net::HttpServerProperties>(
/external/chromium_org/content/browser/loader/
H A Dresource_scheduler.cc339 net::HttpServerProperties& http_server_properties =
412 net::HttpServerProperties& http_server_properties =

Completed in 3774 milliseconds

12