OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
37
virtual std::string
GetLocalAuthCredentialsOfProfileAtIndex
(
profile_info_cache.h
64
virtual std::string
GetLocalAuthCredentialsOfProfileAtIndex
(
profile_info_cache.cc
333
std::string ProfileInfoCache::
GetLocalAuthCredentialsOfProfileAtIndex
(
Completed in 40 milliseconds