Searched defs:UserPolicySigninServiceFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_factory.h24 class UserPolicySigninServiceFactory class in namespace:policy
27 // Returns an instance of the UserPolicySigninServiceFactory singleton.
28 static UserPolicySigninServiceFactory* GetInstance();
53 friend struct DefaultSingletonTraits<UserPolicySigninServiceFactory>;
55 UserPolicySigninServiceFactory();
56 virtual ~UserPolicySigninServiceFactory();
58 DISALLOW_COPY_AND_ASSIGN(UserPolicySigninServiceFactory);
H A Duser_policy_signin_service_factory.cc35 UserPolicySigninServiceFactory::UserPolicySigninServiceFactory() function in class:policy::UserPolicySigninServiceFactory
44 UserPolicySigninServiceFactory::~UserPolicySigninServiceFactory() {}
47 UserPolicySigninService* UserPolicySigninServiceFactory::GetForProfile(
54 UserPolicySigninServiceFactory* UserPolicySigninServiceFactory::GetInstance() {
55 return Singleton<UserPolicySigninServiceFactory>::get();
59 void UserPolicySigninServiceFactory::SetDeviceManagementServiceForTesting(
64 KeyedService* UserPolicySigninServiceFactory
[all...]

Completed in 204 milliseconds