HomeSort by relevance Sort by last modified time
    Searched refs:ValidateLocalAuthCredentials (Results 1 - 4 of 4) sorted by null

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

Completed in 243 milliseconds