OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:http_pipelining_request_map_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/http/
http_stream_factory_impl.cc
55
DCHECK(
http_pipelining_request_map_
.empty());
327
while (ContainsKey(
http_pipelining_request_map_
, host->GetKey())) {
335
Request* request = *
http_pipelining_request_map_
[host->GetKey()].begin();
350
RequestVector requests_to_fail =
http_pipelining_request_map_
[key];
http_stream_factory_impl_request.cc
70
bool was_new_key = !ContainsKey(factory_->
http_pipelining_request_map_
,
73
factory_->
http_pipelining_request_map_
[http_pipelining_key];
275
factory_->
http_pipelining_request_map_
;
http_stream_factory_impl.h
137
HttpPipeliningRequestMap
http_pipelining_request_map_
;
member in class:net::HttpStreamFactoryImpl
Completed in 42 milliseconds