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

  /external/chromium_org/components/policy/core/common/
policy_namespace.cc 9 PolicyNamespace::PolicyNamespace() {}
11 PolicyNamespace::PolicyNamespace(PolicyDomain domain,
16 PolicyNamespace::PolicyNamespace(const PolicyNamespace& other)
20 PolicyNamespace::~PolicyNamespace() {}
22 PolicyNamespace& PolicyNamespace::operator=(const PolicyNamespace& other)
    [all...]
policy_namespace.h 32 struct POLICY_EXPORT PolicyNamespace {
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& other) const
    [all...]

Completed in 39 milliseconds