Searched refs:GotPassword (Results 1 – 5 of 5) sorted by relevance
39 void GotPassword(const char* password);77 GotPassword(user_pin.c_str()); in Start()87 NewCallback(this, &SlotUnlocker::GotPassword)); in Start()94 void SlotUnlocker::GotPassword(const char* password) { in GotPassword() function in __anon329f19e90111::SlotUnlocker
39 void GotPassword(const std::string& password);77 base::Bind(&SlotUnlocker::GotPassword, base::Unretained(this))); in Start()84 void SlotUnlocker::GotPassword(const std::string& password) { in GotPassword() function in __anon8f14f4d00111::SlotUnlocker
76 base::Bind(&ChromeNSSCryptoModuleDelegate::GotPassword, in ShowDialog()82 void ChromeNSSCryptoModuleDelegate::GotPassword(const std::string& password) { in GotPassword() function in ChromeNSSCryptoModuleDelegate
53 void GotPassword(const std::string& password);
62 NewCallback(this, &CryptoModuleBlockingDialogDelegate::GotPassword)); in ShowDialog()64 void GotPassword(const char* password) { in GotPassword() function in __anon61f0268b0111::CryptoModuleBlockingDialogDelegate