Searched refs:reply_params (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/ppapi/proxy/
H A Dtalk_resource_unittest.cc58 ResourceMessageReplyParams reply_params(params.pp_resource(),
60 reply_params.set_result(result);
61 IPC::Message reply_msg = PpapiPluginMsg_ResourceReply(reply_params, reply);
84 ResourceMessageReplyParams reply_params(params.pp_resource(),
86 reply_params.set_result(1);
88 reply_params, PpapiPluginMsg_Talk_RequestPermissionReply());
111 ResourceMessageReplyParams reply_params(params.pp_resource(),
113 reply_params.set_result(1);
115 reply_params, PpapiPluginMsg_Talk_RequestPermissionReply());
H A Dplugin_resource_callback.h37 const ResourceMessageReplyParams& reply_params,
40 &callback_, &CallbackType::Run, reply_params, msg);
H A Dvideo_source_resource.h49 const ResourceMessageReplyParams& reply_params);
52 const ResourceMessageReplyParams& reply_params,
H A Dvideo_source_resource.cc86 const ResourceMessageReplyParams& reply_params) {
88 int32_t result = reply_params.result();
97 const ResourceMessageReplyParams& reply_params,
103 int32_t result = reply_params.result();
109 if (!reply_params.TakeSharedMemoryHandleAtIndex(0, &handle))
85 OnPluginMsgOpenComplete( const ResourceMessageReplyParams& reply_params) argument
95 OnPluginMsgGetFrameComplete( PP_VideoFrame_Private* frame, const ResourceMessageReplyParams& reply_params, const HostResource& image_data, const PP_ImageDataDesc& image_desc, PP_TimeTicks timestamp) argument
H A Dwebsocket_resource_unittest.cc84 ResourceMessageReplyParams reply_params(params.pp_resource(),
86 reply_params.set_result(PP_OK);
88 PpapiPluginMsg_ResourceReply(reply_params,
103 ResourceMessageReplyParams reply_params(res.get(), 0);
104 reply_params.set_result(PP_OK);
107 reply_params,
116 reply_params,
H A Dplugin_resource.h132 ResourceMessageReplyParams* reply_params);
186 ResourceMessageReplyParams reply_params; local
187 return GenericSyncCall(dest, msg, &reply, &reply_params);
194 ResourceMessageReplyParams reply_params; local
195 int32_t result = GenericSyncCall(dest, msg, &reply, &reply_params);
206 ResourceMessageReplyParams reply_params; local
207 int32_t result = GenericSyncCall(dest, msg, &reply, &reply_params);
218 ResourceMessageReplyParams reply_params; local
219 int32_t result = GenericSyncCall(dest, msg, &reply, &reply_params);
230 ResourceMessageReplyParams reply_params; local
242 ResourceMessageReplyParams reply_params; local
[all...]
H A Dprinting_resource_unittest.cc65 ResourceMessageReplyParams reply_params(params.pp_resource(),
67 reply_params.set_result(PP_OK);
80 PpapiPluginMsg_ResourceReply(reply_params,
H A Dresource_message_test_sink.cc115 ResourceMessageReplyParams reply_params(call_params.pp_resource(),
117 reply_params.set_result(result_);
119 reply_params.AppendHandle(*serialized_handle_);
121 wrapper_reply_msg, reply_params, reply_msg_);
H A Dplugin_dispatcher.cc293 const ppapi::proxy::ResourceMessageReplyParams& reply_params,
298 LockedDispatchResourceReply(reply_params, nested_msg);
320 const ppapi::proxy::ResourceMessageReplyParams& reply_params,
322 LockedDispatchResourceReply(reply_params, nested_msg);
355 const ppapi::proxy::ResourceMessageReplyParams& reply_params,
358 reply_params.pp_resource());
360 DLOG_IF(INFO, reply_params.sequence() != 0)
365 resource->OnReplyReceived(reply_params, nested_msg);
292 DispatchResourceReply( const ppapi::proxy::ResourceMessageReplyParams& reply_params, const IPC::Message& nested_msg) argument
319 OnMsgResourceReply( const ppapi::proxy::ResourceMessageReplyParams& reply_params, const IPC::Message& nested_msg) argument
354 LockedDispatchResourceReply( const ppapi::proxy::ResourceMessageReplyParams& reply_params, const IPC::Message& nested_msg) argument
H A Ddispatch_reply_message.h92 const ResourceMessageReplyParams& reply_params,
103 DispatchResourceReply(obj, method, reply_params, msg_params);
113 DispatchResourceReply(obj, method, reply_params,
120 // arguments, so just call the |method| with the |reply_params|.
125 const ResourceMessageReplyParams& reply_params,
129 (obj->*method)(reply_params);
89 DispatchResourceReplyOrDefaultParams( ObjT* obj, Method method, const ResourceMessageReplyParams& reply_params, const IPC::Message& msg) argument
122 DispatchResourceReplyOrDefaultParams( base::Callback<void(const ResourceMessageReplyParams&)>* obj, Method method, const ResourceMessageReplyParams& reply_params, const IPC::Message& msg) argument
H A Ddevice_enumeration_resource_helper_unittest.cc245 ResourceMessageReplyParams reply_params(params.pp_resource(),
247 reply_params.set_result(PP_OK);
263 reply_params,
298 ResourceMessageReplyParams reply_params(params.pp_resource(), 0);
299 reply_params.set_result(PP_OK);
309 reply_params,
332 reply_params,
362 reply_params,
377 reply_params,
401 reply_params,
[all...]
H A Dplugin_dispatcher.h170 const ppapi::proxy::ResourceMessageReplyParams& reply_params,
182 const ppapi::proxy::ResourceMessageReplyParams& reply_params,
189 const ppapi::proxy::ResourceMessageReplyParams& reply_params,
H A Dflash_file_resource.cc146 ResourceMessageReplyParams reply_params; local
148 PpapiHostMsg_FlashFile_CreateTemporaryFile(), &unused, &reply_params);
153 if (!reply_params.TakeFileHandleAtIndex(0, &transit_file))
187 ResourceMessageReplyParams reply_params; local
190 &reply_params);
195 if (!reply_params.TakeFileHandleAtIndex(0, &transit_file))
H A Dfile_chooser_resource_unittest.cc89 ResourceMessageReplyParams reply_params(params.pp_resource(),
91 reply_params.set_result(PP_OK);
103 PpapiPluginMsg_ResourceReply(reply_params,
H A Dpdf_resource.cc162 ResourceMessageReplyParams reply_params; local
165 &reply_params);
182 if (!reply_params.TakeSharedMemoryHandleAtIndex(0, &handle))
H A Dplugin_resource.cc134 ResourceMessageReplyParams* reply_params) {
141 params, msg, reply_params, reply));
143 return reply_params->result();
130 GenericSyncCall( Destination dest, const IPC::Message& msg, IPC::Message* reply, ResourceMessageReplyParams* reply_params) argument
H A Dplugin_main_nacl.cc95 const ppapi::proxy::ResourceMessageReplyParams& reply_params,
233 const ppapi::proxy::ResourceMessageReplyParams& reply_params,
235 ppapi::proxy::PluginDispatcher::DispatchResourceReply(reply_params,
232 OnMsgResourceReply( const ppapi::proxy::ResourceMessageReplyParams& reply_params, const IPC::Message& nested_msg) argument
/external/chromium_org/ppapi/host/
H A Dhost_message_context.cc52 ppapi::proxy::ResourceMessageReplyParams reply_params(params.pp_resource(),
54 return ReplyMessageContext(reply_params, sync_reply_msg, routing_id);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_printing_host_unittest.cc99 ppapi::proxy::ResourceMessageReplyParams reply_params; local
102 PpapiPluginMsg_Printing_GetDefaultPrintSettingsReply::ID, &reply_params,
106 EXPECT_EQ(call_params.sequence(), reply_params.sequence());
107 EXPECT_EQ(PP_OK, reply_params.result());
H A Dpepper_gamepad_host_unittest.cc174 ppapi::proxy::ResourceMessageReplyParams reply_params; local
177 PpapiPluginMsg_Gamepad_SendMemory::ID, &reply_params, &reply_msg));
181 EXPECT_TRUE(reply_params.TakeSharedMemoryHandleAtIndex(0, &reply_handle));
/external/chromium_org/content/renderer/pepper/
H A Dpepper_in_process_router.cc79 ppapi::proxy::ResourceMessageReplyParams reply_params; local
84 if (!UnpackMessage<PpapiPluginMsg_ResourceReply>(msg, &reply_params,
91 if (!UnpackMessage<PpapiHostMsg_InProcessResourceReply>(msg, &reply_params,
101 reply_params.pp_resource());
105 resource->OnReplyReceived(reply_params, nested_msg);
H A Dpepper_device_enumeration_host_helper_unittest.cc100 ppapi::proxy::ResourceMessageReplyParams reply_params; local
104 &reply_params, &reply_msg));
107 EXPECT_EQ(PP_OK, reply_params.result());
160 ppapi::proxy::ResourceMessageReplyParams reply_params; local
164 &reply_params, &reply_msg));
166 EXPECT_EQ(call_params.sequence(), reply_params.sequence());
167 EXPECT_EQ(PP_OK, reply_params.result());
H A Dpepper_file_chooser_host_unittest.cc113 ppapi::proxy::ResourceMessageReplyParams reply_params; local
116 PpapiPluginMsg_FileChooser_ShowReply::ID, &reply_params, &reply_msg));
119 EXPECT_EQ(call_params.sequence(), reply_params.sequence());
120 EXPECT_EQ(PP_OK, reply_params.result());
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_thread.h118 const ppapi::proxy::ResourceMessageReplyParams& reply_params,
/external/chromium_org/ipc/
H A Dipc_message_utils.h755 inline void LogReplyParamsToMessage(const ReplyParamType& reply_params, argument
759 LogParam(reply_params, &output_params);
779 inline void LogReplyParamsToMessage(const ReplyParamType& reply_params, argument
820 typename TupleTypes<ReplyParam>::ValueTuple reply_params; local
821 DispatchToMethod(obj, func, send_params, &reply_params);
822 WriteParam(reply, reply_params);
823 LogReplyParamsToMessage(reply_params, msg);

Completed in 553 milliseconds

12