HomeSort by relevance Sort by last modified time
    Searched refs:IPC_MESSAGE_DECL (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/tools/ipc_fuzzer/message_lib/
message_names.cc 9 #undef IPC_MESSAGE_DECL
10 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \
  /external/chromium_org/ipc/
ipc_message_null_macros.h 17 #undef IPC_MESSAGE_DECL
27 #define IPC_MESSAGE_DECL(sync, kind, msg_class, \
ipc_message_macros.h 226 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(ASYNC, ROUTED, msg_class, 3, 0, (type1, type2, type3), ()
    [all...]
  /external/chromium_org/tools/ipc_fuzzer/ipclist/
ipclist.cc 29 #undef IPC_MESSAGE_DECL
30 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \
  /external/chromium_org/content/renderer/input/
input_event_filter.cc 27 #undef IPC_MESSAGE_DECL
28 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \
  /external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc 503 #undef IPC_MESSAGE_DECL
504 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \
587 #undef IPC_MESSAGE_DECL
588 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \
generate.cc     [all...]

Completed in 304 milliseconds