Searched defs:HttpStreamFactoryImpl (Results 1 - 2 of 2) 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...]

Completed in 69 milliseconds