Home | History | Annotate | Download | only in policy

Lines Matching defs:UserPolicyCache

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(
214 Value* UserPolicyCache::DecodeIntegerValue(
226 Value* UserPolicyCache::DecodeValue(const em::GenericValue& value) const {