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 23 class UserPolicySigninService : public UserPolicySigninServiceBase {
25 // Creates a UserPolicySigninService associated with the passed |profile|.
26 explicit UserPolicySigninService(Profile* profile);
27 virtual ~UserPolicySigninService();
73 DISALLOW_COPY_AND_ASSIGN(UserPolicySigninService);
user_policy_signin_service_android.h 23 class UserPolicySigninService : public UserPolicySigninServiceBase {
25 // Creates a UserPolicySigninService associated with the passed |profile|.
26 explicit UserPolicySigninService(Profile* profile);
27 virtual ~UserPolicySigninService();
56 base::WeakPtrFactory<UserPolicySigninService> weak_factory_;
58 DISALLOW_COPY_AND_ASSIGN(UserPolicySigninService);
user_policy_signin_service.cc 28 UserPolicySigninService::UserPolicySigninService(
47 UserPolicySigninService::~UserPolicySigninService() {}
49 void UserPolicySigninService::Shutdown() {
57 void UserPolicySigninService::RegisterPolicyClient(
79 base::Bind(&UserPolicySigninService::CallPolicyRegistrationCallback,
85 void UserPolicySigninService::CallPolicyRegistrationCallback(
96 void UserPolicySigninService::Observe(
136 void UserPolicySigninService::InitializeUserCloudPolicyManager
    [all...]
user_policy_signin_service_android.cc 39 UserPolicySigninService::UserPolicySigninService(Profile* profile)
43 UserPolicySigninService::~UserPolicySigninService() {}
45 void UserPolicySigninService::RegisterPolicyClient(
68 base::Bind(&UserPolicySigninService::CallPolicyRegistrationCallback,
74 void UserPolicySigninService::CallPolicyRegistrationCallback(
85 void UserPolicySigninService::Shutdown() {
91 void UserPolicySigninService::OnInitializationCompleted(
126 base::Bind(&UserPolicySigninService::RegisterCloudPolicyService
    [all...]

Completed in 287 milliseconds