Searched defs:msg_class (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ipc/ |
D | ipc_message_macros.h | 225 #define IPC_MESSAGE_CONTROL0(msg_class) \ argument 228 #define IPC_MESSAGE_CONTROL1(msg_class, type1) \ argument 231 #define IPC_MESSAGE_CONTROL2(msg_class, type1, type2) \ argument 234 #define IPC_MESSAGE_CONTROL3(msg_class, type1, type2, type3) \ argument 237 #define IPC_MESSAGE_CONTROL4(msg_class, type1, type2, type3, type4) \ argument 240 #define IPC_MESSAGE_CONTROL5(msg_class, type1, type2, type3, type4, type5) \ argument 243 #define IPC_MESSAGE_ROUTED0(msg_class) \ argument 246 #define IPC_MESSAGE_ROUTED1(msg_class, type1) \ argument 249 #define IPC_MESSAGE_ROUTED2(msg_class, type1, type2) \ argument 252 #define IPC_MESSAGE_ROUTED3(msg_class, type1, type2, type3) \ argument [all …]
|
D | ipc_message_null_macros.h | 27 #define IPC_MESSAGE_DECL(sync, kind, msg_class, \ argument
|
/external/chromium_org/ppapi/host/ |
D | dispatch_host_message.h | 67 #define PPAPI_DISPATCH_HOST_RESOURCE_CALL(msg_class, member_func) \ argument 80 #define PPAPI_DISPATCH_HOST_RESOURCE_CALL_0(msg_class, member_func) \ argument
|
/external/chromium_org/ppapi/proxy/ |
D | dispatch_reply_message.h | 144 #define PPAPI_DISPATCH_PLUGIN_RESOURCE_CALL(msg_class, member_func) \ argument 158 #define PPAPI_DISPATCH_PLUGIN_RESOURCE_CALL_0(msg_class, member_func) \ argument
|