OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoReply
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/base/
cert_verifier.cc
49
//
DoReply
171
//
DoReply
runs on the origin thread.
172
void
DoReply
() {
197
// in
DoReply
.
205
FROM_HERE, NewRunnableMethod(this, &CertVerifierWorker::
DoReply
));
dnsrr_resolver.cc
53
//
DoReply
362
//
DoReply
runs on the origin thread.
363
void
DoReply
() {
386
// in
DoReply
.
394
FROM_HERE, NewRunnableMethod(this, &RRResolverWorker::
DoReply
));
/external/chromium_org/net/cert/
multi_threaded_cert_verifier.cc
60
//
DoReply
247
//
DoReply
runs on the origin thread.
248
void
DoReply
() {
278
// in
DoReply
.
287
&CertVerifierWorker::
DoReply
, base::Unretained(this)));
Completed in 1687 milliseconds