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

  /external/chromium_org/chrome/browser/signin/
local_auth_unittest.cc 29 EXPECT_EQ("", cache.GetLocalAuthCredentialsOfProfileAtIndex(0));
39 std::string passhash = cache.GetLocalAuthCredentialsOfProfileAtIndex(0);
58 EXPECT_NE(passhash, cache.GetLocalAuthCredentialsOfProfileAtIndex(0));
local_auth.cc 158 info.GetLocalAuthCredentialsOfProfileAtIndex(info_index);
  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 43 virtual std::string GetLocalAuthCredentialsOfProfileAtIndex(
profile_info_cache.h 69 virtual std::string GetLocalAuthCredentialsOfProfileAtIndex(
profile_info_cache.cc 356 std::string ProfileInfoCache::GetLocalAuthCredentialsOfProfileAtIndex(
    [all...]

Completed in 60 milliseconds