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

  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_base.cc 25 UserPolicySigninServiceBase::UserPolicySigninServiceBase(
45 UserPolicySigninServiceBase::~UserPolicySigninServiceBase() {}
47 void UserPolicySigninServiceBase::FetchPolicyForSignedInUser(
73 void UserPolicySigninServiceBase::GoogleSignedOut(const std::string& account_id,
78 void UserPolicySigninServiceBase::Observe(
99 void UserPolicySigninServiceBase::OnInitializationCompleted(
106 void UserPolicySigninServiceBase::OnPolicyFetched(CloudPolicyClient* client) {}
108 void UserPolicySigninServiceBase::OnRegistrationStateChanged
    [all...]
user_policy_signin_service.cc 34 : UserPolicySigninServiceBase(profile,
63 UserPolicySigninServiceBase::PrepareForUserCloudPolicyManagerShutdown();
67 UserPolicySigninServiceBase::Shutdown();
130 UserPolicySigninServiceBase::InitializeUserCloudPolicyManager(username,
140 UserPolicySigninServiceBase::ShutdownUserCloudPolicyManager();
user_policy_signin_service_base.h 47 class UserPolicySigninServiceBase : public KeyedService,
64 // Creates a UserPolicySigninServiceBase associated with the passed |profile|.
65 UserPolicySigninServiceBase(
72 virtual ~UserPolicySigninServiceBase();
178 base::WeakPtrFactory<UserPolicySigninServiceBase> weak_factory_;
180 DISALLOW_COPY_AND_ASSIGN(UserPolicySigninServiceBase);
user_policy_signin_service.h 28 // A specialization of the UserPolicySigninServiceBase for the desktop
30 class UserPolicySigninService : public UserPolicySigninServiceBase,
64 // UserPolicySigninServiceBase implementation:
user_policy_signin_service_mobile.cc 54 : UserPolicySigninServiceBase(profile,
144 UserPolicySigninServiceBase::Shutdown();
189 UserPolicySigninServiceBase::ShutdownUserCloudPolicyManager();
user_policy_signin_service_mobile.h 29 // A specialization of the UserPolicySigninServiceBase for the mobile platforms
31 class UserPolicySigninService : public UserPolicySigninServiceBase {
82 // Overridden from UserPolicySigninServiceBase to cancel the pending delayed

Completed in 54 milliseconds