ValidateLocalAuthCredentials 198 chrome/browser/signin/local_auth.cc return ValidateLocalAuthCredentials(info_index, password); ValidateLocalAuthCredentials 30 chrome/browser/signin/local_auth.h bool ValidateLocalAuthCredentials(size_t profile_info_index, ValidateLocalAuthCredentials 33 chrome/browser/signin/local_auth.h bool ValidateLocalAuthCredentials(const Profile* profile, ValidateLocalAuthCredentials 36 chrome/browser/signin/local_auth_unittest.cc EXPECT_FALSE(ValidateLocalAuthCredentials(prof, password)); ValidateLocalAuthCredentials 54 chrome/browser/signin/local_auth_unittest.cc EXPECT_TRUE(ValidateLocalAuthCredentials(prof, password)); ValidateLocalAuthCredentials 55 chrome/browser/signin/local_auth_unittest.cc EXPECT_FALSE(ValidateLocalAuthCredentials(prof, password + "1")); ValidateLocalAuthCredentials 238 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc if (!chrome::ValidateLocalAuthCredentials(profile_index, password)) {