OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inflight_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/cert/
multi_threaded_cert_verifier.cc
446
STLDeleteValues(&
inflight_
);
492
j =
inflight_
.find(key);
493
if (j !=
inflight_
.end()) {
519
inflight_
.insert(std::make_pair(key, job));
594
j =
inflight_
.find(key);
595
if (j ==
inflight_
.end()) {
600
inflight_
.erase(j);
multi_threaded_cert_verifier.h
152
//
inflight_
maps from a request to an active verification which is taking
154
std::map<RequestParams, CertVerifierJob*>
inflight_
;
member in class:net::MultiThreadedCertVerifier
/external/chromium_org/net/ssl/
channel_id_service.cc
384
STLDeleteValues(&
inflight_
);
444
inflight_
[domain] = job;
504
j =
inflight_
.find(server_identifier);
505
if (j ==
inflight_
.end()) {
580
j =
inflight_
.find(server_identifier);
581
if (j ==
inflight_
.end()) {
586
inflight_
.erase(j);
602
inflight_
.find(domain);
603
if (j !=
inflight_
.end()) {
655
inflight_
[domain] = job
[
all
...]
channel_id_service.h
197
//
inflight_
maps from a server to an active generation which is taking
199
std::map<std::string, ChannelIDServiceJob*>
inflight_
;
member in class:net::ChannelIDService
Completed in 35 milliseconds