HomeSort by relevance Sort by last modified time
    Searched defs:UserPolicyCache (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/policy/
user_policy_cache.h 24 class UserPolicyCache : public CloudPolicyCacheBase {
26 explicit UserPolicyCache(const FilePath& backing_file_path);
27 virtual ~UserPolicyCache();
63 DISALLOW_COPY_AND_ASSIGN(UserPolicyCache);
user_policy_cache.cc 72 UserPolicyCache::UserPolicyCache(const FilePath& backing_file_path)
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::MaybeDecodeOldstylePolicy
    [all...]

Completed in 1288 milliseconds