OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inflight_
(Results
1 - 5
of
5
) sorted by null
/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
/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
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);
/external/chromium_org/chrome/browser/resources/history/
history.js
613
if (!this.
inFlight_
|| info.term != this.searchText_)
617
this.
inFlight_
= false;
752
this.
inFlight_
= false; // Whether a query is inflight.
802
if (!doneLoading && !this.
inFlight_
)
823
this.
inFlight_
= true;
[
all
...]
Completed in 2511 milliseconds