OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserPolicyCache
(Results
1 - 7
of
7
) 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
...]
user_policy_cache_unittest.cc
102
void SetPolicy(
UserPolicyCache
* cache,
120
const PolicyMap& mandatory_policy(const
UserPolicyCache
& cache) {
124
const PolicyMap& recommended_policy(const
UserPolicyCache
& cache) {
195
UserPolicyCache
cache(test_file());
203
UserPolicyCache
cache(test_file());
216
UserPolicyCache
cache(test_file());
228
UserPolicyCache
cache(test_file());
242
UserPolicyCache
cache(test_file());
251
UserPolicyCache
cache(test_file());
277
UserPolicyCache
cache(test_file())
[
all
...]
configuration_policy_provider.h
83
friend class
UserPolicyCache
;
profile_policy_connector.cc
58
new
UserPolicyCache
(policy_cache_dir.Append(kPolicyCacheFile))));
device_token_fetcher_unittest.cc
50
cache_.reset(new
UserPolicyCache
(
cloud_policy_controller_unittest.cc
86
cache_.reset(new
UserPolicyCache
(
Completed in 361 milliseconds