HomeSort by relevance Sort by last modified time
    Searched defs:PolicyBundle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/policy/core/common/
policy_bundle.cc 12 PolicyBundle::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& other)
    [all...]
policy_bundle.h 19 class POLICY_EXPORT PolicyBundle {
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 50 milliseconds