Searched defs:PolicyNamespace (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/components/policy/core/common/
H A Dpolicy_namespace.cc9 PolicyNamespace::PolicyNamespace() {} function in class:policy::PolicyNamespace
11 PolicyNamespace::PolicyNamespace(PolicyDomain domain, function in class:policy::PolicyNamespace
16 PolicyNamespace::PolicyNamespace(const PolicyNamespace& other) function in class:policy::PolicyNamespace
20 PolicyNamespace::~PolicyNamespace() {}
22 PolicyNamespace
[all...]
H A Dpolicy_namespace.h32 struct POLICY_EXPORT PolicyNamespace { struct in namespace:policy
34 PolicyNamespace();
35 PolicyNamespace(PolicyDomain domain, const std::string& component_id);
36 PolicyNamespace(const PolicyNamespace& other);
37 ~PolicyNamespace();
39 PolicyNamespace& operator=(const PolicyNamespace& other);
40 bool operator<(const PolicyNamespace& other) const;
41 bool operator==(const PolicyNamespace
[all...]

Completed in 36 milliseconds