Lines Matching refs:password
111 // since they are not necessary to input a login password. Users are still
312 // an event. This is necessary to allow message bubble and password
538 // No password entry. Move the lock widget to off screen.
626 // without asking password. Used in BWSI and auto login mode.
837 const std::string& password,
855 service->SetPassphrase(password, false, true);
874 // i.e. blocking UI after password change is in place.
895 void ScreenLocker::Authenticate(const string16& password) {
896 if (password.empty())
909 password));
916 UTF16ToUTF8(password)));
1035 // typed in password, for example, when a user closed the lid
1036 // immediately after typing in the password.
1103 // Don't enable the password field until we grab all inputs.