Searched defs:PolicyBundle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dpolicy_bundle.cc12 PolicyBundle::PolicyBundle() {} function in class:policy::PolicyBundle
14 PolicyBundle::~PolicyBundle() {
18 PolicyMap& PolicyBundle::Get(const PolicyNamespace& ns) {
26 const PolicyMap& PolicyBundle::Get(const PolicyNamespace& ns) const {
32 void PolicyBundle::Swap(PolicyBundle* other) {
36 void PolicyBundle::CopyFrom(const PolicyBundle
[all...]
H A Dpolicy_bundle.h19 class POLICY_EXPORT PolicyBundle { class in namespace:policy
25 PolicyBundle();
26 virtual ~PolicyBundle();
33 void Swap(PolicyBundle* other);
36 void CopyFrom(const PolicyBundle& other);
44 void MergeFrom(const PolicyBundle& other);
47 bool Equals(const PolicyBundle& other) const;
68 DISALLOW_COPY_AND_ASSIGN(PolicyBundle);

Completed in 216 milliseconds