Home
last modified time | relevance | path

Searched defs:msg_class (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ipc/
Dipc_message_macros.h225 #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 …]
Dipc_message_null_macros.h27 #define IPC_MESSAGE_DECL(sync, kind, msg_class, \ argument
/external/chromium_org/ppapi/host/
Ddispatch_host_message.h67 #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/
Ddispatch_reply_message.h144 #define PPAPI_DISPATCH_PLUGIN_RESOURCE_CALL(msg_class, member_func) \ argument
158 #define PPAPI_DISPATCH_PLUGIN_RESOURCE_CALL_0(msg_class, member_func) \ argument