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

  /external/chromium/net/http/
http_stream_factory_impl.cc 34 HttpStreamFactoryImpl::HttpStreamFactoryImpl(HttpNetworkSession* session)
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::OrphanJob(Job* job, const Request* request)
    [all...]
http_stream_factory_impl.h 22 class HttpStreamFactoryImpl : public HttpStreamFactory {
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);

Completed in 22 milliseconds