Home | History | Annotate | Download | only in policy

Lines Matching refs:UserCloudPolicyManagerChromeOS

27 class UserCloudPolicyManagerChromeOS;
30 // for UserCloudPolicyManagerChromeOS instances that initialize per-profile
33 // UserCloudPolicyManagerChromeOS is handled different than other
40 // PrefService directly depending on UserCloudPolicyManagerChromeOS once the
49 // Returns the UserCloudPolicyManagerChromeOS instance associated with
51 static UserCloudPolicyManagerChromeOS* GetForProfile(Profile* profile);
59 static scoped_ptr<UserCloudPolicyManagerChromeOS> CreateForProfile(
71 UserCloudPolicyManagerChromeOS* GetManagerForProfile(Profile* profile);
72 scoped_ptr<UserCloudPolicyManagerChromeOS> CreateManagerForProfile(
87 typedef std::map<Profile*, UserCloudPolicyManagerChromeOS*> ManagerMap;