Home
last modified time | relevance | path

Searched defs:slot_name (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
Dcrypto_module_password_dialog_view.cc23 const std::string& slot_name, in CryptoModulePasswordDialogView()
81 const std::string& slot_name, in Init()
154 const std::string& slot_name, in ShowCryptoModulePasswordDialog()
/external/chromium_org/chrome/browser/ui/
Dcrypto_module_delegate_nss.cc47 const std::string& slot_name, in RequestPassword()
68 void ChromeNSSCryptoModuleDelegate::ShowDialog(const std::string& slot_name, in ShowDialog()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DTypeSlots.py171 def __init__(self, slot_name, dynamic=False, inherited=False, argument
251 def __init__(self, slot_name, value, py3=True, py2=True, ifdef=None): argument
262 def __init__(self, slot_name, py3=True, py2=True, ifdef=None): argument
273 def __init__(self, signature, slot_name, method_name, fallback=None, argument
308 def __init__(self, slot_name, **kargs): argument
319 def __init__(self, slot_name, **kargs): argument
348 def __init__(self, slot_name, method, **kargs): argument
377 def __init__(self, slot_name, user_methods, default_value, **kargs): argument
427 def __init__(self, sub_slots, slot_type, slot_name): argument
/external/chromium_org/net/base/
Dkeygen_handler_unittest.cc35 virtual std::string RequestPassword(const std::string& slot_name, in RequestPassword()