Searched refs:inflight_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/base/
H A Dcert_verifier.cc301 STLDeleteValues(&inflight_);
339 j = inflight_.find(key);
340 if (j != inflight_.end()) {
358 inflight_.insert(std::make_pair(key, job));
378 // Leaves inflight_ alone.
426 j = inflight_.find(key);
427 if (j == inflight_.end()) {
432 inflight_.erase(j);
H A Ddnsrr_resolver.cc698 STLDeleteValues(&inflight_);
750 j = inflight_.find(key);
751 if (j != inflight_.end()) {
759 inflight_.insert(make_pair(key, job));
761 inflight_.erase(key);
784 inflight.swap(inflight_);
818 j = inflight_.find(key);
819 if (j == inflight_.end()) {
824 inflight_.erase(j);
H A Ddnsrr_resolver.h121 // 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
H A Dcert_verifier.h167 // inflight_ maps from a request to an active verification which is taking
169 std::map<RequestParams, CertVerifierJob*> inflight_; member in class:net::CertVerifier

Completed in 552 milliseconds