HomeSort by relevance Sort by last modified time
    Searched defs:HttpStreamFactoryImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/http/
http_stream_factory_impl.h 26 class NET_EXPORT_PRIVATE HttpStreamFactoryImpl : public HttpStreamFactory {
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);
http_stream_factory_impl.cc 38 HttpStreamFactoryImpl::HttpStreamFactoryImpl(HttpNetworkSession* session,
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::GetAlternateProtocolRequestFor
    [all...]

Completed in 328 milliseconds