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

  /external/chromium_org/chrome/browser/policy/cloud/
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...]
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_factory.h 20 class UserPolicySigninService;
30 // Returns the instance of UserPolicySigninService for the passed |profile|.
32 static UserPolicySigninService* GetForProfile(Profile* profile);
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_factory.cc 37 "UserPolicySigninService",
47 UserPolicySigninService* UserPolicySigninServiceFactory::GetForProfile(
49 return static_cast<UserPolicySigninService*>(
72 UserPolicySigninService* service = new UserPolicySigninService(
user_policy_signin_service_unittest.cc 128 void RegisterPolicyClientWithCallback(UserPolicySigninService* service) {
217 // Initializing UserPolicySigninService while the user is not signed in
262 UserPolicySigninService* signin_service =
580 UserPolicySigninService* signin_service =
607 UserPolicySigninService* signin_service =
636 UserPolicySigninService* signin_service =
675 UserPolicySigninService* signin_service =
723 UserPolicySigninService* signin_service =
  /external/chromium_org/chrome/browser/android/signin/
signin_manager_android.cc 94 policy::UserPolicySigninService* service =
113 policy::UserPolicySigninService* service =
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_starter.cc 158 policy::UserPolicySigninService* policy_service =
244 policy::UserPolicySigninService* policy_service =

Completed in 82 milliseconds