Home
last modified time | relevance | path

Searched refs:NotifyNamespaceUpdated (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/components/policy/core/common/
Dpolicy_service_impl.cc174 void PolicyServiceImpl::NotifyNamespaceUpdated( in NotifyNamespaceUpdated() function in policy::PolicyServiceImpl
210 NotifyNamespaceUpdated(it_new->first, kEmpty, *it_new->second); in MergeAndTriggerUpdates()
214 NotifyNamespaceUpdated(it_old->first, *it_old->second, kEmpty); in MergeAndTriggerUpdates()
219 NotifyNamespaceUpdated(it_new->first, *it_old->second, *it_new->second); in MergeAndTriggerUpdates()
228 NotifyNamespaceUpdated(it_new->first, kEmpty, *it_new->second); in MergeAndTriggerUpdates()
232 NotifyNamespaceUpdated(it_old->first, *it_old->second, kEmpty); in MergeAndTriggerUpdates()
Dpolicy_service_impl.h56 void NotifyNamespaceUpdated(const PolicyNamespace& ns,