/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | TypeSlots.py | 171 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/ |
D | crypto_module_password_dialog_view.cc | 23 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()
|
D | crypto_module_password_dialog_view.h | 26 CryptoModulePasswordDialogView(const std::string& slot_name, 55 const std::string& slot_name,
|
/external/chromium_org/chrome/browser/ui/ |
D | crypto_module_delegate_nss.cc | 47 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()
|
D | crypto_module_delegate_nss.h | 47 virtual std::string RequestPassword(const std::string& slot_name, 52 void ShowDialog(const std::string& slot_name, bool retry);
|
/external/chromium_org/crypto/ |
D | nss_crypto_module_delegate.h | 36 virtual std::string RequestPassword(const std::string& slot_name, bool retry,
|
/external/chromium_org/net/base/ |
D | keygen_handler_unittest.cc | 35 virtual std::string RequestPassword(const std::string& slot_name, in RequestPassword() argument
|