Searched refs:IPC_MESSAGE_DECL (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/ipc_fuzzer/message_lib/
H A Dmessage_names.cc9 #undef IPC_MESSAGE_DECL macro
10 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \ macro
/external/chromium_org/ipc/
H A Dipc_message_null_macros.h17 #undef IPC_MESSAGE_DECL macro
27 #define IPC_MESSAGE_DECL(sync, kind, msg_class, \ macro
H A Dipc_message_macros.h226 IPC_MESSAGE_DECL(EMPTY, CONTROL, msg_class, 0, 0, (), ())
229 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 1, 0, (type1), ())
232 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 2, 0, (type1, type2), ())
235 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 3, 0, (type1, type2, type3), ())
238 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 4, 0, (type1, type2, type3, type4), ())
241 IPC_MESSAGE_DECL(ASYNC, CONTROL, msg_class, 5, 0, (type1, type2, type3, type4, type5), ())
244 IPC_MESSAGE_DECL(EMPTY, ROUTED, msg_class, 0, 0, (), ())
247 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 1, 0, (type1), ())
250 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 2, 0, (type1, type2), ())
253 IPC_MESSAGE_DECL(ASYN
572 #define IPC_MESSAGE_DECL macro
[all...]
/external/chromium_org/chrome/tools/ipclist/
H A Dipclist.cc29 #undef IPC_MESSAGE_DECL macro
30 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \ macro
/external/chromium_org/content/renderer/input/
H A Dinput_event_filter.cc26 #undef IPC_MESSAGE_DECL macro
27 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \ macro
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dmutate.cc503 #undef IPC_MESSAGE_DECL macro
504 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \ macro
587 #undef IPC_MESSAGE_DECL macro
588 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \ macro
H A Dgenerate.cc1192 #undef IPC_MESSAGE_DECL macro
1193 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \ macro
1278 #undef IPC_MESSAGE_DECL macro
1279 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \ macro

Completed in 188 milliseconds