Searched refs:slot_name (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/crypto/
H A Dnss_crypto_module_delegate.h30 // Requests a password to unlock |slot_name|. The interface is synchronous
36 virtual std::string RequestPassword(const std::string& slot_name, bool retry,
/external/chromium_org/chrome/browser/ui/
H A Dcrypto_module_delegate_nss.cc47 const std::string& slot_name,
60 slot_name,
68 void ChromeNSSCryptoModuleDelegate::ShowDialog(const std::string& slot_name, argument
72 slot_name,
46 RequestPassword( const std::string& slot_name, bool retry, bool* cancelled) argument
H A Dcrypto_module_delegate_nss.h47 virtual std::string RequestPassword(const std::string& slot_name,
52 void ShowDialog(const std::string& slot_name, bool retry);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DTypeSlots.py164 # slot_name string Member name of the slot in the type object
171 def __init__(self, slot_name, dynamic=False, inherited=False,
173 self.slot_name = slot_name
214 code.putln("%s, /*%s*/" % (inherited_value, self.slot_name))
220 code.putln("%s, /*%s*/" % (value, self.slot_name))
240 self.slot_name,
251 def __init__(self, slot_name, value, py3=True, py2=True, ifdef=None):
252 SlotDescriptor.__init__(self, slot_name, py3=py3, py2=py2, ifdef=ifdef)
262 def __init__(self, slot_name, py
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dcrypto_module_password_dialog_view.cc23 const std::string& slot_name,
28 Init(hostname, slot_name, reason);
81 const std::string& slot_name,
86 const base::string16& slot16 = base::UTF8ToUTF16(slot_name);
154 const std::string& slot_name,
161 new CryptoModulePasswordDialogView(slot_name, reason, hostname, callback);
22 CryptoModulePasswordDialogView( const std::string& slot_name, CryptoModulePasswordReason reason, const std::string& hostname, const CryptoModulePasswordCallback& callback) argument
80 Init(const std::string& hostname, const std::string& slot_name, CryptoModulePasswordReason reason) argument
153 ShowCryptoModulePasswordDialog( const std::string& slot_name, bool retry, CryptoModulePasswordReason reason, const std::string& hostname, gfx::NativeWindow parent, const CryptoModulePasswordCallback& callback) argument
H A Dcrypto_module_password_dialog_view.h26 CryptoModulePasswordDialogView(const std::string& slot_name,
55 const std::string& slot_name,
/external/chromium_org/net/base/
H A Dkeygen_handler_unittest.cc35 virtual std::string RequestPassword(const std::string& slot_name,

Completed in 345 milliseconds