Searched refs:GotPassword (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dcrypto_module_password_dialog_nss.cc27 // 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) { function in class:__anon5075::SlotUnlocker
H A Dcrypto_module_delegate_nss.cc77 base::Bind(&ChromeNSSCryptoModuleDelegate::GotPassword,
78 // RequestPassword is blocked on |event_| until GotPassword is
83 void ChromeNSSCryptoModuleDelegate::GotPassword(const std::string& password) { function in class:ChromeNSSCryptoModuleDelegate
H A Dcrypto_module_delegate_nss.h54 void GotPassword(const std::string& password);

Completed in 78 milliseconds