OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CryptoModuleBlockingPasswordDelegate
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/crypto/
nss_crypto_module_delegate.h
15
//
CryptoModuleBlockingPasswordDelegate
should be passed using wincx() as the
19
class
CryptoModuleBlockingPasswordDelegate
20
: public base::RefCountedThreadSafe<
CryptoModuleBlockingPasswordDelegate
> {
39
friend class base::RefCountedThreadSafe<
CryptoModuleBlockingPasswordDelegate
>;
41
virtual ~
CryptoModuleBlockingPasswordDelegate
() {}
nss_util.cc
108
//
CryptoModuleBlockingPasswordDelegate
object.
110
crypto::
CryptoModuleBlockingPasswordDelegate
* delegate =
111
reinterpret_cast<crypto::
CryptoModuleBlockingPasswordDelegate
*>(arg);
Completed in 590 milliseconds