HomeSort by relevance Sort by last modified time
    Searched refs:CryptoModuleBlockingPasswordDelegate (Results 1 - 6 of 6) 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() {}
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/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/chrome/browser/ui/gtk/
crypto_module_password_dialog.cc 24 : public crypto::CryptoModuleBlockingPasswordDelegate {
223 crypto::CryptoModuleBlockingPasswordDelegate*

Completed in 147 milliseconds