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

/external/chromium_org/chrome/browser/policy/
H A Dpolicy_bundle.cc13 PolicyBundle::PolicyBundle() {} function in class:policy::PolicyBundle
15 PolicyBundle::~PolicyBundle() {
19 PolicyMap& PolicyBundle::Get(const PolicyNamespace& ns) {
27 const PolicyMap& PolicyBundle::Get(const PolicyNamespace& ns) const {
33 void PolicyBundle::Swap(PolicyBundle* other) {
37 void PolicyBundle::CopyFrom(const PolicyBundle
[all...]
H A Dpolicy_bundle.h19 class 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 61 milliseconds