Searched refs:ValidateLocalAuthCredentials (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Dlocal_auth.h30 bool ValidateLocalAuthCredentials(size_t profile_info_index,
33 bool ValidateLocalAuthCredentials(const Profile* profile,
H A Dlocal_auth_unittest.cc36 EXPECT_FALSE(ValidateLocalAuthCredentials(prof, password));
54 EXPECT_TRUE(ValidateLocalAuthCredentials(prof, password));
55 EXPECT_FALSE(ValidateLocalAuthCredentials(prof, password + "1"));
H A Dlocal_auth.cc152 bool ValidateLocalAuthCredentials(size_t info_index, function in namespace:chrome
195 bool ValidateLocalAuthCredentials(const Profile* profile, function in namespace:chrome
197 return ValidateLocalAuthCredentials(GetProfileInfoIndexOfProfile(profile),
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_screen_handler.cc347 if (!chrome::ValidateLocalAuthCredentials(profile_index, password)) {

Completed in 64 milliseconds