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 42 HttpStreamFactoryImpl::HttpStreamFactoryImpl(HttpNetworkSession* session,
47 HttpStreamFactoryImpl::~HttpStreamFactoryImpl() {
62 HttpStreamRequest* HttpStreamFactoryImpl::RequestStream(
79 HttpStreamRequest* HttpStreamFactoryImpl::RequestWebSocketHandshakeStream(
98 HttpStreamRequest* HttpStreamFactoryImpl::RequestStreamInternal(
150 void HttpStreamFactoryImpl::PreconnectStreams(
175 const HostMappingRules* HttpStreamFactoryImpl::GetHostMappingRules() const {
179 PortAlternateProtocolPair HttpStreamFactoryImpl::GetAlternateProtocolRequestFor
    [all...]

Completed in 449 milliseconds