Searched refs:ReadSendParam (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ipc/ |
D | ipc_message_utils_impl.h | 36 bool SyncMessageSchema<SendParamType, ReplyParamType>::ReadSendParam( in ReadSendParam() function
|
D | ipc_message_macros.h | 559 bool ok = ReadSendParam(msg, &send_params); \ 566 bool ok = ReadSendParam(msg, &send_params); \ 670 static bool ReadSendParam(const Message* msg, Schema::SendParam* p); \ 692 static bool ReadSendParam(const Message* msg, Schema::SendParam* p); \ 745 bool msg_class::ReadSendParam(const Message* msg, Schema::SendParam* p) { \ 746 return Schema::ReadSendParam(msg, p); \ 765 bool msg_class::ReadSendParam(const Message* msg, Schema::SendParam* p) { \ 766 return Schema::ReadSendParam(msg, p); \ 804 if (Schema::ReadSendParam(msg, &p)) \
|
D | ipc_message_utils.h | 813 static bool ReadSendParam(const Message* msg, SendParam* p) IPC_MSG_NOINLINE;
|
/external/chromium_org/ppapi/proxy/ |
D | resource_message_test_sink.cc | 107 bool success = PpapiHostMsg_ResourceSyncCall::ReadSendParam( in OnMessageReceived()
|