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

  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.h 80 OP_ACTION // Evaluates to an action opcode.
183 return (OP_ACTION == opcode_id_);
policy_engine_opcodes.cc 90 PolicyOpcode* opcode = MakeBase(OP_ACTION, options, 0);
97 EvalResult OpcodeEval<OP_ACTION>(PolicyOpcode* opcode,
446 OPCODE_EVAL(OP_ACTION, this, parameters, match);
policy_low_level_unittest.cc 476 EXPECT_EQ(OP_ACTION, policy->entry[kNtFakeNone]->opcodes[tc1-1].GetID());
479 EXPECT_EQ(OP_ACTION,
483 EXPECT_EQ(OP_ACTION, policy->entry[kNtFakeOpenFile]->opcodes[tc3-1].GetID());

Completed in 47 milliseconds