Home
last modified time | relevance | path

Searched refs:MakeOpVoidPtrMatch (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dpolicy_engine_unittest.cc51 opcode_maker.MakeOpVoidPtrMatch(SecurityAttributes, (void*)NULL, in TEST()
Dpolicy_engine_opcodes.h316 PolicyOpcode* MakeOpVoidPtrMatch(int16 selected_param, const void* match,
Dpolicy_engine_opcodes.cc123 PolicyOpcode* OpcodeFactory::MakeOpVoidPtrMatch(int16 selected_param, in MakeOpVoidPtrMatch() function in sandbox::OpcodeFactory
Dpolicy_opcodes_unittest.cc197 PolicyOpcode* op_vp_null = opcode_maker.MakeOpVoidPtrMatch(0, NULL, in TEST()