Searched refs:UserPolicyCache (Results 1 – 7 of 7) sorted by relevance
72 UserPolicyCache::UserPolicyCache(const FilePath& backing_file_path) in UserPolicyCache() function in policy::UserPolicyCache76 UserPolicyCache::~UserPolicyCache() { in ~UserPolicyCache()79 void UserPolicyCache::Load() { in Load()110 void UserPolicyCache::SetPolicy(const em::PolicyFetchResponse& policy) { in SetPolicy()118 void UserPolicyCache::SetUnmanaged() { in SetUnmanaged()127 void UserPolicyCache::PersistPolicy(const em::PolicyFetchResponse& policy, in PersistPolicy()143 bool UserPolicyCache::DecodePolicyData(const em::PolicyData& policy_data, in DecodePolicyData()181 void UserPolicyCache::MaybeDecodeOldstylePolicy( in MaybeDecodeOldstylePolicy()214 Value* UserPolicyCache::DecodeIntegerValue( in DecodeIntegerValue()226 Value* UserPolicyCache::DecodeValue(const em::GenericValue& value) const { in DecodeValue()
24 class UserPolicyCache : public CloudPolicyCacheBase {26 explicit UserPolicyCache(const FilePath& backing_file_path);27 virtual ~UserPolicyCache();63 DISALLOW_COPY_AND_ASSIGN(UserPolicyCache);
102 void SetPolicy(UserPolicyCache* cache, in SetPolicy()120 const PolicyMap& mandatory_policy(const UserPolicyCache& cache) { in mandatory_policy()124 const PolicyMap& recommended_policy(const UserPolicyCache& cache) { in recommended_policy()195 UserPolicyCache cache(test_file()); in TEST_F()203 UserPolicyCache cache(test_file()); in TEST_F()216 UserPolicyCache cache(test_file()); in TEST_F()228 UserPolicyCache cache(test_file()); in TEST_F()242 UserPolicyCache cache(test_file()); in TEST_F()251 UserPolicyCache cache(test_file()); in TEST_F()277 UserPolicyCache cache(test_file()); in TEST_F()[all …]
83 friend class UserPolicyCache; variable
58 new UserPolicyCache(policy_cache_dir.Append(kPolicyCacheFile)))); in ProfilePolicyConnector()
50 cache_.reset(new UserPolicyCache( in SetUp()
86 cache_.reset(new UserPolicyCache( in SetUp()