OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inflight_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/base/
dnsrr_resolver.h
121
//
inflight_
maps from a request to an active resolution which is taking
123
std::map<std::pair<std::string, uint16>, RRResolverJob*>
inflight_
;
member in class:net::DnsRRResolver
cert_verifier.h
167
//
inflight_
maps from a request to an active verification which is taking
169
std::map<RequestParams, CertVerifierJob*>
inflight_
;
member in class:net::CertVerifier
/external/chromium_org/net/cert/
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/
server_bound_cert_service.h
197
//
inflight_
maps from a server to an active generation which is taking
199
std::map<std::string, ServerBoundCertServiceJob*>
inflight_
;
member in class:net::ServerBoundCertService
Completed in 254 milliseconds