Home
last modified time | relevance | path

Searched refs:sync_reply_msg (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ppapi/host/
Dhost_message_context.cc15 IPC::Message* sync_reply_msg, in ReplyMessageContext() argument
18 sync_reply_msg(sync_reply_msg), in ReplyMessageContext()
28 sync_reply_msg(NULL), in HostMessageContext()
36 sync_reply_msg(NULL), in HostMessageContext()
44 sync_reply_msg(reply_msg), in HostMessageContext()
54 return ReplyMessageContext(reply_params, sync_reply_msg, routing_id); in MakeReplyMessageContext()
Dhost_message_context.h21 IPC::Message* sync_reply_msg,
33 IPC::Message* sync_reply_msg; member
51 IPC::Message* sync_reply_msg);
69 IPC::Message* sync_reply_msg; member
Dppapi_host.cc85 if (context.sync_reply_msg) { in SendReply()
86 PpapiHostMsg_ResourceSyncCall::WriteReplyParams(context.sync_reply_msg, in SendReply()
88 Send(context.sync_reply_msg); in SendReply()