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

  /external/chromium_org/sandbox/win/src/
policy_engine_unittest.cc 59 kPolNegateEval);
policy_low_level.cc 163 options = kPolClearContext | kPolNegateEval;
168 options = kPolUseOREval | kPolNegateEval;
283 uint32 opts = (rule_type == IF_NOT)? kPolNegateEval : kPolNone;
policy_engine_opcodes.h 90 const uint32 kPolNegateEval = 1;
98 // used with kPolNegateEval. For example if you have a condition best expressed
191 // Returns the stored options such as kPolNegateEval and others.
196 // Sets the stored options such as kPolNegateEval.
policy_opcodes_unittest.cc 107 PolicyOpcode* op3 = opcode_maker.MakeOpAlwaysFalse(kPolNegateEval);
109 PolicyOpcode* op4 = opcode_maker.MakeOpAlwaysTrue(kPolNegateEval);
policy_engine_opcodes.cc 415 if (options_ & kPolNegateEval) {

Completed in 82 milliseconds