Searched defs:sync_reply_msg (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/host/
H A Dhost_message_context.h21 IPC::Message* sync_reply_msg,
33 IPC::Message* sync_reply_msg; member in struct:ppapi::host::ReplyMessageContext
51 IPC::Message* sync_reply_msg);
69 IPC::Message* sync_reply_msg; member in struct:ppapi::host::HostMessageContext
H A Dhost_message_context.cc15 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

Completed in 93 milliseconds