HomeSort by relevance Sort by last modified time
    Searched defs:UserPolicySigninService (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service.h 30 class UserPolicySigninService : public UserPolicySigninServiceBase,
33 // Creates a UserPolicySigninService associated with the passed
35 UserPolicySigninService(
43 virtual ~UserPolicySigninService();
99 DISALLOW_COPY_AND_ASSIGN(UserPolicySigninService);
user_policy_signin_service_mobile.h 31 class UserPolicySigninService : public UserPolicySigninServiceBase {
33 // Creates a UserPolicySigninService associated with the passed |profile|.
34 UserPolicySigninService(
42 virtual ~UserPolicySigninService();
103 base::WeakPtrFactory<UserPolicySigninService> weak_factory_;
105 DISALLOW_COPY_AND_ASSIGN(UserPolicySigninService);
user_policy_signin_service.cc 26 UserPolicySigninService::UserPolicySigninService(
54 UserPolicySigninService::~UserPolicySigninService() {
57 void UserPolicySigninService::PrepareForUserCloudPolicyManagerShutdown() {
66 void UserPolicySigninService::Shutdown() {
71 void UserPolicySigninService::RegisterForPolicy(
95 base::Bind(&UserPolicySigninService::CallPolicyRegistrationCallback,
101 void UserPolicySigninService::CallPolicyRegistrationCallback(
108 void UserPolicySigninService::OnRefreshTokenAvailable
    [all...]
user_policy_signin_service_mobile.cc 46 UserPolicySigninService::UserPolicySigninService(
70 UserPolicySigninService::~UserPolicySigninService() {}
72 void UserPolicySigninService::RegisterForPolicy(
79 void UserPolicySigninService::RegisterForPolicyWithAccessToken(
87 std::vector<std::string> UserPolicySigninService::GetScopes() {
92 void UserPolicySigninService::RegisterForPolicyInternal(
116 base::Bind(&UserPolicySigninService::CallPolicyRegistrationCallback,
126 base::Bind(&UserPolicySigninService::CallPolicyRegistrationCallback
    [all...]

Completed in 44 milliseconds