HomeSort by relevance Sort by last modified time
    Searched refs:GotPassword (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 28 // GotPassword for what is yet unimplemented.
39 void GotPassword(const char* password);
77 GotPassword(user_pin.c_str());
87 NewCallback(this, &SlotUnlocker::GotPassword));
94 void SlotUnlocker::GotPassword(const char* password) {
  /external/chromium_org/chrome/browser/ui/
crypto_module_delegate_nss.h 53 void GotPassword(const std::string& password);
crypto_module_delegate_nss.cc 76 base::Bind(&ChromeNSSCryptoModuleDelegate::GotPassword,
77 // RequestPassword is blocked on |event_| until GotPassword is
82 void ChromeNSSCryptoModuleDelegate::GotPassword(const std::string& password) {
crypto_module_password_dialog_nss.cc 27 // GotPassword for what is yet unimplemented.
39 void GotPassword(const std::string& password);
77 base::Bind(&SlotUnlocker::GotPassword, base::Unretained(this)));
84 void SlotUnlocker::GotPassword(const std::string& password) {
  /external/chromium/chrome/browser/ui/gtk/
crypto_module_password_dialog.cc 62 NewCallback(this, &CryptoModuleBlockingDialogDelegate::GotPassword));
64 void GotPassword(const char* password) {

Completed in 91 milliseconds