Searched defs:HttpStreamFactoryImpl (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/http/
H A Dhttp_stream_factory_impl.h22 class HttpStreamFactoryImpl : public HttpStreamFactory { class in namespace:net
24 explicit HttpStreamFactoryImpl(HttpNetworkSession* session);
25 virtual ~HttpStreamFactoryImpl();
83 // All Requests are handed out to clients. By the time HttpStreamFactoryImpl
91 // HttpStreamFactoryImpl. Since they are no longer tied to Requests, they will
93 // ~HttpStreamFactoryImpl, it is possible for some jobs to still exist in this
98 // object. They're owned by HttpStreamFactoryImpl. Leftover jobs will be
102 DISALLOW_COPY_AND_ASSIGN(HttpStreamFactoryImpl);
H A Dhttp_stream_factory_impl.cc34 HttpStreamFactoryImpl::HttpStreamFactoryImpl(HttpNetworkSession* session) function in class:net::HttpStreamFactoryImpl
37 HttpStreamFactoryImpl::~HttpStreamFactoryImpl() {
52 HttpStreamRequest* HttpStreamFactoryImpl::RequestStream(
88 void HttpStreamFactoryImpl::PreconnectStreams(
109 void HttpStreamFactoryImpl::AddTLSIntolerantServer(const HostPortPair& server) {
113 bool HttpStreamFactoryImpl::IsTLSIntolerantServer(
118 bool HttpStreamFactoryImpl::GetAlternateProtocolRequestFor(
155 void HttpStreamFactoryImpl
[all...]
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl.h27 class NET_EXPORT_PRIVATE HttpStreamFactoryImpl : class in namespace:net
33 HttpStreamFactoryImpl(HttpNetworkSession* session, bool for_websockets);
34 virtual ~HttpStreamFactoryImpl();
127 // All Requests are handed out to clients. By the time HttpStreamFactoryImpl
138 // HttpStreamFactoryImpl. Since they are no longer tied to Requests, they will
140 // ~HttpStreamFactoryImpl, it is possible for some jobs to still exist in this
145 // object. They're owned by HttpStreamFactoryImpl. Leftover jobs will be
150 DISALLOW_COPY_AND_ASSIGN(HttpStreamFactoryImpl);
H A Dhttp_stream_factory_impl.cc44 HttpStreamFactoryImpl::HttpStreamFactoryImpl(HttpNetworkSession* session, function in class:net::HttpStreamFactoryImpl
52 HttpStreamFactoryImpl::~HttpStreamFactoryImpl() {
68 HttpStreamRequest* HttpStreamFactoryImpl::RequestStream(
85 HttpStreamRequest* HttpStreamFactoryImpl::RequestWebSocketStream(
104 HttpStreamRequest* HttpStreamFactoryImpl::RequestStreamInternal(
155 void HttpStreamFactoryImpl::PreconnectStreams(
180 base::Value* HttpStreamFactoryImpl::PipelineInfoToValue() const {
184 const HostMappingRules* HttpStreamFactoryImpl
[all...]

Completed in 78 milliseconds