Home
last modified time | relevance | path

Searched refs:UserPolicyCache (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/policy/
Duser_policy_cache.cc72 UserPolicyCache::UserPolicyCache(const FilePath& backing_file_path) in UserPolicyCache() function in policy::UserPolicyCache
76 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()
Duser_policy_cache.h24 class UserPolicyCache : public CloudPolicyCacheBase {
26 explicit UserPolicyCache(const FilePath& backing_file_path);
27 virtual ~UserPolicyCache();
63 DISALLOW_COPY_AND_ASSIGN(UserPolicyCache);
Duser_policy_cache_unittest.cc102 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 …]
Dconfiguration_policy_provider.h83 friend class UserPolicyCache; variable
Dprofile_policy_connector.cc58 new UserPolicyCache(policy_cache_dir.Append(kPolicyCacheFile)))); in ProfilePolicyConnector()
Ddevice_token_fetcher_unittest.cc50 cache_.reset(new UserPolicyCache( in SetUp()
Dcloud_policy_controller_unittest.cc86 cache_.reset(new UserPolicyCache( in SetUp()