HomeSort by relevance Sort by last modified time
    Searched refs:IPC_STRUCT_BEGIN (Results 26 - 30 of 30) sorted by null

12

  /external/chromium_org/content/common/
input_messages.h 98 IPC_STRUCT_BEGIN(InputHostMsg_HandleInputEvent_ACK_Params)
  /external/chromium_org/chrome/common/
render_messages.h 98 IPC_STRUCT_BEGIN(ChromeViewHostMsg_GetPluginInfo_Output)
  /external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc 458 #undef IPC_STRUCT_BEGIN
463 IPC_STRUCT_BEGIN(struct_name)
464 #define IPC_STRUCT_BEGIN(struct_name) IPC_STRUCT_TRAITS_BEGIN(struct_name)
generate.cc 1132 #undef IPC_STRUCT_BEGIN
1137 IPC_STRUCT_BEGIN(struct_name)
1138 #define IPC_STRUCT_BEGIN(struct_name) IPC_STRUCT_TRAITS_BEGIN(struct_name)
    [all...]
  /external/chromium_org/ipc/
ipc_message_macros.h 128 // New structs are defined with IPC_STRUCT_BEGIN(), IPC_STRUCT_MEMBER(),
133 // IPC_STRUCT_BEGIN() / IPC_STRUCT_END(). There is also an
134 // IPC_STRUCT_BEGIN_WITH_PARENT(), which behaves like IPC_STRUCT_BEGIN(),
207 #define IPC_STRUCT_BEGIN(struct_name) \
    [all...]

Completed in 143 milliseconds

12