OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObservingPolicyStoreInterface
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/policy/
configuration_policy_store_interface.h
55
class
ObservingPolicyStoreInterface
: public ConfigurationPolicyStoreInterface {
57
explicit
ObservingPolicyStoreInterface
(
73
DISALLOW_COPY_AND_ASSIGN(
ObservingPolicyStoreInterface
);
configuration_policy_store_interface.cc
24
void
ObservingPolicyStoreInterface
::Apply(ConfigurationPolicyType policy,
configuration_policy_store_interface_unittest.cc
16
ObservingPolicyStoreInterface
observer(&store);
profile_policy_connector.cc
127
ObservingPolicyStoreInterface
observe(store);
Completed in 660 milliseconds