Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DTypeSlots.py171 def __init__(self, slot_name, dynamic=False, inherited=False, argument
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): argument
252 SlotDescriptor.__init__(self, slot_name, py3=py3, py2=py2, ifdef=ifdef)
262 def __init__(self, slot_name, py3=True, py2=True, ifdef=None): argument
263 FixedSlot.__init__(self, slot_name, "0", py3=py3, py2=py2, ifdef=ifdef)
273 def __init__(self, signature, slot_name, method_name, fallback=None, argument
[all …]
/external/chromium_org/chrome/browser/ui/views/
Dcrypto_module_password_dialog_view.cc23 const std::string& slot_name, in CryptoModulePasswordDialogView() argument
28 Init(hostname, slot_name, reason); in CryptoModulePasswordDialogView()
81 const std::string& slot_name, in Init() argument
86 const base::string16& slot16 = base::UTF8ToUTF16(slot_name); in Init()
154 const std::string& slot_name, in ShowCryptoModulePasswordDialog() argument
161 new CryptoModulePasswordDialogView(slot_name, reason, hostname, callback); in ShowCryptoModulePasswordDialog()
Dcrypto_module_password_dialog_view.h26 CryptoModulePasswordDialogView(const std::string& slot_name,
55 const std::string& slot_name,
/external/chromium_org/chrome/browser/ui/
Dcrypto_module_delegate_nss.cc47 const std::string& slot_name, in RequestPassword() argument
60 slot_name, in RequestPassword()
68 void ChromeNSSCryptoModuleDelegate::ShowDialog(const std::string& slot_name, in ShowDialog() argument
72 slot_name, in ShowDialog()
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/crypto/
Dnss_crypto_module_delegate.h36 virtual std::string RequestPassword(const std::string& slot_name, bool retry,
/external/chromium_org/net/base/
Dkeygen_handler_unittest.cc35 virtual std::string RequestPassword(const std::string& slot_name, in RequestPassword() argument