Home
last modified time | relevance | path

Searched refs:ObservingPolicyStoreInterface (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/policy/
Dconfiguration_policy_store_interface.h55 class ObservingPolicyStoreInterface: public ConfigurationPolicyStoreInterface {
57 explicit ObservingPolicyStoreInterface( in ObservingPolicyStoreInterface() function
73 DISALLOW_COPY_AND_ASSIGN(ObservingPolicyStoreInterface);
Dconfiguration_policy_store_interface.cc24 void ObservingPolicyStoreInterface::Apply(ConfigurationPolicyType policy, in Apply()
Dconfiguration_policy_store_interface_unittest.cc16 ObservingPolicyStoreInterface observer(&store); in TEST()
Dprofile_policy_connector.cc127 ObservingPolicyStoreInterface observe(store); in Provide()