OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PolicyRule
(Results
1 - 2
of
2
) 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
...]
Completed in 53 milliseconds