OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:http_pipelining_key_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/http/
http_stream_factory_impl_request.cc
68
CHECK(!
http_pipelining_key_
.get());
69
http_pipelining_key_
.reset(new HttpPipelinedHost::Key(http_pipelining_key));
273
if (
http_pipelining_key_
.get()) {
276
DCHECK(ContainsKey(http_pipelining_request_map, *
http_pipelining_key_
));
278
http_pipelining_request_map[*
http_pipelining_key_
];
287
http_pipelining_request_map.erase(*
http_pipelining_key_
);
288
http_pipelining_key_
.reset();
http_stream_factory_impl_request.h
61
// If this Request has a |
http_pipelining_key_
|, remove this session from the
138
scoped_ptr<const HttpPipelinedHost::Key>
http_pipelining_key_
;
member in class:net::HttpStreamFactoryImpl::Request
http_stream_factory_impl_job.cc
630
http_pipelining_key_
.reset(new HttpPipelinedHost::Key(origin_));
796
IsExistingPipelineAvailableForKey(*
http_pipelining_key_
.get());
801
*
http_pipelining_key_
.get());
908
this, *
http_pipelining_key_
.get(), result, server_ssl_config_);
[
all
...]
http_stream_factory_impl_job.h
322
scoped_ptr<HttpPipelinedHost::Key>
http_pipelining_key_
;
member in class:net::HttpStreamFactoryImpl::Job
Completed in 382 milliseconds