Home
last modified time | relevance | path

Searched refs:GetLocalAuthCredentialsOfProfileAtIndex (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/signin/
Dlocal_auth_unittest.cc29 EXPECT_EQ("", cache.GetLocalAuthCredentialsOfProfileAtIndex(0)); in TEST()
39 std::string passhash = cache.GetLocalAuthCredentialsOfProfileAtIndex(0); in TEST()
58 EXPECT_NE(passhash, cache.GetLocalAuthCredentialsOfProfileAtIndex(0)); in TEST()
Dlocal_auth.cc166 info.GetLocalAuthCredentialsOfProfileAtIndex(info_index); in ValidateLocalAuthCredentials()
/external/chromium_org/chrome/browser/profiles/
Dprofile_info_interface.h43 virtual std::string GetLocalAuthCredentialsOfProfileAtIndex(
Dprofile_info_cache.h69 virtual std::string GetLocalAuthCredentialsOfProfileAtIndex(
Dprofile_info_cache.cc339 std::string ProfileInfoCache::GetLocalAuthCredentialsOfProfileAtIndex( in GetLocalAuthCredentialsOfProfileAtIndex() function in ProfileInfoCache