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

  /external/chromium/net/http/
http_stream_factory_impl_request.cc 15 HttpStreamFactoryImpl::Request::Request(const GURL& url,
16 HttpStreamFactoryImpl* factory,
32 HttpStreamFactoryImpl::Request::~Request() {
48 void HttpStreamFactoryImpl::Request::SetSpdySessionKey(
58 void HttpStreamFactoryImpl::Request::AttachJob(Job* job) {
64 void HttpStreamFactoryImpl::Request::Complete(
78 void HttpStreamFactoryImpl::Request::OnStreamReady(
109 void HttpStreamFactoryImpl::Request::OnStreamFailed(
134 void HttpStreamFactoryImpl::Request::OnCertificateError(
147 void HttpStreamFactoryImpl::Request::OnNeedsProxyAuth
    [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);
http_stream_factory_impl_request.h 16 class HttpStreamFactoryImpl::Request : public HttpStreamRequest {
19 HttpStreamFactoryImpl* factory,
35 void AttachJob(HttpStreamFactoryImpl::Job* job);
97 HttpStreamFactoryImpl* const factory_;
103 std::set<HttpStreamFactoryImpl::Job*> jobs_;
http_stream_factory_impl_job.cc 37 HttpStreamFactoryImpl::Job::Job(HttpStreamFactoryImpl* stream_factory,
69 HttpStreamFactoryImpl::Job::~Job() {
88 void HttpStreamFactoryImpl::Job::Start(Request* request) {
94 int HttpStreamFactoryImpl::Job::Preconnect(int num_streams) {
100 int HttpStreamFactoryImpl::Job::RestartTunnelWithProxyAuth(
108 LoadState HttpStreamFactoryImpl::Job::GetLoadState() const {
121 void HttpStreamFactoryImpl::Job::MarkAsAlternate(const GURL& original_url) {
126 void HttpStreamFactoryImpl::Job::WaitFor(Job* job) {
135 void HttpStreamFactoryImpl::Job::Resume(Job* job)
    [all...]
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_job.h 35 class HttpStreamFactoryImpl::Job {
37 Job(HttpStreamFactoryImpl* stream_factory,
212 HttpStreamFactoryImpl* const stream_factory_;
http_network_session.cc 45 new HttpStreamFactoryImpl(this))) {
http_stream_factory_impl_unittest.cc 30 class MockHttpStreamFactoryImpl : public HttpStreamFactoryImpl {
33 : HttpStreamFactoryImpl(session),
47 // HttpStreamFactoryImpl methods.

Completed in 85 milliseconds