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 29 class UserPolicySigninService : public UserPolicySigninServiceBase,
32 // Creates a UserPolicySigninService associated with the passed |profile|.
33 UserPolicySigninService(
39 virtual ~UserPolicySigninService();
92 DISALLOW_COPY_AND_ASSIGN(UserPolicySigninService);
user_policy_signin_service_android.h 29 class UserPolicySigninService : public UserPolicySigninServiceBase {
31 // Creates a UserPolicySigninService associated with the passed |profile|.
32 UserPolicySigninService(
38 virtual ~UserPolicySigninService();
67 base::WeakPtrFactory<UserPolicySigninService> weak_factory_;
73 DISALLOW_COPY_AND_ASSIGN(UserPolicySigninService);
user_policy_signin_service.cc 26 UserPolicySigninService::UserPolicySigninService(
49 UserPolicySigninService::~UserPolicySigninService() {
52 void UserPolicySigninService::PrepareForUserCloudPolicyManagerShutdown() {
61 void UserPolicySigninService::Shutdown() {
66 void UserPolicySigninService::RegisterForPolicy(
91 base::Bind(&UserPolicySigninService::CallPolicyRegistrationCallback,
97 void UserPolicySigninService::CallPolicyRegistrationCallback(
104 void UserPolicySigninService::OnRefreshTokenAvailable
    [all...]
user_policy_signin_service_android.cc 40 UserPolicySigninService::UserPolicySigninService(
53 UserPolicySigninService::~UserPolicySigninService() {}
55 void UserPolicySigninService::RegisterForPolicy(
78 base::Bind(&UserPolicySigninService::CallPolicyRegistrationCallback,
84 void UserPolicySigninService::CallPolicyRegistrationCallback(
91 void UserPolicySigninService::Shutdown() {
97 void UserPolicySigninService::OnInitializationCompleted(
132 base::Bind(&UserPolicySigninService::RegisterCloudPolicyService
    [all...]

Completed in 180 milliseconds