Lines Matching refs:username

177     const std::string& username,
182 LOG(WARNING) << "SetUserInputMethod('" << username
192 users_lru_input_methods->SetStringWithoutPathExpansion(username, "");
199 DLOG(ERROR) << "SigninScreenHandler::SetUserInputMethod('" << username
802 const std::string& username) const {
808 DLOG(WARNING) << "GetUserLRUInputMethod('" << username
815 if (!users_lru_input_methods->GetStringWithoutPathExpansion(username,
817 DVLOG(0) << "GetUserLRUInputMethod('" << username
842 void SigninScreenHandler::OnUserRemoved(const std::string& username) {
843 CallJS("login.AccountPickerScreen.removeUser", username);
899 void SigninScreenHandler::ShowGaiaPasswordChanged(const std::string& username) {
900 gaia_screen_handler_->PasswordChangedFor(username);
901 gaia_screen_handler_->PopulateEmail(username);
902 core_oobe_actor_->ShowSignInUI(username);
904 username,
914 const std::string& username,
917 gaia_screen_handler_->ShowSigninScreenForCreds(username, password);
971 const std::string& username,
976 CallJS("login.AccountPickerScreen.showUserPodCustomIcon", username, *icon);
979 void SigninScreenHandler::HideUserPodCustomIcon(const std::string& username) {
980 CallJS("login.AccountPickerScreen.hideUserPodCustomIcon", username);
989 const std::string& username,
992 if (delegate_->GetAuthType(username) ==
996 delegate_->SetAuthType(username, auth_type);
999 username,
1005 const std::string& username) const {
1006 return delegate_->GetAuthType(username);
1051 const std::string& username,
1055 const std::string input_method = GetUserLRUInputMethod(username);
1058 succeed = SetUserInputMethodImpl(username, input_method, ime_state);
1064 DVLOG(0) << "SetUserInputMethod('" << username
1086 void SigninScreenHandler::HandleAuthenticateUser(const std::string& username,
1090 UserContext user_context(username);
1095 void SigninScreenHandler::HandleAttemptUnlock(const std::string& username) {
1096 EasyUnlockService* service = GetEasyUnlockServiceForUser(username);
1099 service->AttemptAuth(username);
1470 const std::string& username) const {
1480 if ((*it)->email() == username) {