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

/external/chromium/chrome/browser/policy/
H A Duser_policy_cache.h24 class UserPolicyCache : public CloudPolicyCacheBase { class in namespace:policy
26 explicit UserPolicyCache(const FilePath& backing_file_path);
27 virtual ~UserPolicyCache();
63 DISALLOW_COPY_AND_ASSIGN(UserPolicyCache);
H A Duser_policy_cache.cc72 UserPolicyCache::UserPolicyCache(const FilePath& backing_file_path) function in class:policy::UserPolicyCache
76 UserPolicyCache::~UserPolicyCache() {
79 void UserPolicyCache::Load() {
110 void UserPolicyCache::SetPolicy(const em::PolicyFetchResponse& policy) {
118 void UserPolicyCache::SetUnmanaged() {
127 void UserPolicyCache::PersistPolicy(const em::PolicyFetchResponse& policy,
143 bool UserPolicyCache::DecodePolicyData(const em::PolicyData& policy_data,
181 void UserPolicyCache
[all...]

Completed in 28 milliseconds