Searched defs:nested_msg (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_in_process_router.cc80 IPC::Message nested_msg; local
85 &nested_msg)) {
92 &nested_msg)) {
105 resource->OnReplyReceived(reply_params, nested_msg);
/external/chromium_org/ppapi/proxy/
H A Dplugin_message_filter.cc59 const IPC::Message& nested_msg) {
60 DispatchResourceReply(reply_params, nested_msg);
83 const IPC::Message& nested_msg) {
90 base::Bind(&DispatchResourceReply, reply_params, nested_msg));
96 const IPC::Message& nested_msg) {
106 resource->OnReplyReceived(reply_params, nested_msg);
57 DispatchResourceReplyForTest( const ResourceMessageReplyParams& reply_params, const IPC::Message& nested_msg) argument
81 OnMsgResourceReply( const ResourceMessageReplyParams& reply_params, const IPC::Message& nested_msg) argument
94 DispatchResourceReply( const ResourceMessageReplyParams& reply_params, const IPC::Message& nested_msg) argument
H A Dplugin_resource.cc123 const IPC::Message& nested_msg) {
131 nested_msg));
134 new PpapiHostMsg_ResourceCall(call_params, nested_msg));
120 SendResourceCall( Destination dest, const ResourceMessageCallParams& call_params, const IPC::Message& nested_msg) argument
H A Dresource_message_test_sink.cc21 IPC::Message* nested_msg) {
30 *nested_msg = cur_msg;
73 IPC::Message* nested_msg) const {
76 *this, id, params, nested_msg);
82 IPC::Message* nested_msg) {
85 *this, id, params, nested_msg);
18 GetFirstResourceMessageMatching(const ResourceMessageTestSink& sink, uint32 id, Params* params, IPC::Message* nested_msg) argument
79 GetFirstResourceReplyMatching( uint32 id, ResourceMessageReplyParams* params, IPC::Message* nested_msg) argument
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_renderer_connection.cc168 const IPC::Message& nested_msg = nested_msgs[i]; local
171 if (nested_msg.type() == PpapiHostMsg_FileRef_CreateExternal::ID) {
177 nested_msg, &external_path)) {
181 } else if (nested_msg.type() ==
188 nested_msg, &root_url, &file_system_type)) {
214 params, instance, nested_msg);
/external/chromium_org/ppapi/host/
H A Dppapi_host.cc113 const IPC::Message& nested_msg) {
118 this, params, instance, nested_msg).Pass();
154 const IPC::Message& nested_msg) {
156 "Class", IPC_MESSAGE_ID_CLASS(nested_msg.type()),
157 "Line", IPC_MESSAGE_ID_LINE(nested_msg.type()));
159 HandleResourceCall(params, nested_msg, &context);
165 const IPC::Message& nested_msg) {
167 "Class", IPC_MESSAGE_ID_CLASS(nested_msg.type()),
168 "Line", IPC_MESSAGE_ID_LINE(nested_msg.type()));
170 HandleResourceCall(params, nested_msg,
110 CreateResourceHost( const proxy::ResourceMessageCallParams& params, PP_Instance instance, const IPC::Message& nested_msg) argument
152 OnHostMsgResourceCall( const proxy::ResourceMessageCallParams& params, const IPC::Message& nested_msg) argument
162 OnHostMsgInProcessResourceCall( int routing_id, const proxy::ResourceMessageCallParams& params, const IPC::Message& nested_msg) argument
173 OnHostMsgResourceSyncCall( const proxy::ResourceMessageCallParams& params, const IPC::Message& nested_msg, IPC::Message* reply_msg) argument
189 HandleResourceCall( const proxy::ResourceMessageCallParams& params, const IPC::Message& nested_msg, HostMessageContext* context) argument
206 OnHostMsgResourceCreated( const proxy::ResourceMessageCallParams& params, PP_Instance instance, const IPC::Message& nested_msg) argument
[all...]

Completed in 365 milliseconds