OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitializeForSignedInUser
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_base.h
121
//
InitializeForSignedInUser
(); otherwise it clears any stored policies.
129
void
InitializeForSignedInUser
(const std::string& username);
132
// called from
InitializeForSignedInUser
() when the Profile already has a
user_policy_signin_service.cc
119
InitializeForSignedInUser
(GetSigninManager()->GetAuthenticatedUsername());
user_policy_signin_service_base.cc
197
InitializeForSignedInUser
(username);
200
void UserPolicySigninServiceBase::
InitializeForSignedInUser
(
Completed in 793 milliseconds