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

  /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/chrome/tools/ipclist/
ipclist.cc 29 #undef IPC_MESSAGE_DECL
30 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \
ipcfuzz.cc 555 #undef IPC_MESSAGE_DECL
556 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \
644 #undef IPC_MESSAGE_DECL
645 #define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \

Completed in 40 milliseconds