OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CryptoModuleBlockingPasswordDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium/crypto/
crypto_module_blocking_password_delegate.h
14
//
CryptoModuleBlockingPasswordDelegate
should be passed as the user data
17
class
CryptoModuleBlockingPasswordDelegate
{
19
virtual ~
CryptoModuleBlockingPasswordDelegate
() {}
/external/chromium_org/crypto/
nss_crypto_module_delegate.h
16
//
CryptoModuleBlockingPasswordDelegate
should be passed using wincx() as the
20
class
CryptoModuleBlockingPasswordDelegate
{
22
virtual ~
CryptoModuleBlockingPasswordDelegate
() {}
41
// Extends
CryptoModuleBlockingPasswordDelegate
with the ability to return a
43
class NSSCryptoModuleDelegate : public
CryptoModuleBlockingPasswordDelegate
{
Completed in 104 milliseconds