Searched refs:IPC_MESSAGE_CONTROL2 (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/ipc/ |
D | ipc_test_messages.h | 16 IPC_MESSAGE_CONTROL2(TestTwoHandleWinMsg, IPC::HandleWin, IPC::HandleWin) 28 IPC_MESSAGE_CONTROL2(TestSharedMemoryHandleMsg2,
|
D | ipc_fuzzing_tests.cc | 29 IPC_MESSAGE_CONTROL2(MsgClassIS, int, base::string16) 32 IPC_MESSAGE_CONTROL2(MsgClassSI, base::string16, int) 35 IPC_MESSAGE_CONTROL2(MsgDoMutex, base::string16, int)
|
D | ipc_message_macros.h | 422 #define IPC_MESSAGE_CONTROL2(msg, a, b) IPC_MESSAGE_CONTROL(msg, a, b) macro
|