OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CryptoModuleBlockingPasswordDelegate
(Results
1 - 12
of
12
) 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
116
//
CryptoModuleBlockingPasswordDelegate
object.
118
crypto::
CryptoModuleBlockingPasswordDelegate
* delegate =
119
reinterpret_cast<crypto::
CryptoModuleBlockingPasswordDelegate
*>(arg);
[
all
...]
/external/chromium/crypto/
crypto_module_blocking_password_delegate.h
14
//
CryptoModuleBlockingPasswordDelegate
should be passed as the user data
17
class
CryptoModuleBlockingPasswordDelegate
{
19
virtual ~
CryptoModuleBlockingPasswordDelegate
() {}
nss_util.cc
101
//
CryptoModuleBlockingPasswordDelegate
object.
115
crypto::
CryptoModuleBlockingPasswordDelegate
* delegate =
116
reinterpret_cast<crypto::
CryptoModuleBlockingPasswordDelegate
*>(arg);
/external/chromium/net/base/
keygen_handler.h
49
crypto::
CryptoModuleBlockingPasswordDelegate
* delegate);
59
scoped_ptr<crypto::
CryptoModuleBlockingPasswordDelegate
>
keygen_handler_nss.cc
42
crypto::
CryptoModuleBlockingPasswordDelegate
* delegate) {
/external/chromium_org/net/ssl/
client_cert_store_nss.h
16
class
CryptoModuleBlockingPasswordDelegate
;
23
typedef base::Callback<crypto::
CryptoModuleBlockingPasswordDelegate
*(
client_cert_store_nss.cc
83
scoped_ptr<crypto::
CryptoModuleBlockingPasswordDelegate
> password_delegate,
113
scoped_ptr<crypto::
CryptoModuleBlockingPasswordDelegate
> password_delegate;
/external/chromium/chrome/browser/ui/
crypto_module_password_dialog.h
16
class
CryptoModuleBlockingPasswordDelegate
;
49
// Returns a
CryptoModuleBlockingPasswordDelegate
to open a dialog and block
51
crypto::
CryptoModuleBlockingPasswordDelegate
*
/external/chromium_org/chrome/browser/ui/
crypto_module_delegate_nss.h
45
// crypto::
CryptoModuleBlockingPasswordDelegate
implementation.
75
crypto::
CryptoModuleBlockingPasswordDelegate
*
crypto_module_delegate_nss.cc
96
crypto::
CryptoModuleBlockingPasswordDelegate
*
/external/chromium/chrome/browser/ui/gtk/
crypto_module_password_dialog.cc
24
: public crypto::
CryptoModuleBlockingPasswordDelegate
{
223
crypto::
CryptoModuleBlockingPasswordDelegate
*
Completed in 510 milliseconds