HomeSort by relevance Sort by last modified time
    Searched refs:PolicyRule (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/sandbox/win/src/
policy_low_level.h 23 // PolicyRule rule1(ASK_BROKER);
28 // PolicyRule rule2(FAKE_SUCCESS);
77 class PolicyRule;
95 bool AddRule(int service, PolicyRule* rule);
103 const PolicyRule* rule;
126 class PolicyRule {
130 explicit PolicyRule(EvalResult action);
131 PolicyRule(const PolicyRule& other);
132 ~PolicyRule();
    [all...]
policy_low_level.cc 37 bool LowLevelPolicy::AddRule(int service, PolicyRule* rule) {
42 PolicyRule* local_rule = new PolicyRule(*rule);
65 typedef std::list<const PolicyRule*> RuleList;
91 const PolicyRule* rule = (*rules_it);
119 PolicyRule::PolicyRule(EvalResult action)
128 PolicyRule::PolicyRule(const PolicyRule& other)
    [all...]
filesystem_policy.cc 101 PolicyRule create(result);
102 PolicyRule open(result);
103 PolicyRule query(result);
104 PolicyRule query_full(result);
105 PolicyRule rename(result);
183 // rule = new PolicyRule(ASK_BROKER);
187 PolicyRule format(ASK_BROKER);
188 PolicyRule short_name(ASK_BROKER);
handle_policy.cc 22 PolicyRule duplicate_rule(ASK_BROKER);
named_pipe_policy.cc 51 PolicyRule pipe(ASK_BROKER);
policy_low_level_unittest.cc 21 PolicyRule pr(ASK_BROKER);
33 PolicyRule pr(ASK_BROKER);
54 PolicyRule pr(ASK_BROKER);
87 PolicyRule pr(ASK_BROKER);
125 PolicyRule pr(ASK_BROKER);
158 PolicyRule pr(ASK_BROKER);
196 PolicyRule pr(ASK_BROKER);
244 PolicyRule pr(ASK_BROKER);
317 PolicyRule pr(ASK_BROKER);
388 PolicyRule pr_pipe(FAKE_SUCCESS)
    [all...]
process_thread_policy.cc 79 scoped_ptr<PolicyRule> process;
82 process.reset(new PolicyRule(GIVE_READONLY));
86 process.reset(new PolicyRule(GIVE_ALLACCESS));
registry_policy.cc 132 PolicyRule open(result);
133 PolicyRule create(result);
sync_policy.cc 150 PolicyRule open(result);
168 PolicyRule create(result);

Completed in 2520 milliseconds