HomeSort by relevance Sort by last modified time
    Searched defs:HttpStreamFactoryImpl (Results 1 - 4 of 4) 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);
  /external/chromium_org/net/http/
http_stream_factory_impl.cc 44 HttpStreamFactoryImpl::HttpStreamFactoryImpl(HttpNetworkSession* session,
52 HttpStreamFactoryImpl::~HttpStreamFactoryImpl() {
68 HttpStreamRequest* HttpStreamFactoryImpl::RequestStream(
85 HttpStreamRequest* HttpStreamFactoryImpl::RequestWebSocketStream(
104 HttpStreamRequest* HttpStreamFactoryImpl::RequestStreamInternal(
155 void HttpStreamFactoryImpl::PreconnectStreams(
180 base::Value* HttpStreamFactoryImpl::PipelineInfoToValue() const {
184 const HostMappingRules* HttpStreamFactoryImpl::GetHostMappingRules() const
    [all...]
http_stream_factory_impl.h 27 class NET_EXPORT_PRIVATE HttpStreamFactoryImpl :
33 HttpStreamFactoryImpl(HttpNetworkSession* session, bool for_websockets);
34 virtual ~HttpStreamFactoryImpl();
127 // All Requests are handed out to clients. By the time HttpStreamFactoryImpl
138 // HttpStreamFactoryImpl. Since they are no longer tied to Requests, they will
140 // ~HttpStreamFactoryImpl, it is possible for some jobs to still exist in this
145 // object. They're owned by HttpStreamFactoryImpl. Leftover jobs will be
150 DISALLOW_COPY_AND_ASSIGN(HttpStreamFactoryImpl);

Completed in 31 milliseconds