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 149 bool ValidateLocalAuthCredentials(size_t info_index,
187 bool ValidateLocalAuthCredentials(const Profile* profile,
198 return ValidateLocalAuthCredentials(info_index, password);
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 213 if (!chrome::ValidateLocalAuthCredentials(profile_index, password)) {

Completed in 2509 milliseconds