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

  /external/chromium_org/sandbox/win/src/
policy_engine_processor.cc 29 return (kPolUseOREval != options);
58 // Skipping opcodes can happen when we are in AND mode (!kPolUseOREval) and
59 // have got EVAL_FALSE or when we are in OR mode (kPolUseOREval) and got
61 // after the action depending on kPolUseOREval.
76 if (kPolUseOREval != context.options) {
87 if (kPolUseOREval == context.options) {
policy_engine_opcodes.h 101 const uint32 kPolUseOREval = 4;
policy_engine_opcodes.cc 428 if (options_ & kPolUseOREval) {
429 match->options = kPolUseOREval;
policy_low_level.cc 168 options = kPolUseOREval | kPolNegateEval;
policy_opcodes_unittest.cc 116 context.options = kPolUseOREval;

Completed in 116 milliseconds