Searched refs:MakeOpNumberMatch (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/sandbox/win/src/ |
D | policy_engine_unittest.cc | 49 opcode_maker.MakeOpNumberMatch(CreationDispositionArg, OPEN_EXISTING, in TEST() 58 opcode_maker.MakeOpNumberMatch(CreationDispositionArg, CREATE_NEW, in TEST()
|
D | policy_engine_opcodes.h | 309 PolicyOpcode* MakeOpNumberMatch(int16 selected_param, unsigned long match,
|
D | policy_low_level.cc | 286 if (NULL == opcode_factory_->MakeOpNumberMatch(parameter, number, opts)) { in AddNumberMatch()
|
D | policy_engine_opcodes.cc | 113 PolicyOpcode* OpcodeFactory::MakeOpNumberMatch(int16 selected_param, in MakeOpNumberMatch() function in sandbox::OpcodeFactory
|
D | policy_opcodes_unittest.cc | 188 PolicyOpcode* op_m42 = opcode_maker.MakeOpNumberMatch(0, unsigned long(42), in TEST()
|