OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CryptoModuleBlockingPasswordDelegate
(Results
1 - 6
of
6
) sorted by null
/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
{
nss_util.cc
119
//
CryptoModuleBlockingPasswordDelegate
object.
121
crypto::
CryptoModuleBlockingPasswordDelegate
* delegate =
122
reinterpret_cast<crypto::
CryptoModuleBlockingPasswordDelegate
*>(arg);
[
all
...]
/external/chromium_org/net/ssl/
client_cert_store_nss.h
18
class
CryptoModuleBlockingPasswordDelegate
;
25
typedef base::Callback<crypto::
CryptoModuleBlockingPasswordDelegate
*(
52
scoped_ptr<crypto::
CryptoModuleBlockingPasswordDelegate
>
client_cert_store_nss.cc
30
scoped_ptr<crypto::
CryptoModuleBlockingPasswordDelegate
> password_delegate;
117
scoped_ptr<crypto::
CryptoModuleBlockingPasswordDelegate
> password_delegate,
/external/chromium_org/chrome/browser/ui/
crypto_module_delegate_nss.h
46
// crypto::
CryptoModuleBlockingPasswordDelegate
implementation.
76
crypto::
CryptoModuleBlockingPasswordDelegate
*
crypto_module_delegate_nss.cc
98
crypto::
CryptoModuleBlockingPasswordDelegate
*
Completed in 3298 milliseconds