OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DevicePolicyCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/policy/
device_policy_cache.h
27
class
DevicePolicyCache
: public CloudPolicyCacheBase,
30
explicit
DevicePolicyCache
(DevicePolicyIdentityStrategy* identity_strategy,
32
virtual ~
DevicePolicyCache
();
49
DevicePolicyCache
(
76
base::ScopedCallbackFactory<
DevicePolicyCache
> callback_factory_;
78
DISALLOW_COPY_AND_ASSIGN(
DevicePolicyCache
);
device_policy_cache.cc
112
DevicePolicyCache
::
DevicePolicyCache
(
122
DevicePolicyCache
::
DevicePolicyCache
(
133
DevicePolicyCache
::~
DevicePolicyCache
() {
137
void
DevicePolicyCache
::Load() {
141
void
DevicePolicyCache
::SetPolicy(const em::PolicyFetchResponse& policy) {
176
&
DevicePolicyCache
::PolicyStoreOpCompleted));
179
void
DevicePolicyCache
::SetUnmanaged()
[
all
...]
Completed in 71 milliseconds