Home
last modified time | relevance | path

Searched refs:ReadSendParam (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ipc/
Dipc_message_utils_impl.h36 bool SyncMessageSchema<SendParamType, ReplyParamType>::ReadSendParam( in ReadSendParam() function
Dipc_message_macros.h559 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)) \
Dipc_message_utils.h813 static bool ReadSendParam(const Message* msg, SendParam* p) IPC_MSG_NOINLINE;
/external/chromium_org/ppapi/proxy/
Dresource_message_test_sink.cc107 bool success = PpapiHostMsg_ResourceSyncCall::ReadSendParam( in OnMessageReceived()