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

/external/chromium_org/ppapi/host/
H A Dhost_message_context.cc11 : sync_reply_msg(NULL), routing_id(MSG_ROUTING_NONE) {}
15 IPC::Message* sync_reply_msg,
18 sync_reply_msg(sync_reply_msg),
28 sync_reply_msg(NULL),
36 sync_reply_msg(NULL),
44 sync_reply_msg(reply_msg),
54 return ReplyMessageContext(reply_params, sync_reply_msg, routing_id);
13 ReplyMessageContext( const ppapi::proxy::ResourceMessageReplyParams& cp, IPC::Message* sync_reply_msg, int routing_id) argument
H A Dhost_message_context.h21 IPC::Message* sync_reply_msg,
36 IPC::Message* sync_reply_msg; member in struct:ppapi::host::ReplyMessageContext
54 IPC::Message* sync_reply_msg);
72 IPC::Message* sync_reply_msg; member in struct:ppapi::host::HostMessageContext
H A Dppapi_host.cc88 if (context.sync_reply_msg) {
89 PpapiHostMsg_ResourceSyncCall::WriteReplyParams(context.sync_reply_msg,
91 Send(context.sync_reply_msg);

Completed in 111 milliseconds