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

/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl.h26 class NET_EXPORT_PRIVATE HttpStreamFactoryImpl : public HttpStreamFactory { class in namespace:net
31 HttpStreamFactoryImpl(HttpNetworkSession* session, bool for_websockets);
32 virtual ~HttpStreamFactoryImpl();
114 // All Requests are handed out to clients. By the time HttpStreamFactoryImpl
122 // HttpStreamFactoryImpl. Since they are no longer tied to Requests, they will
124 // ~HttpStreamFactoryImpl, it is possible for some jobs to still exist in this
129 // object. They're owned by HttpStreamFactoryImpl. Leftover jobs will be
134 DISALLOW_COPY_AND_ASSIGN(HttpStreamFactoryImpl);
H A Dhttp_stream_factory_impl.cc38 HttpStreamFactoryImpl::HttpStreamFactoryImpl(HttpNetworkSession* session, function in class:net::HttpStreamFactoryImpl
43 HttpStreamFactoryImpl::~HttpStreamFactoryImpl() {
58 HttpStreamRequest* HttpStreamFactoryImpl::RequestStream(
75 HttpStreamRequest* HttpStreamFactoryImpl::RequestWebSocketHandshakeStream(
94 HttpStreamRequest* HttpStreamFactoryImpl::RequestStreamInternal(
146 void HttpStreamFactoryImpl::PreconnectStreams(
171 const HostMappingRules* HttpStreamFactoryImpl::GetHostMappingRules() const {
175 AlternateProtocolInfo HttpStreamFactoryImpl
[all...]

Completed in 142 milliseconds