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

  /external/chromium_org/chrome/browser/policy/
policy_service.cc 11 PolicyNamespace::PolicyNamespace() {}
13 PolicyNamespace::PolicyNamespace(PolicyDomain domain,
18 PolicyNamespace::PolicyNamespace(const PolicyNamespace& other)
22 PolicyNamespace::~PolicyNamespace() {}
24 PolicyNamespace& PolicyNamespace::operator=(const PolicyNamespace& other)
    [all...]
policy_service.h 37 struct PolicyNamespace {
39 PolicyNamespace();
40 PolicyNamespace(PolicyDomain domain, const std::string& component_id);
41 PolicyNamespace(const PolicyNamespace& other);
42 ~PolicyNamespace();
44 PolicyNamespace& operator=(const PolicyNamespace& other);
45 bool operator<(const PolicyNamespace& other) const;
46 bool operator==(const PolicyNamespace& other) const
    [all...]

Completed in 37 milliseconds